// vim: set ts=4 sw=4 sts=4 et:

jQuery(function() {
    if (!jQuery.browser.opera)
    {
        /* Replace with Cufon in all browsers but Opera, Opera has a bug */
        Cufon.replace(".myriad", { fontFamily: 'MyriadProRegular' });
        Cufon.replace(".myriad-light", { fontFamily: 'MyriadProLight' });
    }
    else
    {
        /* In Opera replace the title with an image */
       jQuery("#home-title").addClass("lcweb-image-title");  
    }
});

