	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=100% HEIGHT=100%>');
	document.write(' <PARAM NAME=movie VALUE="top.swf?');
	document.write(res[0] + '&' + res[1] + '">')
	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="top.swf?');
	document.write(res[0] + '&' +  res[1] + '"')
	document.write('	menu=false quality=high bgcolor=#FFFFFF');
	document.write('	WIDTH=100% HEIGHT=100%');
	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>');