﻿$('#pageTop a').click(function() {
	$.scrollTo($('body'), {speed:1000,axis:'y', queue:true});
	return false;
});

