window.onload = function(){
	divObj = new fx.Scroll(null,{duration:500});
}
function pageScroll(target){
	divObj.scrollTo(target);
}
