if(document.images)
{
	imgTick= new Image(); 
	imgTick.src="images/tick.gif"; 
	imgCross= new Image(); 
	imgCross.src="images/cross.gif"; 
	
	imgWTCC = new Image()
	imgWTCC.src="images/wtcc_2_lines.jpg"; 
	imgGT = new Image()
	imgGT.src="images/fiagtLogo.jpg"; 
	imgALMS = new Image()
	imgALMS.src = "images/AsianSeriesLogo.gif"
	imgETCC = new Image()
	imgETCC.src = "images/etcclogo.png"
	
	imgBritishF3 = new Image()
	imgBritishF3.src = "images/britishF3.jpg"
	
	imgHSCC = new Image()
	imgHSCC.src = "images/hscc.jpg"

	imgMST = new Image()
	imgMST.src="images/mstlogo.png"; 
	imgCheqFlagLeft = new Image()
	imgCheqFlagLeft.src="images/chequedFlag_left.gif";
	imgCheqFlagRight = new Image()
	imgCheqFlagRight.src="images/chequedFlag_right.gif";
	
	imgF2BottomLeftCar = new Image()
	imgF2BottomRightLogo = new Image()
	imgF2TopBannerBackground = new Image()
	imgF2TopLeftLogo = new Image()
	imgF2TopRightCar = new Image()
	
	imgF2BottomLeftCar.src = "images/F2/f2-bottom-left-car.gif"
	imgF2BottomRightLogo.src = "images/F2/F2-bottom-right-logo.gif"
	imgF2TopBannerBackground.src = "images/F2/f2-top-banner_background.gif"
	imgF2TopLeftLogo.src = "images/F2/f2-top-left-logo.gif"
	imgF2TopRightCar.src = "images/F2/F2-top-right_car.gif"
	
	imgNoJS = new Image()
	imgNoJS.src = "images/noJS.gif"
}
