<!--

SLIDES = new slideshow("SLIDES");

// Create some slides and add custom filters for Microsoft IE


SLIDES.add_slide(s = new slide('images/home_slide_ink.png'));
s.link = "pdfs/CP_Inc500-5000_PR.pdf";

SLIDES.add_slide(s = new slide('images/home_slide_bootybag.png'));
s.link = "pilot.asp?pg=bootybag";

SLIDES.add_slide(s = new slide('images/home_slide_best.png'));
s.link = "pilot.asp?pg=press";



SLIDES.add_slide(s = new slide('images/home_slide_write.png'));
s.link = "pilot.asp?pg=promogearlanding";

SLIDES.add_slide(s = new slide('images/home_slide_bag.png'));
s.link = "pilot.asp?pg=promogearlanding";
			
SLIDES.add_slide(s = new slide('images/home_slide_drink.png'));
s.link = "pilot.asp?pg=promogearlanding";
			
SLIDES.add_slide(s = new slide('images/home_slide_organized.png'));
s.link = "pilot.asp?pg=promogearlanding";
			
SLIDES.add_slide(s = new slide('images/home_slide_tech.png'));
s.link = "pilot.asp?pg=promogearlanding";


			

SLIDES.timeout = 6000;



SLIDES2 = new slideshow("SLIDES2");

// Create some slides and add custom filters for Microsoft IE
SLIDES2.add_slide(s = new slide('images/logos/logos1.jpg'));
s.link = "http://www.planetearthpromotions.com/pilot.asp?pg=affiliates";
			
SLIDES2.add_slide(s = new slide('images/logos/logos2.jpg'));
s.link = "http://www.planetearthpromotions.com/pilot.asp?pg=affiliates";
			
SLIDES2.add_slide(s = new slide('images/logos/logos3.jpg'));
s.link = "http://www.planetearthpromotions.com/pilot.asp?pg=affiliates";

SLIDES2.add_slide(s = new slide('images/logos/logos4.jpg'));
s.link = "http://www.planetearthpromotions.com/pilot.asp?pg=affiliates";

			
SLIDES2.timeout = 3000;



//-->


