function() {
        $(this).parent().next().slideUp(100);
        $(this).text("View source");
    });