function cost_click()
{
  window.open("http://costofwar.com/", "_blank");
}
function email_link()
{
  var account = "underdog-blog";
  var server  = "fantasy3d.com";
  var subject = ( (document.location.href.replace(/\/$/, "")).replace( /.*\//,
    "" ) ).replace(/\.s?html/, "");
  document.write("<A HREF='mailto:"+account+"@"+server+"?subject="+subject+
    "'>Contact</A>");
}
