$(document).ready(function(){
    DD_roundies.addRule('div#sidebar div.featured', '5px', true);
    $("a[rel^='prettyPhoto']").prettyPhoto({
        animationSpeed: 'fast',
        showTitle: false,
        opacity: 0.50,
        theme: 'facebook'
    });
    $('#top-link').topLink({
        min: 400,
        fadeSpeed: 500
    });
    $('#top-link').click(function(e) {
        e.preventDefault();
        $(this).blur();
        $('html, body').animate({scrollTop:0}, 'slow');
    })
});




