function embedObject() {
	document.write('<html>' +
	'' +
	'<head>' +
	'<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1252\">' +
	'<title>New Page 2</title>' +
	'<meta name=\"Microsoft Theme\" content=\"oragon-theme01 1011, default\">' +
	'</head>' +
	'' +
	'<body>' +
	'' +
	'<p><embed width=\"158\" height=\"210\" src=\"Flashstore/Proof-Quote.swf\"></p>' +
	'' +
	'</body>' +
	'' +
	'</html>' +
	'');

}

// execute!
embedObject();