try{Typekit.load();}catch(e){} //grab kit

$(function(){ 
    $("h1, h2, .item").addClass("tk-museo-slab"); //apply typekit class.
    $("h1, h2, .item").css("display", "block"); //avoid FOUT
    //$(".typekit-badge").css("display", "none"); -- just for demonstration purposes...
    $("#navigation a").each(function() { if(this.href == window.location.href) $(this).addClass("active"); }); //set active state.
});




