<!--

SLIDES = new slideshow("SLIDES");
SLIDES.timeout = 7000;
SLIDES.prefetch = -1;
SLIDES.repeat = true;

s = new slide();
s.src =  "http://www.planters.net/images/1.jpg";
s.text = "<div style='font-size:22px;padding-bottom:8px;color: #003;'>PlantersNet<span style='font-size:11px; vertical-align:top;'>&trade;</span> DSL Service</div>Wondering about our DSL Speeds and Rates? Trying to configure a modem with our service? Get more information here.<span style='font-weight:bold; color: #003;'><a class='h4' href='services/dsl/index.html'> [more]</a></span>";
s.link = "services/dsl/index.html";
s.target = "";
s.attr = "";
s.filter = "";
SLIDES.add_slide(s);


s = new slide();
s.src =  "http://www.planters.net/images/speed.png";
s.text = "<div style='font-size:22px;padding-bottom:8px;color: #003;'>Internet Speed Questions</div>View information on recent speed increases for Internet service.<span style='font-weight:bold; color: #003;'><a class='h4' href='news/speeds.html'> [more]</a></span>";
s.link = "news/speeds.html";
s.target = "";
s.attr = "";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://www.planters.net/images/2.jpg";
s.text = "<div style='font-size:22px;padding-bottom:8px;color: #003;'>Planters Long Distance<span style='font-size:11px; vertical-align:top;'>&trade;</span></div>No hidden fees, no monthly usage requirements or monthly add-on calls. Planters Long Distance is your premier service for calls in and out of state. <span style='font-weight:bold; color: #003;'><a class='h4' href='services/longdistance/index.html'> [more]</a></span>";
s.link = "services/longdistance/index.html";
s.target = "";
s.attr = "";
s.filter = "";
SLIDES.add_slide(s);



if (false) SLIDES.shuffle();

//-->
