$(document).ready(function(){
	$("h2 a").jHelperTip({
                trigger: "hover",
                source: "attribute",
                attrName: "title",
                opacity: 0.8,
                autoClose:true
        });
});
