$(function () {
	$('p.pageTop a')
		.click(function () {
			$('html,body').animate({ scrollTop: 0 }, 300);
			return false;
		 });
	$('a.blank')
		.click(function(){
			window.open(this.href,"","");
			return false;
		});
	
	$('div.footer').append('<span class="rt"></span><span class="rb"></span>');
	$('div.contents').append('<span class="rb"></span>');
	$('.round').corner('10px');
	$('ul.path li:last-child a').addClass('last');
	$('#index ul li:last-child dl').addClass('last');
});
