		
function loadFlash(){
	var fo = new FlashObject("media/SA01-flashheader-3.swf", "header", "118", "756", "6");
	//fo.addVariable("flashVarText", "this is passed in via FlashVars"); // this is always optional, but this example uses the variable and displays this text inside the flash movie	
 	fo.addParam("wmode", "transparent");
	fo.write("header");
}

addToLoader("loadFlash()");
