function imincrement() { //read the cookie, then increment var imlastvisit = getcookie("im-visit"); var imvisit = "1"; if (imlastvisit==null || imlastvisit=="") { imlastvisit=="" ; imvisit = "1"; }; if (imlastvisit=="1") { imvisit = "2"; }; if (imlastvisit=="2") { imvisit = "3"; }; if (imlastvisit=="3") { imvisit = "4"; }; if (imlastvisit=="4") { imvisit = "5"; }; if (imlastvisit=="5") { imvisit = "6"; }; if (imlastvisit=="6") { imvisit = "7"; }; if (imlastvisit=="7") { imvisit = "8"; }; if (imlastvisit=="8") { imvisit = "9"; }; if (imlastvisit=="9") { imvisit = "10"; }; if (imlastvisit=="10") { imvisit = "11"; }; if (imlastvisit=="11") { imvisit = "12"; }; if (imlastvisit=="12") { imvisit = "13"; }; if (imlastvisit=="13") { imvisit = "14"; }; if (imlastvisit=="14") { imvisit = "15"; }; if (imlastvisit=="15") { imvisit = "16"; }; if (imlastvisit=="16") { imvisit = "17"; }; if (imlastvisit=="17") { imvisit = "18"; }; if (imlastvisit=="18") { imvisit = "19"; }; if (imlastvisit=="19") { imvisit = "20"; }; if (imlastvisit=="20") { imvisit = "1"; }; setcookie("im-visit",imvisit); return imvisit; } function showquote(cquote) { var imthisquote = "Easily one of the best all around car care systems we have found." ; var imthisperson = "Car Collector Magazine" ; var imthislink = "http://www.carcollector.com" ; if (cquote=="1" || cquote=="5" || cquote=="9" || cquote=="13" || cquote=="17" ) { imthisquote = "It is rare that I am so impressed with a product." ; imthisperson = "Bobby Likis, Host of Bobby Likis Car Clinic" ; imthislink = "http://www.carclinicnetwork.com/image10/index.htm" ; } if (cquote=="2" || cquote=="6" || cquote=="10" || cquote=="14" || cquote=="18") { imthisquote = "Having subjected your product to the worst that India could dish out, it not only surpassed my own expectations
"; imthisquote = imthisquote + "but far outperformed all that your own literature and advertising had promised." ; imthisperson = "Conrad W. Birch, Jewel of India Classic Road Rally" ; imthislink = "/testimonial1.html" ; } if (cquote=="3" || cquote=="7" || cquote=="11" || cquote=="15" || cquote=="19") { imthisquote = "You can see yourself well enough to shave in the reflection, but you better wear sunglasses." ; imthisperson = "Ken Glassman, Chicago Daily Herald" ; imthislink = "/images/20060626_dh_c1_as2_04_.pdf" ; } if (cquote=="4" || cquote=="8" || cquote=="12" || cquote=="16" || cquote=="20") { imthisquote = "Easily one of the best all around car care systems we have found." ; imthisperson = "Car Collector Magazine" ; imthislink = "http://www.carcollector.com" ; } document.write('
'); document.write(' 
'); document.write('"'); document.write(imthisquote); document.write('"'); document.write('
- '); document.write(''+imthisperson+''); document.write('
'); document.write('
'); } function show2quotes() { if (1==0) { // saved in case we ever want to show two at a time document.write('
'); document.write(''); document.write('
'); document.write(' 
'); document.write('
'); document.write('"Easily one of the best all around car care systems we have found."'); document.write(''); document.write('
'); document.write('
'); document.write(' '); document.write(''); document.write(' 
'); document.write('
'); document.write('"It is rare that I am so impressed with a product."'); document.write(''); document.write('
'); document.write('
'); document.write('
'); } }