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,79,0\"' +
	'        id=\"index\"' +
	'        width=\"726\" height=\"750\"' +
	'      >' +
	'        <param name=\"movie\" value=\"index.swf\">' +
	'        <param name=\"bgcolor\" value=\"#FFFFFF\">' +
	'        <param name=\"quality\" value=\"high\">' +
	'        <param name=\"allowscriptaccess\" value=\"samedomain\">' +
	'        <embed' +
	'          type=\"application/x-shockwave-flash\"' +
	'          pluginspage=\"http://www.macromedia.com/go/getflashplayer\"' +
	'          name=\"index\"' +
	'          width=\"726\" height=\"750\"' +
	'          src=\"index.swf\"' +
	'          bgcolor=\"#FFFFFF\"' +
	'          quality=\"high\"' +
	'          swliveconnect=\"true\"' +
	'          allowscriptaccess=\"samedomain\"' +
	'        >' +
	'          <noembed>' +
	'          </noembed>' +
	'        </embed>' +
	'      </object>');

}

// execute!
embedObject();
