//<![CDATA[

//Random quote
var howMany = 3;
var quote = new Array(howMany+1)
quote[0]='&quot;We have a variety of width and height restrictions around the stadium complex and have found the Hi-T500 ideal for the job, particularly as we can only cope with small quantities of material at a time and the machine\'s 500kg payload has proved just about perfect.&quot;  <strong>Alan Meridith</strong> <a href="http://www.travisperkins.co.uk/" onclick="window.open(this.href, \'_blank\'); return false;">Travis Perkins</a>';
quote[1]='&quot;It has been the best purchase I have ever made. In the past, to tip into skips with a wheelbarrow, we had to push each load up a plank which was both hard work and potentially hazardous.&quot; <strong>Daniel Burfot</strong> <a href="http://www.dcgardens.co.uk/" onclick="window.open(this.href, \'_blank\'); return false;">DC Gardens</a>';
quote[2]='&quot;Unfortunately, it was only after moving some 2 tonne of material by wheelbarrow at my own home that I discovered the existence of TCP\'s amazing little dumper. It came extremely highly recommended by a builder friend of mine and I had no hesitation in placing an order.&quot; <strong>Keith Jones</strong> <a href="http://www.portaramp.co.uk/" onclick="window.open(this.href, \'_blank\'); return false;">Portaramp</a>';
quote[3]='&quot;The TCP machine fits the bill perfectly and is ideally suited to operate alongside the micro excavators we also offer.&quot; <strong>Keith Jones</strong> Hampshire Plant Hire';
function rndnumber(){
var randscript = -1;
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1))
}
return randscript
}
quo = rndnumber()
quox = quote[quo];

//]]>