$(document).ready(function(){
    $("a.tooltip_link").simpletooltip( { effect: "fadeIn", click: true } );
});

