/**
 *  Run Cufon font replacements
 */
Cufon.replace('h1, h2, h3, h4, a.tab', {
    fontFamily: 'Droid Sans 400'
});
Cufon.replace('#footer-panel h1, #footer-panel h2, #footer-panel h3, #footer-panel h4, #footer-panel h5, #footer-panel h6', {
    fontFamily: 'Droid Sans 400',
    color: '-linear-gradient(#999, .50=#f0f0f0, .95=#999)'
});

