function playerPop(url,name,w,h)
{
	newwindow=window.open(url,name,'width='+w+',height='+h+',top=100,left=525');
	if (window.focus) {newwindow.focus()};
}

function killspam(user,domain) {
	locationstring = "mailto:" + user + "@" + domain;
	window.location = locationstring;
}

function wimpyPopPlayer(theFile,id,stuff) {
  window.open(theFile,id,stuff);
}