/* jQuery scroll setting */
$(function(){
	$("a.pageTop").click(function(){
		$.scrollTo("#header", 600);
		return false;
	});
});

