<!--

function printPage(){
	top.print();
	}

function makeHome(){
	
		if (bw.ie){
			oHomePage.setHomePage('http://www.motrac-racing.com');
			returnValue = false;
		}
	}
	
function makeFavourite(){

	window.external.addfavorite('http://www.motrac-racing.com/index.html','Motrac Racing - Exceptional Performance from Exceptional Preparation')

	}


//-->