//---------------------------------------------------------------------------------------------------------
// 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] = "<img src=\"missionstatement.gif\" width=\"225\" height=\"250\">";

slsContents[1] = "<h3 style=\"color: yellow; font-size:20px; padding-bottom: 5px\">Latest Updates</h3>" +
				"<ul style=\"font-size: 14px;\"><li style=\"padding-bottom: 12px;\"><a href=\"http://www.hoosickfallscsd.org/clubsorgs/pta/pta.aspx\">PTA, Membership Form</a></li>" +
				"<li style=\"padding-bottom: 12px;\"><a href=\"http://www.hoosickfallscsd.org/elementary/cafeteria.aspx\">Elementary Cafeteria Page</a></li>" +
				 "<li style=\"padding-bottom: 12px;\"><a href=\"http://www.hoosickfallscsd.org/resources/menu/SeptemberLunchMenuElementary.pdf\">Elementary Lunch Menu</a></li>" +
				 "<li style=\"padding-bottom: 12px;\"><a href=\"http://www.hoosickfallscsd.org/jrsrhigh/cafeteria.aspx\">Jr/Sr High Cafeteria Page</a></li>" +
				 "<li style=\"padding-bottom: 12px;\"><a href=\"http://www.hoosickfallscsd.org/resources/menu/SeptemberLunchMenuJrSr.pdf\">Jr/Sr High Lunch Menu</a></li>" ;

				 
slsContents[2] = "<img src=\"/pics/traitofthemonth.gif\" width=\"225\" height=\"65\" />" +
				 "<p style=\"padding: 10px 5px 10px 5px; margin: 5px 5px; font-size: 20px; text-align: center; color: white; font-variant: small-caps;\">TOLERANCE</p>" +
				 "<p style=\"padding: 0px 5px 0px 5px; margin: 5px 5px; font-size: 16px; text-align: center; color: yellow; font-style: italic;\">You can disagree, argue,</p>" + 
				 "<p style=\"padding: 0px 5px 0px 5px; margin: 5px 5px; font-size: 16px; text-align: center; color: yellow; font-style: italic;\">and debate,</p>" + 
				 "<p style=\"padding: 0px 5px 0px 5px; margin: 5px 5px; font-size: 16px; text-align: center; color: yellow; font-style: italic;\">but <u>don't hate!</u></p>" ;
