$(function(){
     $(".colS,.colM,.colL,.scol,.section").corner("5px");
     $("#ft-info").corner("5pxbottom");
	 $("#globalNav .second").corner("5px");
	 $("#main .subttl").corner("3px");
});


$(function(){
     $(".pagetop a").click(function(){
     $('html,body').animate({ scrollTop: $($(this).attr("href")).offset().top }, 'slow','swing');
     return false;
     })
});



