jQuery.extend({
	onexitInit: function() {
		$('body').prepend('<iframe width="1" height="1" style="visibility: hidden; width: 0px; height: 0px; position: absolute; left: -100px; top: -100px;" src="/library/jquery/onexit.html"></iframe>');
	}
});

