/*
	Copyright Code Computerlove Ltd 2007-2009
	Build: 1.0.0.167
	Date: 09/11/2009 16:35:55
*/

(function($j){
	
	$j().ready(function(){
	
		window.onbeforeunload = function()
		{
			//$.post("sessionend.aspx");
			//return alert("Browser about to close...");
		}
		
	});
	
	
})(jQuery);

