// JavaScript Document
<!-- Begin
var numb = 2 // Number of lines (Incl. 0)
title_text = new Array();
title_text[0]="Now that the work of laying a new drive has been completed, my Wife and I would like to thank you most sincerely for the finished job.<br><br>From the start when your staff called to estimate the work until the completion of it, we have been most impressed with your workmen.<br><br> They have been very professional in the way they have carried out this task and very courteous and considerate at all times.<br><br> Please extend our thanks to them and rest assured we will recommend your company to our friends and acquaintances.</font></p>	<p align='right'><font face='verdana' size='1'><b>Mr F.S.Brown (Sissinghurst)</b></font></p>";
title_text[1]="<p align=left><font face='Verdana' size='1'>I am delighted with the work that you carried out on my driveways and the courteous and cheerful manner of the workmen.<br><br>I was unfortunately not at home on the last day and so could not thank them personally, so I would be grateful if you could pass on my gratitude.<br><br>I also confirm our meeting this Thursday at 08:30am to provide a quote for additional work at another property nearby.</font></p><p align='right'><b><font face='verdana' size='1'>Mr A.Holmes (Rochester)</font></b></p>";
title_text[2]="<p align=left><font face='Verdana' size='1'>I would like to take this opportunity to say how delighted my Husband and I are with our new driveway.<br><br> The whole operations has been undertaken in a most professional manner and with evident pride in workmanship.<br><br> We will not hesitate to recommend your services.<br> <br>Please convey our thanks to all concerned.</font></p><p align='right'><b><font face='verdana' size='1'>Ms J.Woods (Staplehurst)</font></b></p>";



var doit = title_text[Math.round(Math.random()*numb)];
//  End -->

var scrollerwidth='150px';
var scrollerheight='150px';
var scrollerbgcolor='white';
var scrollerbackground='scrollerback.gif';

	document.writeln('<div id="main2" style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hidden;background-color:'+scrollerbgcolor+' ;background-image:url('+scrollerbackground+'); border:0px solid red; horizontal: none;  overflow: auto">');
	document.write(doit);
	document.writeln('</div>');
