var objDownLoadURL = 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0';
var objClassIDVal = 'd27cdb6e-ae6d-11cf-96b8-444553540000';
var objType = 'object';
var objAppType = 'x-shockwave-flash';
var objPlugins = 'http://www.macromedia.com/go/getflashplayer';
var objParam = 'param';
var objEmbed = 'embed';
	document.write('<'+ objType +' ');
	document.write('classid="clsid:'+ objClassIDVal +'" ');
	document.write('codebase="'+ objDownLoadURL +'" width="'+ objWidth +'" height="' + objHeight + '" id="OVC" align="middle">');
	document.write('<'+ objParam +' name="allowScriptAccess" value="sameDomain" />');
	document.write('<'+ objParam +' name="movie" value="'+ objFile +'.'+ objExt +'" />');
	document.write('<'+ objParam +' name="quality" value="high" />');
	document.write('<'+ objParam +' name="bgcolor" value="#ffffff" />');
	document.write('<'+ objParam +' name="wmode" value="transparent">');
	document.write('<'+ objEmbed +' src="'+ objFile +'.'+ objExt +'" quality="high" bgcolor="#ffffff" ');
	document.write('width="'+ objWidth +'" height="' + objHeight + '" name="OVC" align="middle"');
	document.write(' allowScriptAccess="sameDomain" wmode="transparent" type="application/'+ objAppType +'"');
	document.write(' pluginspage="'+ objPlugins +'" />');
	document.write('</'+ objType +'>');