/*window.onload = function() {
	  setTimeout(function(){
		  window.scrollTo(0, 1);
		  document.getElementById("footerId").style.bottom = "0px";
	  }, 100);
	}*/

window.onscroll= function() {
	//alert('Test'+document.getElementById("footerId").style.bottom);	
	}
