// HANDLE THE BROWSER CLOSE EVENT
function doUnload()
{
	if( typeof( event ) != 'undefined' ) {
	
		if( event.clientX < 0 && event.clientY < 0)
		 {	   
		   	window.location.href = "http://www.truckloadrate.com/customer/logout.htm";	   
		 }
	}
}