Array.prototype.max = function(){
    return Math.max.apply( Math, this );
};

$(document).ready(function(){
	if(typeof sIFR == "function"){
	    sIFR.replaceElement("h1.title", named({sFlashSrc: "/wp-content/themes/dundurn/sifr_fonts/helvetica-neue-light.swf", sColor: "#000", sWmode:"transparent"}));
	}
/*
	var body_blocks = [];
	$("#bd>.bodywrap>#yui-main,#bd>.bodywrap>.yui-b").each(function(){
		body_blocks.push($(this).height());
	}).css('height',body_blocks.max()+'px');*/

	
});
