$(document).ready(function () {
        $('h1, h2, h3, h4, h5, h6').sifr( {
            font: '/themes/site_themes/site/assets/typography/frutiger',
            textAlign: 'left',
            color: 'f16421'
        });
        $('h2.pageTitle').sifr( {
            font: '/themes/site_themes/site/assets/typography/newserp',
            textAlign: 'left',
            color: '#0053a6'
        });
        $('#footer li:first').addClass('first');
});