/* Code by Giancarlo "GM" Moschitta (info@myphp.it) and Negatyve (http://www.negatyve.com) Powered by jQuery (http://jquery.com)) */
function initHome()
{
	jQuery( '.news-list-header .blogs-list a' ).tooltip
	(
		{ 
			  track: false
			, delay: 500
			, showURL: false
			, showBody: false
			, opacity: 1
			, fixPNG: true
			, extraClass: 'blogs-list-tooltip'
			, top: -50
			, left: -20
		}
	);
}
jQuery( document ).ready( initHome );
