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