function commentsdesign()
{
//13
var ranNum= Math.round(Math.random() * 13);
if (ranNum == 0){document.write('"I am a wedding photographer.  When a bride calls I send her to my new website and most of the time they book right away." Thanks,<br>Chris D.'); } // comment01
if (ranNum == 1){document.write('"I love our new company website.  Our old website was so out of date I wouldn\'t send any customers there. The new site is so easy to maintain it is always up to date.  Inet is the greatest."<br>Keren B.'); } // comment02
if (ranNum == 2){document.write('"I love my new site!  Your team did a great job.  Thanks for all your effort."<br>Jean M.'); } // comment03
if (ranNum == 3){document.write('"(You all) have done a wonderful job and I really appreciate it."<br>Lisa L'); } // comment04
if (ranNum == 4){document.write('"Thank you so very much for your hard work."<br>Bill C.'); } // comment05
if (ranNum == 5){document.write('"Thanks for everything!"<br>Janie W.'); } // comment06
if (ranNum == 6){document.write('"Special Thanks to iNET Image, Inc. - for all of our new friends!"<br>Ginny M.'); } // comment07
if (ranNum == 7){document.write('"Thanks for your excellent help and assistance."<br>Vern W.'); } // comment08
if (ranNum == 8){document.write('"Thanks a bunch...our new site looks really really good!"<br>Carmalitta D. '); } // comment09
if (ranNum == 9){document.write('Wow!  We are so excited about our new website.  It is exactly what we invisioned and you created it so quickly.  We can\'t wait for our customers to see it!  Thanks again.<br>Toni H.'); } // comment10
if (ranNum == 10){document.write('"I was a skeptic, but every month we gain a few new customers as a result of our website."<br>Jeff P.'); } // comment11
if (ranNum == 11){document.write('"Your staff has been the nicest we\'ve worked with.  Your customer service is really excellent."<br>Toni H.'); } // comment12
if (ranNum == 12){document.write('"I have already received 2 orders for the DWM since it went online yesterday.  I greatly appreciate your help and speed of Excellent Service!"<br><br>Dewey R'); } // comment14
if (ranNum == 13){document.write('"I just got our figures for December.  Our over all sales were up 47 percent and our website accounted for 68 percent of our total while catelog sales were up only 9 percent.  Thanks for all your hard work and advice."<br><br>Roger B'); } // comments15
}