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