[jQuery] jquery Load Event not working!!!

[jQuery] jquery Load Event not working!!!


i am trying to use the load funtion of jquery but its not working
$(document).ready(function(){
    $('img.tooltip').load(function(){
        alert('h');
    });
});
http://www.unirazz.com/test.html
on test server its not working on both IE n FF.
but on local its working in FF but not in IE.
any help?
thnx