function exitSite(from, destination, windowName, options, goesto, pid)
{
	if (destination.indexOf("golink.asp") != -1)
		newWindow = window.open(destination + '&FPFrom=' + from, windowName, options);
	else
		newWindow = window.open('/au/leaving.asp?FPDest=' + escape(destination) + '&FPFrom=' + escape(from) + '&goto=' + escape(goesto) + '&pid=' + pid, windowName, options);
}