Event.observe(window, 'load', function(){
$$('.tip').each(function(element){
new Tip(element, element.rel, {hook:{target: 'topRight', tip: 'topLeft'}, offset: {x:0, y:0}});
});
});
