var $j = jQuery;

var fadeLink = function() {
    $j( ".toplink" )
     .fadeIn( 400 );
};

