﻿GmailLoading=function(){}
GmailLoading.wording='Loading...';
GmailLoading.show=function(){
  sLoadingDiv='<div id="document-loading" style="'
  +'opacity:0.15;'
  +'-moz-opacity:0.15;'
  +'filter:Alpha(Opacity=20);'
  +'position:absolute;'
  +'color:#FFFFFF;'
  +'background-color:#CC4444;'
  +'width:auto;'
  +'height:auto;'
  +'top:6%;'
  +'right:1%;'
  +'font-family:;'
  +'font-weight:;'
  +'text-align:left;'
  +'">'
  +this.wording
  +'</div>';
  document.write(sLoadingDiv);
}
GmailLoading.hide=function(){
  oLoadingDiv=document.getElementById('document-loading');
  oLoadingDiv.style.display='none';
  document.getElementById('container').style.display='block';
}
GmailLoading.wording='<img src=http://blog.roodo.com/nessie/48a6601a.gif align=absmiddle><b>載入中…</b><br><img src=http://seostats.net/uinfo.jpg alt=你的作業系統、瀏覽器、何處上網、來源位址 title=你的作業系統、瀏覽器、何處上網、來源位址 width=89><br><img src=http://flagcounter.com/count/fcN77/bg=FFFFFF/txt=000000/border=CCCCCC/columns=1/maxflags=5/viewers=3/labels=1 alt=來源地區分析自2008-06-08起算 title=來源地區分析自2008-06-08起算 width=89><br><img src=http://farm4.static.flickr.com/3172/2889368366_af8fefcf9b_o.jpg alt=本網誌三聚氰胺含量2.49ppm,沒有營養但是安全.(圖/tsubasa@Flickr) title=本網誌三聚氰胺含量2.49ppm,沒有營養但是安全.(圖/tsubasa@Flickr) width=0>';
GmailLoading.show();
window.onload=GmailLoading.hide