// JavaScript Document
function embedObject() {
	document.write('<object type=\"application/x-shockwave-flash\" style=\"width:960px; height:80px;\" data=\"flash/headerpf.swf\"><param name=\"movie\" value=\"flash/headerpf.swf\" />' +
	'		</object>');
}
// execute!
embedObject();

