$(document).ready(function(){
    $(document).pngFix();
    $("#toplink a").click(function(){ $("html:not(:animated)"+( ! $.browser.opera ? ",body:not(:animated)" : "")).animate({scrollTop:0}, 'medium'); });                                  
});