/*  */

var num_of_quotes = 6;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="- Heather R., Pasadena";
body="Thanks Dr Tek I owe you my life!!! I thought i really lost everything on my Hard Drive, but thanks to you guys all my data is back even after that nasty virus you guys removed.";
}

if (quotes==1) {
title="- Chris M., Glendale";
body="You guys are one doctor i really do want to see, after you guys fixed my spyware issue, my computer ran just like it did when i first bought it, which allowed me to actually get work done and make some money for my business";
}

if (quotes==2) {
title="- Anni V., Culver City";
body="..what i love about you guys the most is that you got here the same day and my problems were fixed, on top of all that your technitian Sean was so nice and helpful he gave me a few tips and shortcuts that made my life so much easier. THANKS DR TEK ";
}

if (quotes==3) {
title="- Bob A., Santa Monica";
body="Thanks ...I've completed the de-frag and I have not had a problem since. Things seem to be working smoother somehow. I've got a feeling that that was the solution. Thanks again for your help, I owe you big time Dr Tek.";
}

if (quotes==4) {
title="- Eric L., Downtown L.A";
body="Your IT team brought us back to speed with technology & all of us here at The Real Estate Experts thank you for your ongoing support and if you guys ever need a new home let me know personally & I'll find you the home of your dreams. Thanks Dr Tek";
}

if (quotes==5) {
title="- Jack D., Van Nuys";
body="After looking through the yellow pages and calling a dozen Geeks to fix my network, I finally found a computer company that really delivers what they say and promise they will, you guys will be on speed dial next to 911. Thanks a million Dr Tek";
}

document.write('<em>'+ body +'</em>');
document.write('<div class="style12" align="left"><strong>' + title + '</strong></div>');
