function embedObject() {
	document.write('<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"' +
	' codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" name=\"admin\"' +
	' width=150 height=279 id=\"undefined\">' +
	'                        <param name=movie value=\"swf/hilary.swf\">' +
	'                        <param name=quality value=high>' +
	'                        <param name=\"wmode\" value=\"transparent\">' +
	'                        <param name=\"menu\" value=\"false\">' +	
	'                        <param name=\"swliveconnect\" value=\"true\">' +	
	'                        <embed src=swf/hilary.swf  width=150 height=279 quality=high type=\"application/x-shockwave-flash\" wmode=\"transparent\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\"  menu=\"false\" name=\"undefined\" swliveconnect=\"true\"></embed> ' +
	'                      </object>');

}

// execute!
embedObject();