//---------------------------------------------------------------------------------------------------------
// 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] = 
"<div style=\"width:898px; height:189px; background:url(images/slideshowbg0.jpg) top no-repeat;\">" +
"<div style=\"font-family: Helvetica neue, Arial, sans-serif;font-size: 35px;font-weight:lighter;padding: 28px 0px 0px 44px;color:#43b6f0;\">" +"SAFESKY SOFTWARE"+"</div>"+         
"<div style=\"width:570px;font-family: Helvetica, Arial, sans-serif;font-size: 12px;font-weight:lighter;padding: 5px 0px 0px 44px;color:#fff;line-height:15px;\">" +
"An international high tech software development and innovative"+ 
      "technologies company with headquarters operating worldwide. Safesky Software"+ 
      "boasts a global customer portfolio. The company is committed to employing"+ 
      "innovative technology in tackling a large range of global problems related"+ 
      "to energy, medicine, communications and many fields of interest. The company"+ 
      "has a vision that is determined to target todays most important issues"+ 
      "of humanity and to concentrate on a wide area of software and hardware combined "+
"</div>"+
"</div>";

slsContents[1] = "<a href=\"news/safeskytech/safeskytech.html\">"+"<img style=\"border:0px;\" src=\"images/slideshowbg1.jpg\" width=\"898\" height=\"189\">"+"</a>";

slsContents[2] = 
"<div style=\"width:898px; height:189px; background:url(images/slideshowbg2.jpg) top no-repeat;\">" +
"<div style=\"font-family: Helvetica neue, Arial, sans-serif;font-size: 35px;font-weight:lighter;padding: 20px 0px 0px 22px;color:#FFF;\">" +"SAFESKY IN INDIA"+"</div>"+         
"<div style=\"width:350px;font-family: Helvetica, Arial, sans-serif;font-size: 14px;font-weight:lighter;padding: 5px 0px 3px 22px;color:#fff;line-height:14px;\">" +
"An international high tech software development and innovative"+ 
      "Safesky brings new and Innovative technology to India. During April 2010, Safesky Software representatives visited India to discuss potential future co operations with Indian technology companies."+     
"</div>"+"<div style=\"padding: 2px 0px 0px 300px;\">" +"<a href=\"news/india/index.html\">"+"<img style=\"border:0px;\" src=\"images/readmore.png\" width=\"88\" height=\"24\">"+"</a>"+"</div>"+ 
"</div>";
slsContents[3] = "<a href=\"news/sps/sps.html\">"+"<img style=\"border:0px;\" src=\"images/slideshowbg3.jpg\" width=\"898\" height=\"189\">"+"</a>";

