// JavaScript Document

<!--
SLIDES = new slideshow("SLIDES");


s = new slide();
s.src =  "slide_images/baby.jpg";
s.link = "http://www.clickshopsave.com/results.php?SEARCH_TYPE=3&SEARCH_STRING=Babyfaces.com%20Inc.";
s.text = "<strong class=\"header\">Baby Faces.com </strong><p>Your favorite photo...Charmed! Turn your favorite photo into a one-of-a-kind 14K yellow or white gold charm.</p><p class=\"read\">More Info...</p>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "slide_images/bargain.jpg";
s.link = "http://www.clickshopsave.com/results.php?SEARCH_TYPE=3&SEARCH_STRING=The%20Bargain%20Closet";
s.text = "<strong class=\"header\">The Bargain Closet</strong><p>Bargain Closet started in 2008 and we carry many name brand items and really love this business. We appreciate your business.</p><p class=\"read\">More Info...</p>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "slide_images/natural.jpg";
s.link = "http://www.clickshopsave.com/results.php?SEARCH_TYPE=3&SEARCH_STRING=Nearly%20Natural";
s.text = "<strong class=\"header\">Nearly Natural</strong><p>Nearly Natural is an artificial flower distribution company out of Miami, FL.</p><p class=\"read\">More Info...</p>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "slide_images/living.jpg";
s.link = "http://www.clickshopsave.com/results.php?SEARCH_TYPE=3&SEARCH_STRING=LivingComforts.com";
s.text = "<strong class=\"header\">Living Comforts</strong><p>Online retailer of housewares, home furnishings, furniture, laundrycare, outdoor garden accessories, pet products and small electrics.</p><p class=\"read\">More Info...</p>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "slide_images/ste.jpg";
s.link = "http://www.clickshopsave.com/results.php?SEARCH_TYPE=3&SEARCH_STRING=1STEMART.COM";
s.text = "<strong class=\"header\">1 STE Mart.com</strong><p>1st eMart.com is your one-stop source for Home & Garden Décor, Gifts, Collectibles, Inspirational, Electronics, Health & Beauty, Jewelry & Watches, Toys & Games, Business & Travel, Household Essentials and more!</p><p class=\"read\">More Info...</p>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "slide_images/games.jpg";
s.link = "http://www.clickshopsave.com/results.php?SEARCH_TYPE=3&SEARCH_STRING=Games%20and%20Celebrations.com,%20Inc.";
s.text = "<strong class=\"header\">Games and Celebrations.com</strong><p>Games and Celebrations.com offers only the best in Bridal Shower, Wedding, and Baby Shower gifts and accessories. </p><p class=\"read\">More Info...</p>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "slide_images/norcross.jpg";
s.link = "http://www.clickshopsave.com/results.php?SEARCH_TYPE=3&SEARCH_STRING=NorCross%20Marine%20Products";
s.text = "<strong class=\"header\">Nor Cross</strong><p>The place for all your high-tech fishing equipment and so much more!</p><p class=\"read\">More Info...</p>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "slide_images/rocket.jpg";
s.link = "http://www.clickshopsave.com/results.php?SEARCH_TYPE=3&SEARCH_STRING=RocketWear(R)";
s.text = "<strong class=\"header\">Rocket Wear</strong><p>The place for great sleepwear for him or her!</p><p class=\"read\">More Info...</p>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "slide_images/liquid.jpg";
s.link = "http://www.clickshopsave.com/results.php?SEARCH_TYPE=8";
s.text = "<strong class=\"header\">Liquidation Items</strong><p>There is a variety of liquidation items from many merchants to choose from. From Motorcycle Helmets to Gold Jewelry, there is a great selection for you to chooses from.</p><p class=\"read\">View Liquidations...</p>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "slide_images/overstock.jpg";
s.link = "http://www.clickshopsave.com/results.php?SEARCH_TYPE=9";
s.text = "<strong class=\"header\">Overstock Items</strong><p>Many companies have an overstock of certain items. Merchants must sell these overstocked products to make room for new inventory. Get a great deals and have it shipped Free! Choose from many name brand items at a discount price.</p><p class=\"read\">View Overstock Items...</p>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "slide_images/pageTurns.jpg";
s.link = "http://www.clickshopsave.com/results.php?SEARCH_TYPE=3&SEARCH_STRING=As%20The%20Page%20Turns%20Bookstore";
s.text = "<strong class=\"header\">As the Page Turns</strong><p>Great bookstore, with books for the whole family!</p><p class=\"read\">View Bulk Items...</p>";
SLIDES.add_slide(s);

//-->

