var posx=0;
var posy=0;
posx=document.body["clientWidth"];
posy=document.body["clientHeight"];
posx=(posx/2)-55;
posy=(posy/2)-65;

document.write("<div id=\"loadingLayer\" style=\"filter:alpha(opacity=50,style=0);-moz-opacity:1;opacity:5.0;position:absolute;left:0px;top:0px; width:"+document.body["clientWidth"]+"; height:2000; z-index:1; background-color: #000000; layer-background-color: #000000; border: 1px none #000000;\">");
document.write("<table width=\""+document.body["clientWidth"]+"\" height=\""+document.body["clientHeight"]+"\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"  ");
document.write("<tr>");
document.write("<td height=\""+document.body["clientHeight"]+"\"><div align=\"center\">");
document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"110\" height=\"130\">");
document.write("<param name=\"movie\" value=\"/swf/loading.swf\">");
document.write("<param name=\"quality\" value=\"high\">");
document.write("<param name=\"wmode\" value=\"transparent\">");
document.write("<embed wmode=\"transparent\"  src=\"/swf/loading.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"110\" height=\"130\"></embed></object>");
document.write(" </div></td></tr></table>");
document.write("</div>");
