$(document).ready(function () {
    $.ifixpng('../images/transparent.gif'); 
    $('#logo a').ifixpng();

    $('.list #content .members a').tooltip({ 
        track: true, 
        delay: 150, 
        showURL: false, 
        showBody: " - ", 
        fade: 250 
    });

}); // end document ready
