/**
 * @author Slockwood
 */
$(function() {
$('a.Tips2').tooltip({ 
    track: true, 
    delay: 0, 
    showURL: false, 
    showBody: " - ", 
    fade: 250 
});
$("a.Tips2 p").each(function(){

$(this).html(  $(this).html().replace(/\[caption.*?\[\/caption]/gi,'')    );

$(this).html(  $(this).html().replace(/\[(xxr) (.*?)]/gi,'($2)') );

});



});