$(document).ready(function() {

    // swap out headings for non-web font
    if(typeof sIFR == "function"){

        $("h1").each(function(){ $(this).addClass("forSIFR").html( '<span class="swap">'+ $(this).html()+'</span>'); });
        $("h2").each(function(){ $(this).addClass("forSIFR").html( '<span class="swap">'+ $(this).html()+'</span>'); });

	    sIFR.replaceElement(named({sSelector:"body h1 .swap",sWmode: "transparent",sColor: "#351702",sFlashSrc:"/wp-content/themes/lost/myriad.swf"}));
	    sIFR.replaceElement(named({sSelector:"body h2 .swap",sWmode: "transparent",sColor: "#351702",sFlashSrc:"/wp-content/themes/lost/myriad.swf"}));
    };

    // fix  logo
    if($.browser.msie) {
        $("#header strong").css({background:"none",
                                 filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/lost/images/logo.png', sizingMethod='scale')"} );
    }

});
