<?php  ob_start('publishedOutputHandler'); function publishedOutputHandler($buffer) { return $buffer; }  ?>document.write('<div id="flashmoviediv" style="border:1px solid black; width:540px; margin-right:auto; margin-left:auto;">');
document.write('<object');
document.write('classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"');
document.write('width="540"');
document.write('height="405"');
document.write('id="FlashMap" />');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="FlashMap.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#ffffff" />');
document.write('<embed src="FlashMap.swf"');
document.write('quality="high"');
document.write('bgcolor="#ffffff"');
document.write('width="540"');
document.write('height="405"');
document.write('name="FlashMap"');
document.write('allowScriptAccess="sameDomain"');
document.write('type="application/x-shockwave-flash"');
document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</div>');