/*
	Copyright Code Computerlove Ltd 2007-2009
	Build: 2.2.0.5
	Date: 16/10/2009 17:32:59
*/

(function($j){
	
	$j().ready(function(){
	
		window.onbeforeunload = function()
		{
			$.post("sessionend.aspx");
			//return alert("Browser about to close...");
		}
		
	});
	
	
})(jQuery);

