// JavaScript Document

$(window).unload(function() {
$.ajax({url:"close.php", async:false})
});
