$(document).ready(function() {
	$(".redcard a").tooltip({ 
     
        // use single tooltip element for all tips 
        tip: '#tip', 
		track: true, 
		offset: [5, -170],
		showURL: false, 
		fixPNG: false,
        effect: 'slide' 

   })

});
