	swf = '/hat-reform/images/flash/head_flash_hat.swf';
	width = "735";
	height = "250";
	
	str = location.search;
  	str = str.substring(1,str.length);
  	res = str.split(",");
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('	codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"');
	document.write('	id="fromhtml" width="' + width + '" height="' + height + '" style="z-index:-1;">');
	document.write(' <param name="movie" value="' + swf + '?');
	document.write(res[0] + '&' + res[1] + '">')
	document.write(' <param name="wmode" value="transparent" />');
	document.write(' <param name="menu" value="false" />');
	document.write(' <param name="quality" value="high" />');
	document.write(' <param name="bgcolor" value="#FFFFFF" />');
	document.write(' <embed src="' + swf + '?');
	document.write(res[0] + '&' +  res[1] + '"')
	document.write('	menu="false" quality="high" bgcolor="#FFFFFF" wmode="transparent"');
	document.write('	width="' + width + '" height="' + height + '"');
	document.write('	type="application/x-shockwave-flash"');
	document.write('	pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" />');
	document.write('<\/object>');
