//---------------------------------------------------------------------------------------------------------
// 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=\"float:left; width:122px; text-align:left;\"><h2 class=\"sidebar\">1 of 7</h2><p><a href=\"http://www.jcrew.com/catalog/product.jhtml?id=prod79438201&catId=cat290101\" target=\"_blank\">Suede MacAlister boot</a>, $128 at J. Crew.</p></div>" +
				 "<div style=\"float:right; width:550px; height:450px; text-align:left;\"><img src=\"http://www.valetmag.com/gr/daily/style/trends/operation_desert_boot/art-gallery1.jpg\"></div>";

slsContents[1] = "<div style=\"float:left; width:122px; text-align:left;\"><h2 class=\"sidebar\">2 of 7</h2><p><a href=\"http://shop.nordstrom.com/S/2952897/0~2376778~2372807~2372829~2376165?mediumthumbnail=Y&origin=category&searchtype=&pbo=2376165&P=1\" target=\"_blank\">'Roger' boot by Salvatore Ferragamo</a>, $420 at Nordstrom.</p></div>" +
				 "<div style=\"float:right; width:550px; height:450px; text-align:left;\"><img src=\"http://www.valetmag.com/gr/daily/style/trends/operation_desert_boot/art-gallery2.jpg\"></div>";

slsContents[2] = "<div style=\"float:left; width:122px; text-align:left;\"><h2 class=\"sidebar\">3 of 7</h2><p><a href=\"http://www.onlineshoes.com/productpage.asp?gen=m&pcid=1460\" target=\"_blank\">Desert boot by Clarks</a>, $90 at Onlineshoes.com.</p></div>" +
				 "<div style=\"float:right; width:550px; height:450px; text-align:left;\"><img src=\"http://www.valetmag.com/gr/daily/style/trends/operation_desert_boot/art-gallery3.jpg\"></div>";

slsContents[3] = "<div style=\"float:left; width:122px; text-align:left;\"><h2 class=\"sidebar\">4 of 7</h2><p><a href=\"http://www.neimanmarcus.com/store/catalog/prod.jhtml?itemId=prod42420150&parentId=cat6750735&masterId=cat000550&index=33&cmCat=cat000000cat000470cat000526cat000550cat6750735\" target=\"_blank\">Suede boot by John Varvatos</a>, $298 at Neiman Marcus.</p></div>" +
				 "<div style=\"float:right; width:550px; height:450px; text-align:left;\"><img src=\"http://www.valetmag.com/gr/daily/style/trends/operation_desert_boot/art-gallery4.jpg\"></div>";

slsContents[4] = "<div style=\"float:left; width:122px; text-align:left;\"><h2 class=\"sidebar\">5 of 7</h2><p><a href=\"http://www.zappos.com/n/p/dp/35670990/c/131122.html\" target=\"_blank\">'Chukka' boot by DSquared</a>, $354 at Zappos.com.</p></div>" +
				 "<div style=\"float:right; width:550px; height:450px; text-align:left;\"><img src=\"http://www.valetmag.com/gr/daily/style/trends/operation_desert_boot/art-gallery5.jpg\"></div>";

slsContents[5] = "<div style=\"float:left; width:122px; text-align:left;\"><h2 class=\"sidebar\">6 of 7</h2><p><a href=\"http://www.bananarepublic.com/browse/product.do?cid=16191&pid=524763&scid=524763012\" target=\"_blank\">'Sahara' boot</a>, $118 at Banana Republic.</p></div>" +
				 "<div style=\"float:right; width:550px; height:450px; text-align:left;\"><img src=\"http://www.valetmag.com/gr/daily/style/trends/operation_desert_boot/art-gallery6.jpg\"></div>";

slsContents[6] = "<div style=\"float:left; width:122px; text-align:left;\"><h2 class=\"sidebar\">7 of 7</h2><p><a href=\"http://www.saksfifthavenue.com/main/ProductDetail.jsp?FOLDER%3C%3Efolder_id=282574491979399&PRODUCT%3C%3Eprd_id=845524446167681&R=651482313104&P_name=Tod%27s&sid=11853619FCA2&ASSORTMENT%3C%3East_id=1408474399545537&bmUID=1203989799716\" target=\"_blank\">Harris boot by Tod's</a>, $420 at Saks Fifth Avenue.</p></div>" +
				 "<div style=\"float:right; width:550px; height:450px; text-align:left;\"><img src=\"http://www.valetmag.com/gr/daily/style/trends/operation_desert_boot/art-gallery7.jpg\"></div>";
