$(function(){
//ColorBox Setting
$('.ColorBox').find('a').colorbox();

//External Link popup
$('a[rel="external"]').popupLink();
//Internal Link Smooth Scroll
$('a[rel="internal"]').smoothScroll();

//get User ForumList Feeds
$('#UserForumList').appendFeed('http://creativeforum.jp/recreate/feed.php',['link','title','year','month','day'],'<li><p class="ForumCategory">#%year%#年#%month%#月#%day%#日</p><h3 class="ForumTitle"><a href="#%link%#">#%title%#</a></h3></li>',5);

});
