//---------------------------------------------------------------------------------------------------------
// 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] = "<p style=\"line-height:96px;\"><img src=\"logo/enztrading.png\" width=\"257\" height=\"86\" /></p><div style=\"height:100px;\"><p style=\"line-height:120%\">I&rsquo;ve been working with WeNova since last year. It was clear from the beginning that Marshall and his team at WebNova was best suited to our needs compared to the other Web development companies we looked at. They tailored their responses accordingly. </p></div><p style=\"text-align:right\"><a href=\"testimonials.php#e_z\">Read more...</a></p>";

slsContents[1] = "<p style=\"line-height:96px;\"><img src=\"logo/ausulation.png\" width=\"257\" height=\"86\"/></p><div style=\"height:100px;\"><p style=\"line-height:120%\">The team at WebNova are very good at what they do and got the vision and ideas out of our heads and transformed it into a website; alongside this they were very willing and able to follow specific instructions.</p><p style=\"text-align:right\"><a href=\"testimonials.php#ausulation\">Read more...</a></p></div>";

