
hForce = function() {
	
	if (document.getElementById('right_spacer'))  {
	
		document.getElementById('right_spacer').style.height = document.getElementById('provider').offsetHeight + 32 + "px";
	
	}

}

window.onload = function() {

	hForce();

}
