window.addEvent('domready', function() {
    var tips = new Tips($$('.tips'), {
    	showDelay: 200,
    	hideDelay: 200
    });
});