$(function(){
	// Page Top
	$('a#pagetop').click(function(){
		$.scrollTo({top:0,left:0},600);
		return false;
	});
});
