function loadFlashFront(){
	var fo = new FlashObject("media/SA02-0129-flashintro-3.swf", "feature", "760", "600", "7");
	//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("quality", "high");
 	fo.addParam("bgcolor", "#391F44");
 	fo.addParam("loop", "true");
	fo.write("feature");
}

addToLoader("loadFlashFront()");

