// RANDOM TEXT
function random_text()
{};
var random_text = new random_text();
var number = 0;

random_text[number++] = "<p>Ventury County Office of Education has been doing business with BKM of Ventura, California for several years. They have been very helpful with providing us with excellent pricing and service...<a href='../testimonials.asp'>read more</a></p><p class='name'>- Debi Gill</p>"
random_text[number++] = "<p>I want to thank each of you and your crews for the outstanding work you did for us in our move to the new Education Building. From design phase, to furniture...<a href='../testimonials.asp'>read more</a></p><p class='name'>- Arlis Markel<br>UCSB</p>"
random_text[number++] = "<p>Working with the staff of BKM Ventura office has always been a pleasure. The sales team is very knowledgeable, proposed drawings and quotes arrive efficiently...<a href='../testimonials.asp'>read more</a></p><p class='name'>- Karla Jepson<br>Private K-12 School</p>"
random_text[number++] = "<p>Thanks to all of you for staying on task to make sure that we got the furniture purchased in time and for all of your time today moving furniture into position...<a href='../testimonials.asp'>read more</a></p><p class='name'>- Sharlene Coleal</p>"
random_text[number++] = "<p>Let me just say THANK YOU!!! You have done an outstanding job for us in the ARCE department. The furniture is perfect and everyone is pleased. I also want to compliment...<a href='../testimonials.asp'>read more</a></p><p class='name'>- Christine Cobb</p>"
random_text[number++] = "<p>We really enjoyed working with bkm to customize our new work space. They were involved through every stage of development and really took the time to understand our...<a href='../testimonials.asp'>read more</a></p><p class='name'>- Jason Crawford<br>City of Santa Clarita</p>"
random_text[number++] = "<p>We have just recently finished moving into and outfitting our new Engineering building here at Cal Poly in San Luis Obispo. Normally furniture is a painful process...however, working with...<a href='../testimonials.asp'>read more</a></p><p class='name'>- Martin Koch<br>Cal Poly</p>"
random_text[number++] = "<p>It was and is always a pleasure to visit you. I thank you for the professionalism that your company displayed during the installation of our new furniture...<a href='../testimonials.asp'>read more</a></p><p class='name'>- Nate</p>"
random_text[number++] = "<p>It is a pleasure working with you and your crew at BKM. Whether helping us dream up new spaces, finding great solutions, or installing the final product, the folks at...<a href='../testimonials.asp'>read more</a></p><p class='name'>- Dale Kohler</p>"
random_text[number++] = "<p>I am so impressed with the quality and commitment of service I received from bkm. I LOVE my new office furniture and their excellent leasing program made it even...<a href='../testimonials.asp'>read more</a></p><p class='name'>- Janet Huebner<br>Nuvair</p>"


var random_number = Math.floor(Math.random() * number);

document.write(random_text[random_number]);

