function run_underconstruction()
{
   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" ID="flagscroller" WIDTH="52" HEIGHT="37">\n');
   document.write('<PARAM NAME="movie" VALUE="movies/underconstruction.swf">\n');
   document.write('<PARAM NAME="quality" VALUE="high">\n');   
   document.write('<PARAM NAME="bgcolor" VALUE="#FB6707">\n');
   document.write('<PARAM NAME="menu" VALUE="false">\n'); 
   document.write('<param name="loop" value="true" />\n'); 
   document.write('<PARAM NAME="scale" VALUE="noborder">\n'); 
   document.write('<EMBED src="movies/underconstruction.swf" quality="high" bgcolor="#FB6707" WIDTH="52" HEIGHT="37" MENU="false" loop="true" scale="noborder" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>\n');
   document.write('</OBJECT>\n');
}