

// everything is parsed from the url
// "index.html" and "/" are converted to "1"
// need to manually remove the "next" and the image pre-load from the last page



	url = self.location.href;
	if (url.indexOf("html") != -1) {
		num = url.substring((url.lastIndexOf("/") + 1),(url.lastIndexOf(".")));
	}
	if ((url.indexOf("html") == -1) || (url.indexOf("index") != -1)) {
		num = "1"
	}

num = parseInt(num);

j = '<img src="' + num + '.jpg" alt="" border="0">';
p = '&lt;&nbsp;<a href="' + (num - 1) + '.html" class="content">previous</a>';
if (num == 1) {
	p = '&nbsp;';
}
n = '<a href="' + (num + 1) + '.html" class="content">next</a>';
c = '<img src="' + (num + 1) + '.jpg" alt="" border="0" width="1" height="1">';




	lacyls = new Array;

	lacyls[0] = '';
	lacyls[1] = 'Ouro Preto - Field Visit LACYLS';
	lacyls[2] = 'Opening Ceremony LACYLS';
	lacyls[3] = 'Opening Ceremony LACYLS - Dharma Drum Delegate';
	lacyls[4] = 'Opening Ceremony - LACYLS Delegates, Brazil, Haiti & Gautema';
	lacyls[5] = 'Opening Ceremony - LACYLS Delegates, Amazonia, Sao Paulo';
	lacyls[6] = 'Opening Ceremony LACYLS';
	lacyls[7] = 'Ana Laura, UNFPA & LACYLS Delegate, Costa Rica';
	lacyls[8] = 'Mr. Driss Guerraoui, Representative, Kingdom of Morocco';
	lacyls[9] = 'GPIW visits Capoeira School, Belo Horizonte';
	lacyls[10] = 'GPIW visits Retaurant Popular';
	lacyls[11] = 'LACYLS Cultural Celebration';
	lacyls[12] = 'LACYLS Declaration Committee';
	lacyls[13] = 'LACYLS Departure for Project Visits in Belo Horizonte';
	lacyls[14] = 'LACYLS Project Visit - Women Center, Belo Horizonte';
	lacyls[15] = 'LACYLS Regional Group - Brazil';
	lacyls[16] = 'LACYLS Regional Group - Caribbean';
	lacyls[17] = 'LACYLS Regional Group - South America';
	lacyls[18] = 'LACYLS Working Session - Environment, Shumei International';
	lacyls[19] = 'Ouro Preto - Field Visit LACYLS - Dena Merriam, Venerable Mae Chee Sansanee';
	lacyls[20] = 'Plenary Session - Address to Delegates from the Kingdom of Morocco';
	lacyls[21] = 'Plenary Session - Dena Merriam, GPIW';
	lacyls[22] = 'Plenary Session - Djibril Diallo, UN & LACYLS Delegates';
	lacyls[23] = 'Plenary Session - LACYLS Delegate, Trinidad';
	lacyls[24] = 'Restaurant Popular -  Gov\'t Food Project, Belo Horizonte';
	lacyls[25] = 'Venerable Mae Chee Sansanee, Co-Chair-GPIW, Copeira School, Belo Horizonte';
	lacyls[26] = 'Venerable Mae Chee Sansanee, Co-Chair-GPIW, Favela, Belo Horizonte';
	lacyls[27] = 'Venerable Mae Chee Sansanee, Co-Chair-GPIW, Favela, Belo Horizonte';




