$(function(){


	if ($(".sidebar").height() > $("#content").height()) {
		if (jQuery.browser.msie) {
			$("#content").css('min-height',$(".sidebar").height());
		}
		else {
			$("#content").css('height',$(".sidebar").height());
		}
	}
	else if ($("#content").height() > $(".sidebar").height()) {
		if (jQuery.browser.msie) {
			$(".sidebar").css('min-height',$("#content").height()+12);
			
		}
		else {
			$(".sidebar").css('height',$("#content").height()+12);
		}
	}
	

	
	sIFR.replace(helveticaneue_bold, {
      selector: 'h2'
      ,css: {
        '.sIFR-root': { 'color': '#7B0221' }
      },
      wmode:'transparent',
      ratios:[9, 1.16, 17, 1.09, 18, 1.08, 24, 1.05, 25, 1.06, 30, 1.04, 32, 1.05, 37, 1.03, 39, 1.04, 40, 1.02, 41, 1.04, 58, 1.03, 97, 1.02, 1.01],
      offsetTop:3
     
    });

});