/* 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);
}


function OldpopUpPlayer(Channel) {
day = new Date();
id = "SomaPlayer";
URL="/popup/?" + Channel;
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=410,height=220,left = 200,top = 140');");
}

function popUpPlayer(Channel) {
	URL="/popup/?" + Channel;
	newwindow=window.open(URL,'SomaPlayer','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=410,height=220,left = 200,top = 140');
	if (window.focus) {newwindow.focus()}
	
}

