document.write('<div id="loading">');
document.write('<p><b><font color=\"FF000\">Please wait while we retrieve the latest information...</font></b></p>');
document.write('<p><img src=\"http://xlecom.com/demos/webmaster/rss/images/progind.gif\" width=100 height=9 alt=\"\" align=middle border=0></p>');
document.write('<p><b>Please support this site by visiting one of our sponsors.</b></p>');
document.write('<p><iframe src=\"http://rcm.amazon.com/e/cm?t=samwam-20&o=1&p=9&l=ez&f=ifr&f=ifr\" width=\"180\" height=\"150\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" border=\"0\" frameborder=\"0\" style=\"border:none;\"></iframe></p>');
document.write('<p><iframe src=\"http://rcm.amazon.com/e/cm?t=samwam-20&o=1&p=13&l=ur1&category=gift_certificates&banner=19SMZHS6ESSVMX71R5G2&f=ifr\" width=\"468\" height=\"60\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:1px solid;\" frameborder=\"0\"></iframe></p>');
document.write('</div>');

// Created by: Simon Willison | http://simon.incutio.com/
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";
});

