
	
// If user was prompted to upgrade their flash and they clicked no, dont bother them again.
	var expressInstall = (readCookie("getFlash") == 2) ? "" : "flash/playerProductInstall.swf";			        
	
	function getFlash(arg){
	//arg: 1=complete, 2=cancelled, 3=failed		   
	    createCookie("getFlash",arg,1);		    
	}
	
