// Tell your friend
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=536,left = 240,top = 112');");
}

function popUp2(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=805,left = 240,top = 112');");
}

function popUp3(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=500,left = 240,top = 112');");
} 

function openWindow(bid,paytype) { 
	var theURL = "http://www.homeandsunrise.com/link/index.php"
	popme = window.open(theURL,"paypal","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=700, height=800");
	popme.focus();
}

function openWindowTell(url) {
	var theURLtell = "http://www.easy-branches.com/tell-friend/index.php?url="+url;
	popmetell = window.open(theURLtell,"paypal","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=700, height=800");
	popmetell.focus();
}

function getHost() {
	var url = window.location.href;
	return (url);
}

