
$(document).ready(function(){
    $('a#faq_tellafriend').click(function() {
        $('div#div_faq_tellafriend').show();
    });
});
