
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.
//Editing Notes:
// and = &amp;
// to force a line break = <br />
// use a / before '

quotes[0]='<span class="qt">"</span>Dear Bruce &amp; Karen,<br />We wanted you to know how especially grateful we are that you were able to have the job completed before out Californian cousins arrived. We did not expect such service, but want you to know we will certainly be singing your praises to all willing to listen.<span class="qt">"</span>'

quotes[1] = '<span class="qt">"</span>Karen,<br />The deck is wonderful! Hopefully I can get one in the front in the summer. Thanks for the great job.<span class="qt">"</span>'

quotes[2] = '<span class="qt">"</span>Marathon,<br />Thank you so much for a great job you did in replacing our eavestroughing. It was greatly appreciated.<span class="qt">"</span>'

quotes[3] = '<span class="qt">"</span>Dear Karen &amp Staff,<br />Just a short note to say thank you for getting our eavestroughing up so quickly. We are very happy with the work &amp the colour. We will recommend you to anyone we know needing eavestroughing! Thanks.<span class="qt">"</span>'

quotes[4] = '<span class="qt">"</span>Quoted on time.  Did on time. Complied with all instructions as requested. WOW!<span class="qt">"</span>'

quotes[5] = '<span class="qt">"</span>Thank you for your prompt and excellent service and especially follow-up. We are extremely pleased with the finished results.<span class="qt">"</span>'

quotes[6] = '<span class="qt">"</span>Just a short note to say "Thanks" for the excellent customer service!!<span class="qt">"</span>'

quotes[7] = '<span class="qt">"</span>Thank you for the fantastic job on our deck. Once the weather was co-operative the job was completed very quickly and professionally. We have gotten many compliments from family, friends and neighbours. When the summer finally arrives, we will be spending a lot of time enjoying our new deck. Thanks again.<span class="qt">"</span>'

quotes[8] = '<span class="qt">"</span>Thanks for the great products and service for the past year.<span class="qt">"</span>'

quotes[9] = '<span class="qt">"</span>We are very pleased with the quality of your materials and workmanship and hope to do business with your company next year!<span class="qt">"</span>'

quotes[10] = '<span class="qt">"</span>I would like to take this time to thank you for a job well done and special thanks for the speedy response<span class="qt">"</span>'

quotes[11] = '<span class="qt">"</span>Just wanted to say "Thanks". Your service was terrific!<span class="qt">"</span>'

quotes[12] = '<span class="qt">"</span>Thank you. I was pleased with the job and particularly the friendly attitude of all the staff.<span class="qt">"</span>'

quotes[13] = '<span class="qt">"</span>Rails and glass are <u>beautiful</u>. We have had many compliments from people walking by.<span class="qt">"</span>'

quotes[14] = '<span class="qt">"</span>Karen &amp; Staff at Marathon Eavestroughing,<br />It has been a pleasure dealing with you.  I am completely satisfied with your workmanship &amp; thanks to Karen\'s note it was even a satisfying experience receiving your bill. Thank you.<span class="qt">"</span>'

quotes[15] = '<span class="qt">"</span>Karen &amp; all the marathon people,<br />Thank you for putting our order as a priority. People like you make the world a better place.<span class="qt">"</span>'

// do not edit below this line
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
