function ElmHeight() {

	h=document.getElementById("asbestos-back").clientHeight;
	h2=document.getElementById("local-asbestos-news").clientHeight;
	h3=document.getElementById("form").clientHeight;

	document.getElementById("local-asbestos-news").style.top=h + 400;

	if(h + h2 <=415){
	document.getElementById("states").style.top=h + h2 + 400;
	document.getElementById("left-column").style.height=h3;
	document.getElementById("footer").style.top=h3 + 385;
	document.getElementById("wrapper").style.height=h3 + 385;
	}
	else {
	document.getElementById("states").style.top=h + h2 + 400;
	document.getElementById("left-column").style.height=h + h2 + 320;
	document.getElementById("footer").style.top=h + h2+ 630;
	document.getElementById("wrapper").style.height=h + h2+ 630;
	}

}
onload=ElmHeight