function showComments() {
    $('#respond').slideDown(1000,function() {
        window.location = '#comments';
    });
}
