//Activate Immediately
$(function(){
    if($.browser.version < 7){
        pngfix();
    }
    Cufon.replace("h1, h1 span", {
        hover : true
    });
});
