if ( typeof parent.window.bubbleEvent != 'undefined' ) {
    YAHOO.util.Event.onDOMReady(function(){
        YAHOO.util.Event.on(window.document.body,"click",parent.window.bubbleEvent);
    });    
}