function SetDivPosition() {
	document.cookie = "scrollposition="+document.getElementById('scroller').scrollTop+"; path=/";
}
