//<![CDATA[

//Random quote
var howMany = 1;
var quote = new Array(howMany+1)
quote[0]='&quot;I was delighted with the crusher\'s performance and ease of use and I will definitely be hiring one on a regular basis to take advantage of both the cost and environmental savings.&quot;  <strong>Mr. Endersby</strong> M.E. Endersby Builders';
quote[1]='&quot;I had a demo of the TCP crusher last week. It is amazing, it\'s the machine for me and the hire market. I threw a granite block in it, and it didn\'t even slow it down, it just smashed it to bits. It has to be seen to be believed.&quot; <strong>Daniel Burfot</strong> <a href="http://www.crusherhire.co.uk/">Crusher Hire</a>';
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];

//]]>