window.onload = function(){
			if($.browser.msie)
			{
				//if (typeof document.body.style.maxHeight == "undefined") {
					$('#wrapper_logo img').attr('src','/interface_img/header_new_rich_nation_logo_ie6.png').css({'margin-left':'12px','margin-top':'12px'});
					$('.back-to-top-fix div').css({"margin-top":"-12px"});
				
				//}
			}
var columnsEq = ['left-column','center-column','right-column','two_columns_left_sidebar'];
var commond_h = 600;
			jQuery.each(columnsEq, function(i) {

					if($("#"+this).height() > commond_h)
					   commond_h = $("#"+this).height()
					//alert($("#"+this).height()+"--"+this);
			});
			jQuery.each(columnsEq, function(i) {
				$("#"+this).height(commond_h);
				//alert('boludo');
			});	
			$('.center-video-box-wrapper').hover( function(){
				 $(this).css('background-color', '#e2e2e2');
				},
				function(){
					 $(this).css('background-color', 'transparent');
			});
			
			
			
}
