//---------------------------------------------------------------------------------------------------------
// CONTENTS
//---------------------------------------------------------------------------------------------------------
// Insert your contents here. Example:
//
// slsContents[0] = "This is the first page.";
// slsContents[1] = "This is the second page.";
// slsContents[2] = "Here's an image:<br><img src=\"path/to/image\">";
// ...
//
// - You can use HTML-tags.
// - Escape all quotation marks inside your contents with a backslash (\").
// - Use tables or CSS to set a padding where needed.
//
// Just see what I did below, and you'll get the picture. :-)
//---------------------------------------------------------------------------------------------------------

var slsContents = new Array();

slsContents[0] = "<table border=0 cellspacing=0 cellpadding=8><tr><td>" +
                 "<img src=\"slide1.jpg\"> " +
                "Women in Ethiopia have very hard lives. Those without other means of " +
				 "support haul firewood from the hills on their backs." +
                 "</td></tr></table>";

slsContents[1] =  "<table border=0 cellspacing=0 cellpadding=8><tr><td>" +
                 "<img src=\"slide2.jpg\"> " +
                 "Downtown Wondo Genet. The man squatting in the background is selling khat, " +
				 "a mildly narcotic leaf."  +
                 "</td></tr></table>";

slsContents[2] = "<table border=0 cellspacing=0 cellpadding=8><tr><td>" +
                 "<img src=\"slide3.jpg\"> " +
                 "The stream that runs through Wondo Genet is too polluted for drinking, " +
				 "but it's a good place to wash a car or horse."  +
                 "</td></tr></table>";

slsContents[3] = "<table border=0 cellspacing=0 cellpadding=8><tr><td>" +
                 "<center><img src=\"slide4.jpg\"></center> " +
                 "Residents of Wondo Genet are lucky to have a good drinking-water source nearby: " +
				 "a hose from a well on the grounds of a large forestry school."  +
                 "</td></tr></table>";

slsContents[4] = "<table border=0 cellspacing=0 cellpadding=8><tr><td>" +
                 "<img src=\"slide5.jpg\"> <br>" +
                 "With grazing material running out in the Rift Valley, this herder is shaking " +
				 "seedpods loose from a tree to feed his goats."  +
                 "</td></tr></table>";
				 
slsContents[5] = "<table border=0 cellspacing=0 cellpadding=8><tr><td>" +
                 "<img src=\"slide6.jpg\"> <br>" +
                 "Livestock are a traditional source of wealth in Ethiopia, still a highly carnivorous country." +
				 "</td></tr></table>";
				 
slsContents[6] = "<table border=0 cellspacing=0 cellpadding=8><tr><td>" +
                 "<img src=\"slide7.jpg\"><br>" +
                 "Slowing population growth in Ethiopia requires providing more security for its women." +
				 "</td></tr></table>";		
				 	 
slsContents[7] = "<table border=0 cellspacing=0 cellpadding=8><tr><td>" +
                 "<img src=\"slide8.jpg\"><br>" +
                 "It also requires getting kids--and especially girls--basic schooling." +
				 "</td></tr></table>";			
				 
slsContents[8] = "<table border=0 cellspacing=0 cellpadding=8><tr><td>" +
                 "<img src=\"slide9.jpg\"><br>" +
                 "One innovative program in Addis Ababa focuses on this shantytown on the banks of a badly polluted stream." +
				 "</td></tr></table>";		
				 
slsContents[9] = "<table border=0 cellspacing=0 cellpadding=8><tr><td>" +
                 "<img src=\"slide10.jpg\"><br>" +
                 "Women in the program are paid to collect trash in the neighborhood. They separate out the plastic bags, wash them, tear them into strips, and weave them into earrings, handbags, and other trinkets they can sell." +
				 "</td></tr></table>";		
				 					 					 				 
slsContents[10] = "<table border=0 cellspacing=0 cellpadding=8><tr><td>" +
                 "<img src=\"slide11.jpg\"><br>" +
                 "The collected garbage also yields broken cooking pots, which are ground up, recast, and refired. Total recycling." +
				 "</td></tr></table>";		
				 
slsContents[11] = "<table border=0 cellspacing=0 cellpadding=8><tr><td>" +
                 "<img src=\"slide12.jpg\"><br>" +
                 "Giving Ethiopian women the ability to limit their family size gives everyone what they want: a better life for their children." +
				 "</td></tr></table>";							 	
