			<!-- Adobe recommends that developers use SWFObject2 for Flash Player detection. -->
			<!-- For more information see the SWFObject page at Google code (http://code.google.com/p/swfobject/). -->
			<!-- Information is also available on the Adobe Developer Connection Under "Detecting Flash Player versions and embedding SWF files with SWFObject 2" -->
			<!-- Set to minimum required Flash Player version or 0 for no version detection -->
			var swfVersionStr = "10.0.0";
			<!-- xiSwfUrlStr can be used to define an express installer SWF. -->
			var xiSwfUrlStr = "";
			var flashvars = {};
			var params = {};
			params.quality = "high";
			params.bgcolor = "#333333";
			params.play = "true";
			params.loop = "true";
			params.wmode = "transparent";
			params.scale = "showall";
			params.menu = "true";
			params.devicefont = "false";
			params.salign = "t";
			params.allowscriptaccess = "sameDomain";
			var attributes = {};
			attributes.id = "ine_weby";
			attributes.name = "ine_weby";
			attributes.align = "middle";
			swfobject.createCSS("html", "height:100%; background-color: #333333;");
			swfobject.createCSS("body", "margin:0; padding:0; overflow:hidden; height:100%;");
			swfobject.embedSWF(
				"ine_weby.swf", "flashContent",
				"180", "430",
				swfVersionStr, xiSwfUrlStr,
				flashvars, params, attributes);
