function embedObject() {
	document.write('<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"' +
	' codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,00,0\" name=\"hyper\"' +
	' width=760 height=500 id=\"undefined\">' +
	'                        <param name=movie value=\"quiz.swf\">' +
	'                        <param name=quality value=high>' +
	'                        <param name=\"wmode\" value=\"transparent\">' +
	'                        <embed src=\"quiz.swf\"  width=760 height=500 quality=high type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\"  name=\"undefined\" swliveconnect=\"true\"></embed> ' +
//	'						<img src=\"images/top.jpg\" width=\"760\" height=\"152\" alt=\"Flash Player not installed\" /> ' +
	'                      </object>');

}

// execute!
embedObject();
