// JavaScript Document
document.write('<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="278" height="178">');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="movie" value="http://flying-postman.com/movie/player.swf" />');
document.write('<param name="allowfullscreen" value="true" />');
document.write('<param name="allowscriptaccess" value="always" />');
document.write('<param name="flashvars" value="file=http://flying-postman.com/movie/'+monthnum+'.flv&image=http://flying-postman.com/movie/'+monthnum+'.jpg" />');
document.write('<embed type="application/x-shockwave-flash"	id="player2" name="player" src="http://flying-postman.com/movie/player.swf" wmode="transparent" width="278" height="178" allowscriptaccess="always" allowfullscreen="true" flashvars="file=http://flying-postman.com/movie/'+monthnum+'.flv&image=http://flying-postman.com/movie/'+monthnum+'.jpg" />');
document.write('</object>');

