onload=function() 
{
		var subContentHeight = document.getElementById('home-content').offsetHeight; 
		//alert("content height is: " + subContentHeight);
		subContentHeight = subContentHeight  - 81;
		//alert("content height is: " + subContentHeight);
		document.getElementById('homeBoxOne').style.height = subContentHeight + "px";
}
//]]>