function random_text()
{};
var random_text = new random_text();
var number = 0;
random_text[number++] = "I just bought a 1995 GSXR750 with your exhaust on it and I love the tone of the exhaust and the power it makes<p>Richard</p>"
random_text[number++] = "This last December I purchased a D &amp; D slip on for my 1999 K600. Your service was excellent!! I recommend you to all the new bikers<p>Janson</p>"
random_text[number++] = "Just got my D&amp;D pipe for my FZR400 and it looks and sounds great!<p>Shawn</p>"
random_text[number++] = "I just purchased one of your slip-on's, and I am highly impressed with the caliber of work and the quality of the sound. I have a 2000 Suz Kantana, and since I put on your slip-on, I can't stop smiling as I ride it. Good Work<p>Peter</p>"
random_text[number++] = "Everything fit perfectly no problems another satisfied customer<p>Derrek</p>"
random_text[number++] = "I just bought your slip on for my suzuki. It's AWESOME!!! It makes a mean sound and has significant performance. Carbon fiber looks awesome too!!! Thanks D&amp;D<p>Pounder</p>"
random_text[number++] = "Your pipes for the Harley-Davidson are certainly the way to go for people that want more seat of the pants power without playing with cams.<p>Ed</p>"
random_text[number++] = "I just received my slip on for my BMW R1100R, and it was a breeze to install! The quality, fit and finish are spectacular and I LOVE the sound. I am very pleased to have purchased this exhaust from your company and look forward to showing it off.<p>Eric</p>"
random_text[number++] = "I ordered a VTX1800 slip on from D&amp;D and I am very satisfied with the quality, sound, and performance. I'm glad I chose D&amp;D hope you sell a ton of them.<p>Robert</p>"
random_text[number++] = "After I put on your slip on's, it was a totally different bike. I turn heads all the time. Thanks for a great product. (XL1200S Harley Sportster)<p>Tim</p>"
random_text[number++] = "I just received and installed your slip on mufflers for my 2000 Softail Standard and all I can say is WOW. Unbelievable sound, look, and performance.<p>Chad</p>"
random_text[number++] = "I get so many looks now it's unreal and it gave it a good crisp sound and not to mention a noticable increase in torque and horsepower. Thanks D&amp;D for a bad ass pipe!<p>Rene</p>"
random_text[number++] = "I recently purchased, put on and am EXTREMELY pleased with your aluminum slip on for my ZR-7<p>Ethan</p>"
random_text[number++] = "I purchased a used 2000 Kawasaki ZRX1100 with your polished aluminum slip on already in place. I really enjoy your product. It is extremely well made and an obviously high quality product.<p>Al</p>"
var random_number = Math.floor(Math.random() * number);
document.write(random_text[random_number]);