var imgstart = "<img src=\"img/imagery/client-logo";
var imgend = " />";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*5);
img = rnumb;
if (img == "0") {
document.write("<p>\"We are extremely happy with all the products supplied\"</p>");
document.write("<cite><strong>Richard Osmond</strong>,<br />Louth CC, Lincs</cite>");
}
if (img == "1") {
document.write("<p>\"The quality of the workmanship from Durant Cricket was 2nd to none!\"</p>");
document.write(imgstart+ "02.gif\" alt=\"Middlesbrough Cricket Club logo\" title=\"Middlesbrough Cricket Club\"" +imgend);
document.write("<cite><strong>Mal Bruton</strong>,<br />Middlesbrough CC, Teeside</cite>");
}
if (img == "2") {
document.write("<p>\"The standard of the product and installation are 1st class\"</p>");
document.write("<cite><strong>Ernest Taylor</strong>,<br />Sheriff Hutton CC,N.Yorks</cite>");
}
if (img == "3") {
document.write("<p>\"The board worked fine throughout the weekend in both games and saw our 1st XI though to the Cup Final yesterday\"</p>");
document.write("<cite><strong>Jon Gledhill</strong>,<br />Haslingden CC,Cheshire</cite>");
}
if (img == "4") {
document.write("<p>\"Our board was delivered on time and looks a picture\"</p>");
document.write(imgstart+ "05.gif\" alt=\"Norton Cricket Club logo\" title=\"Norton Cricket Club\"" +imgend);
document.write("<cite><strong>John Sharples</strong>,<br />Norton CC,Staffs</cite>");
}