$(document).ready(function(){
    // Opera has some shitty problems with text-shadow, so we will remove it for now.
    if ($.browser.opera) {
        $('body').css('text-shadow', 'none');
    }
});
