<!--

var didyou = new Array();

function didyouObject(copy){
	this.copy = copy;
}








didyou[0] = new didyouObject("Motrac Racing can provide customers with access to the ONLY UK DynoJet Dyno centre with fully integrated RAM-AIR simulation and real time Air/Fuel Ratio facilities; offering the most advanced diagnostic Dyno system available.");
didyou[1] = new didyouObject("Tech 2 Racing utilised Renthal Chains and Sprockets to help them win the 2002 British Superstock Championship");
didyou[2] = new didyouObject("Motrac Racing assisted in the development of a new brake pad design and tested new compounds for Ferodo during the 2002 season");
didyou[3] = new didyouObject("Motrac Racing only uses genuine manufacturer's OEM Air Filters");
didyou[4] = new didyouObject("Motrac Racing installed its first Dynojet Dyno back in 1990, which was at the time one of only five in the whole of the UK.<br><br>Shell Research has utilized the Dyno facilities at Motrac Racing to assist them in the development of their high performance motorcycle lubricants, and research into cylinder bore technology.");


function diduRandomWriter(){

var whichArticle = Math.round(Math.random()*(didyou.length-1));
writeDidUKnow(whichArticle)
}

function writeDidUKnow(randomNumber){
/*alert ("Started -- number chosen ="+whichArticle);*/
document.write("<span class='textdgrey'>"+didyou[randomNumber].copy+"<br></span>");
}

//-->
