function popup1 (earl,name,widgets) {
	host = location.hostname;
	if (host.indexOf('customnews') != -1) {
		var url = 'http://www.hippoline.lu' + earl;
		} else {
			var url = earl;
			}
	popupWin = window.open (url,name,widgets);
	popupWin.opener.top.name="opener";
	popupWin.focus();
	}
function popup2 (earl,name,widgets) {
	host = location.hostname;
	if (host.indexOf('customnews') != -1) {
		var url = 'http://www.hippoline.lu' + earl;
		} else {
			var url = earl;
			}
	popupWin = window.open (url,name,widgets);
	popupWin.opener.top.name="opener";
	popupWin.focus();
	}
function popup3 (earl,name,widgets) {
	host = location.hostname;
	if (host.indexOf('customnews') != -1) {
		var url = 'http://www.hippoline.lu' + earl;
		} else {
			var url = earl;
			}
	popupWin = window.open (url,name,widgets);
	popupWin.opener.top.name="opener";
	popupWin.focus();
	}
