
var d=document;
var pY=document.documentElement.scrollTop+d.documentElement.clientHeight;
document.write('<div id="loading" style="background-repeat:repeat; z-index: 1; position: absolute; left: 0px; top: 0px; width: 100%; height: 1000px; padding: 0px; background-image: URL(http://www.blueaurapc.com/webimages/aura/overlay.png);">');
document.write('<table border="0" cellspacing="0" width="100%" height="');
document.write(pY);
document.write('" cellpadding="0"><tr><td align="center" width="100%"><table border="3" cellspacing="1" style="border-style: ridge; border-width: 3px" bgcolor="#FFFFFF" bordercolor="#4B4B4B"><tr><td align="center" align=center><table border="0" cellspacing="1"><tr><td align="center"><img border="0" src="http://www.blueaurapc.com/webimages/loading_config.gif" width="50" height="52"></td></tr><tr><td align="center"><font face="Tahoma" style="font-size: 10.5pt">Loading Page...</font></td></tr></table></td></tr></table></td></tr></table></div>');

function addLoadEvent(func)
{
   var oldonload = window.onload;
  
   if (typeof window.onload != 'function')
   {
      window.onload = func;
   }
   else
   {
      window.onload = function()
      {
         if (oldonload)
         {
            oldonload();
         }
         
         func();
      }
   }
}

addLoadEvent( function(){document.getElementById("loading").style.display="none";} );










