// Custom fonts
Cufon.replace('.a1',{fontFamily:"Futura",fontWeight:400,fontStyle:"oblique"});
Cufon.replace('.bg-a5 h1,#nav_1073357 a,.a2,.a3',{fontFamily:"Futura",fontWeight:700,hover:true});

jQuery(function() {
    //If in home
    var is_homepage = jQuery("#nav_1073357 .home").hasClass("selected");
    if(is_homepage){
       jQuery(".category").selCust();
    }
});
//p7 auto trigger class

//jQuery (function (){
//jQuery ("#p7PMnav li:has('ul')").find('a:first').addClass("p7PMtrg"); 
//jQuery ("#p7PMnav li:has('ul')").find('li:first').addClass("first"); 
//jQuery("#p7PMnav ul li a").each(function() {  var html = jQuery(this).text(); jQuery(this).html("<span>" + html + "</span>"); } );
//});
