window.addEvent('domready', function(){
	var tips = new Tips($$('.footerTips'), {
		timeOut: 700,
		maxTitleChars: 50, 
		maxOpacity: .9 
	});
});