// JavaScript Document
// construction.js

document.write( '<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH="680" HEIGHT="380" id="construction" ALIGN="bottom">' );
document.write( ' <PARAM NAME=movie VALUE="construction.swf">' ); 
document.write( ' <PARAM NAME=quality VALUE=high>' ); 
document.write( ' <PARAM NAME=salign VALUE=B>' ); 
document.write( ' <PARAM NAME=bgcolor VALUE=#000000>' );
document.write( ' <EMBED src="construction.swf" quality=high salign=B bgcolor=#000000  WIDTH="680" HEIGHT="380" NAME="construction" ALIGN="bottom" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">' );
document.write( ' </EMBED>' );
document.write( '</OBJECT>' );
