﻿function scrollToNewY(newY){
	window.scrollTo(0,scrollPosition() + newY);
}
