window.addEvent('domready', function() {
	
	var tip_img = new Tips($$('.img'));
	
	var tip_link = new Tips($$('.link'), {
		className: 'custom'
	});
	
	var tip_link_fixed = new Tips($$('.link_fixed'), {
		className: 'custom',
		fixed:true		
	});

});
