function leaveSitePopUp(url, atag)
{
	atag.target=null;

	newwindow=window.open(url,'exitpage','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=350,height=160,left = 175,top = 142.5');
	if (window.focus)
	{
		newwindow.focus();
	}
	return false;
}


function bannerLeaveSitePopUp(url, atag)
{
	atag.target=null;

	newwindow=window.open(url,'exitpage','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=350,height=160,left = 175,top = 142.5');
	if (window.focus)
	{
		newwindow.focus();
	}

}