function speedyload(){
	
	var bgImg;
	bgImg= new Image(2000,477); 
	bgImg.src="assets/tradeshows_bg.jpg"; 	
	
}

