var quoteArray=new Array();
var fromArray=new Array();

quoteArray[0]=' YES!!!!! I am tired of getting my knuckles having the the BEEP BEEP kicked out of them.<br /><br />Thanks,'; 
fromArray[0]='- Master Jane Huhn';

quoteArray[1]=' I would say this Board Holder Machine has saved my instructors hand and';
quoteArray[1]+=' wrist. We all at Third Eye Taekwondo are very happy to use';
                quoteArray[1]+='this board holder. I bought two packages already.<br />';
                 /*
				  quoteArray[1]+='<br />';
                quoteArray[1]+='Our instructors are so happy that they don’t have to deal with holding boards';
                quoteArray[1]+='and getting kicked on their hands all the time. Students are more excited to';
                quoteArray[1]+='try board breaking. They have improved their board breaking techniques since';
                quoteArray[1]+='we are using this amazing piece of equipment. Its strong, mobile, easy to set';
                quoteArray[1]+='up and holds boards more than any hands can hold.<br />';
                  quoteArray[1]+='<br />';
                quoteArray[1]+='And finally, the price of this package is great. I felt that I am just buying';
                quoteArray[1]+='3 re breakable board from martial art store. <br />';
                 quoteArray[1]+=' <br />';
                quoteArray[1]+='Thanks to whoever that invented this machine and you all that distributing it';
                quoteArray[1]+='in such a great low price.';
				*/
fromArray[1]='- Master E. Saadati';

quoteArray[2]='I received my';
                quoteArray[2]+='Board Holder yesterday. Thanks, It&rsquo;s a great product, easy';
                quoteArray[2]+=' to use and very well put together with allot of extras. <br />';
                quoteArray[2]+='<br />';
                quoteArray[2]+=' Thanks again.';
fromArray[2]=' - Master Tim Bell';

quoteArray[3]='Because our';
                quoteArray[3]+=' club trains out of a school gym we need to have equipment';
                quoteArray[3]+=' that is portable. This board holder meets our needs very';
                quoteArray[3]+=' well as it is durable, very quick to set up and easily transported.';
                quoteArray[3]+=' At home I have it strapped to my heavy bag so I don’t even';
                quoteArray[3]+=' have to mount it to the wall.';
fromArray[3]=' - Harry Ohrn – Head Instructor';

var randomNumber = Math.floor(Math.random()*4);

document.write('<div class="box">');
    document.write('<div class="box-inner">');
        document.write('<div class="box-inner2">');
            document.write('<div class="box-inner3">');
                document.write(quoteArray[randomNumber]);
            document.write('</div>');
        document.write('</div>');
    document.write('</div>');
document.write('</div>');
document.write('<div class="quotebottom"><img src="/skin/frontend/bb/bb/images/quotebottom.jpg" /></div>');
document.write('<div class="from" style="margin-bottom: 10px">');
    document.write(fromArray[randomNumber]);
document.write('</div>');
