function onladed () {
	var theContent = document.getElementById("theContent");
	var theContentT = 0;//parseInt(theContent.style.top);
	var theContentH = parseInt(theContent.style.height);
	document.getElementById("footer").style.top = theContentH+187+24+'px';
	
	//window.alert(theContentT+" - "+theContentH+" - "+document.getElementById("footer").style.top);
	//window.alert("WEWE "+theContentH+" - "+contentT);
//	window.alert(div.content.height);	//.getAttribute('id'));
}

