/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 5;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {

body="I received my order for the GT Banger and the Meteor Wednesday after ordering them before noon on Monday. The quick delivery, quality packaging and customer service was great!<br><br>David C.";
}

if (quotes==1) {

body="I recently bought a new bag and some discs from Disc Golf Station and the delivery was fast and the products are high quality! ! I highly recommend them for all of your discgolf needs.<br><br>Dave";
}

if (quotes==2) {

body="Disc Golf Station has the best customer service, by putting their personal touch on ordering and delivery, ensuring customer satisfaction with follow-thru and little perks like adding scorecards.  I intend on making many more purchases with discgolfstation.com in the future!<br><br>Jason G.";
}

if (quotes==3) {

body="Thank you so much for the excellent service & the scorecards.  <br><br>DGS is a class act! <br><br>Jerry B.";
}

if (quotes==4) {

body="You guys were great to deal with, great customer service on your end.  <br><br>Thanks again <br><br>Lori C.";
}

document.write('<div align=left; style="margin-left: 0px; margin-right: 12px; color: 466049; font-style:italic; font-family: trebuchet ms; font-size: 11px;">');
document.write(''+ body +'');
document.write('</div>');
