//---------------------------------------------------------------------------------------------------------
// 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>Latest Site Updates</h3>" +
				"<ul><li><a href=\"http://www.hoosickfallscsd.org/flu.aspx\">Latest Flu and H1N1 Info</a></li>" +
				 "<li><a href=\"http://www.hoosickfallscsd.org/clubsorgs/pta/pta.aspx\">PTA Website</a></li>" +
				 "<li><a href=\"http://www.hoosickfallscsd.org/clubsorgs/sportsboosterclub.aspx\">Panther Paw Sports Booster Club Website</a></li>" +
				 "<li><a href=\"http://teachersites.schoolworld.com/webpages/MMcGraw/index.cfm\">Mr. McGraw's Website</a></li>" +
				 "<li><a href=\"http://teachersites.schoolworld.com/webpages/branigank/index.cfm\">Ms. Branigan and Mrs. Paterson's Website</a></li>" +
				 "<li><a href=\"http://teachersites.schoolworld.com/webpages/curraop/\">10-12 Guidance: Mrs. Currao</a> " ;
				 
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;\">CHARACTER</p>" +
				 "<p style=\"padding: 0px 5px 0px 5px; margin: 5px 5px; font-size: 12px; text-align: center; color: yellow; font-style: italic;\">\Character is like a tree,</p>" + 
				 "<p style=\"padding: 0px 5px 0px 5px; margin: 5px 5px; font-size: 12px; text-align: center; color: yellow; font-style: italic;\">\And reputation like its shadow.</p>" + 
				 "<p style=\"padding: 0px 5px 0px 5px; margin: 5px 5px; font-size: 12px; text-align: center; color: yellow; font-style: italic;\">\The shadow is what we think of it,</p>" + 
				 "<p style=\"padding: 0px 5px 0px 5px; margin: 5px 5px; font-size: 12px; text-align: center; color: yellow; font-style: italic;\">\The tree is the real thing.</p>" + 
				 "<p style=\"padding: 0px 5px 0px 5px; margin: 5px 5px; font-size: 12px; text-align: right; color: white;\">\~ Abraham Lincoln</p>" ;