/* glow the site header link */
jQuery(function() {
    jQuery('#phone-home').addGlow({
        haloColor: '#F00',
        radius: 8,
        textColor: '#FA0'
    });
});
