function embedObject() {
	document.write('	<object type=\"application/x-shockwave-flash\" data=\"intro2.swf\" width=\"765\" height=\"164\">' +
	'      <param name=\"movie\" value=\"intro2.swf\" />' +
	'      <img src=\"none.gif\" width=\"764\" height=\"164\" alt=\"Flash Menu\" />' +
	'    </object>');

}

// execute!
embedObject();