/* Site wide JS file */

function SendMail(WhichDj, Server)
{
window.window.location="mailto:" + WhichDj + "@" + "SomaFM.com";
}

if (top !== self && document.referrer.match(/digg\.com\/\w{1,8}/)) {
  top.location.replace(self.location.href);
}
