would this :
$(window).unload( function () { alert("Bye now!"); } );
help you ?
It is in jQuery though.
you should check the link given by Demoli though, it has further information about this particular method ( and its downside ).
edit : added link.