var clMain = {
    Init:function(){
        $("a.talklink").tooltip({
   showURL: false
});
    }
}
$(function(){clMain.Init()});
