// JavaScript Document

<!--
SLIDES = new slideshow("SLIDES");

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\">View more books...</p>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "slide_images/stratton.jpg";
s.link = "http://www.clickshopsave.com/results.php?SEARCH_TYPE=3&SEARCH_STRING=Stratton%20Products";
s.text = "<strong class=\"header\">Stratton Products</strong><p>Stratton Products sells a variety of products on closeouts. We help other companies move their excess inventory. We sell only new items that are in the original box or clothing that is new with the tags. We take great pride in our service, as well as customer satisfaction.</p><p class=\"read\">View more books...</p>";
SLIDES.add_slide(s);


s = new slide();
s.src =  "slide_images/ever.jpg";
s.link = "http://www.clickshopsave.com/results.php?SEARCH_TYPE=3&SEARCH_STRING=Everlasting%20Specialties,%20Inc";
s.text = "<strong class=\"header\">Everlasting Specialties</strong><p>Great year round wreaths and products for the whole family...</p>";
SLIDES.add_slide(s);


s = new slide();
s.src =  "slide_images/a_j.jpg";
s.link = "http://www.clickshopsave.com/results.php?SEARCH_TYPE=3&SEARCH_STRING=A%20and%20J%20WHOLESALE";
s.text = "<strong class=\"header\">A and J Wholesale</strong><p>A and J Wholesale strives to provide top quality products and rock bottom prices. This online store allows us to pass on savings directly to you because of lower overhead than traditional brick and mortar retailers.</p><p class=\"read\">View more 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>We carry a variety of literary products, Putumayo cd's, and artwork. DVD's and other cd's can be ordered upon request.</p><p class=\"read\">View more books...</p>";
SLIDES.add_slide(s);


s = new slide();
s.src =  "slide_images/touch.jpg";
s.link = "http://www.clickshopsave.com/results.php?SEARCH_TYPE=3&SEARCH_STRING=Josephine%27s%20Touch%20Custom%20Jewelry";
s.text = "<strong class=\"header\">Josephine's Touch </strong><p>At Josephine's Touch our jewelry is custom made by Artist, Carol Newton.</p><p class=\"read\">More Info...</p>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "slide_images/outdoor.jpg";
s.link = "http://www.clickshopsave.com/results.php?SEARCH_TYPE=3&SEARCH_STRING=Outdoor%20Fun%20Store";
s.text = "<strong class=\"header\">Outdoor Fun Store </strong><p>Outdoor Fun Store sells, installs and services many outdoor products.</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);




//-->


