// JavaScript Document

function exitsite()
{
	var iX = window.document.body.offsetWidth - window.event.clientX ;
	var iY = window.event.clientY ;

	if (iX <=30 && iY < 0 )
	{
		window.open('http://fs18.formsite.com/glasdonuk/form990863062/index.html', 'exitsite', 'width=630,height=700,scrollbars=yes');
	}
}
