// $Id: OnUnload.js 33 2008-08-30 16:24:38Z lfrost $
jQuery(window).unload(function()
{
	GUnload();
});
