$(document).ready(function() {
	$("img[@src$=png], .pngcrop").pngFix({ sizingMethod: "crop" });
	$("img[@src$=png], .pngscale").pngFix({ sizingMethod: "scale" });
    if(typeof sIFR == "function")
    {
        sIFR.replaceElement(named({sSelector:".LHSbanner h1", sFlashSrc:"/wp-content/themes/tarkine/swf/heading1.swf", sColor:"#ffffff", sLinkColor:null, sBgColor:null, sHoverColor:null, nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&offsetLeft=0", sWmode:"transparent"}));
        sIFR.replaceElement(named({sSelector:".wrapperForTours h2", sFlashSrc:"/wp-content/themes/tarkine/swf/title.swf", sColor:"#ffffff", sLinkColor:null, sBgColor:null, sHoverColor:null, nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&offsetLeft=0", sWmode:"transparent"}));
    }
    $(".LHSbanner embed").each(function () {
        $(this).width($(this).width()+100+'px');
        $(this).css('margin-top', (158 - $(this).height())+'px');
    });
    /*
    $('.splitcol').each(function () {
	$(this).columnize();
    });
    */
    $('.splitcol').columnize({columns: 2});
});
