$(function(){
$('.commentdiv, .alt, #commentform textarea#comment').corner('15px');


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

$('#rss').qtip({
	content: 'Subscribe now! 歡迎訂閱我的文章 ^^',
	style: {width: 260, padding: 5, color: '#FF52B5', background: '#333333', border:{width: 0, radius: 8, color: '#333333'}, tip: 'rightMiddle', classes:{content: 'qtip-content'}},
	position: {
      corner: {
         target: 'leftMiddle',
         tooltip: 'rightMiddle'
      }, adjust:{x: -10}
   }

	});
	
$('#footer').corner('tr 15px');
	
});