Kahhoewan,

the "onStart" event in wernerlinka workaround never fires. you may replace it with onBeforeLoad and it works fine :
    $("img[rel]").overlay(
            {
                onBeforeLoad: function(event) {
                    event.stopImmediatePropagation();
                }}
      );
hope it helps

Marc