$(function() {
    $("*").tooltip({
        delay: 200,
        fade: false,
        showURL: false,
        top: -5,
        left: 15
    })


//$('.tagSubscrInfo').tooltip();
//$('#set1 *').tooltip();
});
