function pollSubPop (earl, name, widgets, specialsURL)
{
	host = location.hostname;
	var url = earl;
	popupWin = window.open(url, name, widgets);
	popupWin.opener.top.name = "opener";
	popupWin.focus();
}
