	// <![CDATA[
		
		var so = new SWFObject("fla22.swf", "sotester", "761", "311", "#000000");
		so.addVariable("flashVarText", "this is passed in via FlashVars for example only");
		so.addParam("scale", "noscale");
		so.addParam("wmode", value="transparent");
		so.write("flash-content");
		
		// ]]>
