var tm = new Array(2);
tm[0] = "<p class=adv>&nbsp;</p><p class=adv>The Newland Group provides efficient and professional service, minimising headaches on our end and maximising our online presence.</p><p class=signadv>Testimonial by<br>Kari Dykes<br>Marketing Manager<br>UK Trade & Investment<br>British Consulate-General<br>Toronto</p>";
tm[1] = "<p class=adv>&nbsp;</p><p class=adv>We are thrilled with our new website!!  It was a pleasure to work with the Newland Group.  They really listened to what our goals were with the redesign of our website and creatively made it all happen.  We look forward to continuing our work with them to keep our website fresh and new.</p><p class=signadv>Testimonial by<br>Amy L. Strawbridge<br>Senior Vice President, Marketing<br>AAA South Jersey</p>";
tm[2] = "<p class=adv>&nbsp;</p><p class=adv>I found the staff at The Newland Group very helpful and accommodating when we were producing our web news letter.</p><p class=signadv>Testimonial by<br>Martin Heal<br>Director of Corporate Services<br>Tippet-Richardson Ltd.</p>";
tm[3] = "<p class=adv>&nbsp;</p><p class=adv>The Newland Group has designed and managed two websites for me and I have found them to be professional, easy to work with and always willing to make necessary changes when requested.  I have been working with them for over 7 years and I highly recommend them.</p><p class=signadv>Testimonial by<br>Claudia J. Betzner<br>Executive Director<br>Service Industry Association</p>";
tm[4] = "<p class=adv>&nbsp;</p><p class=adv>We have been extremely pleased with the resulting web site. Many of our members have commented on the site's clean layout and easy to navigate pages. We have been impressed with its robust capabilities.</p><p class=signadv>Testimonial by<br>Tim Griswold,<br> Manager of Technical Services<br>AAA Hudson Valley</p>";
tm[5] = "<p class=adv>&nbsp;</p><p class=adv>The Newland Group produces excellent websites and provides great services for a wide variety of small and large organizations. I have known David Kingsland since about 1995 and in addition to using his company's services for my own businesses, have recommended him on several occasions.</p><p class=signadv>Testimonial by<br>Tony Baker,<br> CEO, Market Access Worldwide<br></p>";
function testimonial()
{
	var chooseNumber= Math.floor(Math.random()*100);
	chooseNumber = chooseNumber % 6;	
	document.getElementById('testimonial').innerHTML = tm[chooseNumber];
}