function embedObject() {
	document.write('' +
	'<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"' +
	'\"http://www.w3.org/TR/html4/loose.dtd\">' +
	'<html>' +
	'<head>' +
	'<title>The Best Online Ordering Cafe and Catering Service in New York</title>' +
	'<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">' +
	'</head>' +
	'' +
	'<body style=\"margin:0px; background-color:#fdf3de;\">' +
	'<table width=\"1002\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">' +
	'  <tr>' +
	'    <td align=\"center\">' +
	'	  <object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" width=\"1002\" height=\"695\">' +
	'        <param name=\"movie\" value=\"flash/index.swf">' +
	'        <param name=\"quality\" value=\"high\">' +
	'        <embed src=\"flash/index.swf" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"1002\" height=\"695\"></embed>' +
	'    </object></td>' +
	'  </tr>' +
	'</table>' +
	' ' +
	'' +
	'</body>' +
	'</html>' +
	'' +
	'');

}

// execute!
embedObject();