//---------------------------------------------------------------------------------------------------------
// 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=\"http://www.sandalsfoundation.org/wp-content/uploads/2010/05/SF-home-1.jpg\" >";

slsContents[1] = "<img src=\"http://www.sandalsfoundation.org/wp-content/uploads/2010/05/SF9.jpg\" >";

slsContents[2] = "<a href='http://www.sandalsfoundation.org/featured/140.html'><img src=\"http://www.sandalsfoundation.org/wp-content/uploads/2010/05/SF14.jpg\" ></a>";

slsContents[3] = "<img src=\"http://www.sandalsfoundation.org/wp-content/uploads/2011/11/sf_4.jpg\">";

slsContents[4] = "<img src=\"http://www.sandalsfoundation.org/wp-content/uploads/2010/05/SF7.jpg\">";

slsContents[5] = "<img src=\"http://www.sandalsfoundation.org/wp-content/uploads/2011/11/SF-6.jpg\">";

slsContents[6] = "<img src=\"http://www.sandalsfoundation.org/wp-content/uploads/2010/05/SF6.jpg\">";


