
function randomFactor()
{
number = Math.floor(Math.random()*7)
if (number==0)
document.write('<h3>&#8220;I believe that much of the details work was completed as a result of your excellent site manager&#8221;.</h3><p><strong>Head Teacher<br />St. Mary &amp; St. Joseph&#8217;s School, Sidcup</strong></p>')

if (number==1)
document.write('<h3>&#8220;Doveguard have undertaken works, often at short notice, efficiently and within budget on all occasions&#8221;.</h3><p><strong>Development Manager<br />Natwest Estate Management Development</strong></p>')

if (number==2)
document.write('<h3>&#8220;Your team on site performed their duties to the standard we have come to expect&#8221;.</h3><p><strong>Project Manager, Global Centre (&pound;30 million)<br />Structure Tone Inc.</strong></p>')

if (number==3)
document.write('<h3>&#8220;The performance of Doveguard, on this very demanding project, exceeded our expectations and was a significant factor to the success of the project&#8221;.</h3><p><strong>Project Manager, Eastman Kodak<br />Schal International Management Ltd</strong></p>')

if (number==4)
document.write('<h3>&#8220;Your operatives were on time, all the time, and showed full regard for site procedures and safety&#8221;.</h3><p><strong>Construction Manager, Handles Banken<br />Benson Interiors</strong></p>')

if (number==5)
document.write('<h3>&#8220;A big thank you to Doveguard for that personal service you gave on the works for the placement of the Bobby Moore statue and in attendance to the sculpture&#8221;.</h3><p><strong>Project Manager, Wembley Stadium</strong></p>')

if (number==6)
document.write('<h3>&#8220;Despite limited access and difficult working conditions Doveguard completed the works within programme and to specific standards&#8221;.</h3><p><strong>Assistant Project Manager, BHS Kensington<br />Woolf Construction Management</strong></p>')




}
