// JavaScript Document

<!--
var r_text = new Array ();
r_text[0] = "My latest venture <a href='http://www.slicksam.com' target='_blank'>SlickSam</a> marks 16 years of having websites designed and hosted by PDR.  They always consult with me to get the best possible site done in the most efficient manor.  Everyone at PDR is responsive and they are a pleasure to work with.   Whenever I need a new site for new business ventures I call PDR. ";
r_text[1] = "At <a href='http://www.grabbagsailboats.com' target='_blank'>Grab Bag Sail Boats</a> people can browse our inventory and put in requests for more information. I transferred over to PDR in 2004 and although PDR didn`t initially develop my website, they routinely make modifications to the site that I request.  They offer a very fast and accurate turnaround with these requests.  All my data is backed up and secure. PDR is the bomb!";
r_text[2] = "<a href='http://www.etnconnect.com/' target='_blank'>etnconnect.com</a> has been hosted by PDR for ten years.  I do a lot of business overseas and PDR provides me with dedicated servers that solve all my overseas communications challenges.  My business accounts are all securely stored on a dedicated server.  Their uptime is incredible.  I highly recommend PDR!";
r_text[3] = "<a href='http://www.worldsmostbasic.com' target='_blank'>The Worlds Most Basic Software</a> site has been hosted with PDR since it inception.  PDR has provided everything I need to present a reliable and useful website.  I love the personal service and prompt attention to my questions.";
r_text[4] = "Even though <a href='http://www.gayleandwil.com' target='_blank'>Gayle and Wil.com</a> is a personal community portal for our family, I have come to rely on it being there and expect it to be available...I am never disappointed by the service that PDR provides and my family loves having their own portal.";
//r_text[5] = "If I was in L.A.";
//r_text[6] = "California dreaming, On such a winter's day";
var i = Math.floor(5*Math.random())

document.write(r_text[i]);

//-->


