var a="";

if(location.href == top.location.href)
  {
    if(location.href.substr(0,4).toLowerCase() == "file" || location.href.substr(0,16).toLowerCase() == "http://localhost")
      a = "http://localhost/drbeer/";
    else
      a = "http://drbeer.org/";
  }