window.addEvent('domready', function() {
var customTips = $$('.tooltip');
var toolTips = new Tips(customTips, {
     onShow: function(toolTipElement){toolTipElement.fade(.9);},
     onHide: function(toolTipElement){toolTipElement.fade(0);}
});
});
