window.onscroll=onScrollSetPosition;


function onScrollSetPosition(){
	  $("hiddenScroll").value=getScrollPosition();
	}  
