/******************************************
 ******************************************
 * JS/jQuery script by Tomasz Zieliński   *
 ******************************************/

function gmat_on_unload() {
	$.ajax({
		type: "POST",
		url: "/onunload",
      data: "ustr_pid=" + $("#gmat_ustr_pid").attr("class"),
      success: function(){}
	});
}

