$(document).ready(function(){
	
});


function correctHomeboxContentBox(){
	
	h = $('#homebox-content-box1').height();
	
	$('#homebox-content-box2').height(h);
	$('#homebox-content-box3').height(h);
	$('#homebox-content-box4').height(h);
	$('#homebox-content-box5').height(h);
	
}

