function c4CheckFooter() {
	var tHeight = document.getElementById('c4footer').offsetTop;
	 	if(tHeight<769) {
		mHeight = "790";
		diff = (mHeight-tHeight)/15;
		document.getElementById('c4footer').style.marginTop = diff +"em"
		}
	}
	c4CheckFooter()