<!--
	function random_content(){
	var mycontent=new Array()
	//specify random content below, just copy a line and increase the number by 1 to add new images
	mycontent[1]='<img src="images/banner1.jpg" alt="Keep your engine performance on the cutting edge with EDGE Analysis Software" border="0">'
	mycontent[2]='<img src="images/banner2.jpg" alt="Keep your engine performance on the cutting edge with EDGE Analysis Software" border="0">'
	//end
	var ry=Math.floor(Math.random()*mycontent.length)
	if (ry==0)
	ry=1
	document.write(mycontent[ry])
	}
//-->
