var quotes=new Array()//change the quotes if desired. Add/ delete additional quotes as desired.quotes[0]='Load Testimonial here <br /><br /> - Credit'quotes[1]='Load Testimonial here <br /><br /> - Credit'quotes[2]='Load Testimonial here <br /><br /> - Credit'quotes[3]='Load Testimonial here <br /><br /> - Credit'quotes[4]='Load Testimonial here <br /><br /> - Credit'quotes[5]='Load Testimonial here <br /><br /> - Credit'var whichquote=Math.floor(Math.random()*(quotes.length))document.write(quotes[whichquote])