function getFBApiKey () {
    return "d4b1aed77b17282c084582634e935ec6";
}

jQuery(function() {
    $("a:not([rel='lightbox'])").hover(function() { 
        $(this).fadeOut(100);$(this).fadeIn(500);
    });
});