
$(function() {
    
    Cufon.replace('#footer span, #footer strong, #footer a, h1, h2, h3', {
        fontsize: '14px',
        hover: true
    });

    Cufon.replace('.exhibition-index li a, .exhibition-index li span, .artist-index li a, .scroller-controls a, a.cufon', {
        hover: true,
        fontSize: '14px'
    });

    Cufon.replace('.submenu > a', {
        hover: true,
        fontSize: '14px'
    });
;
});
