//RSSのパス
var const_feed_url = './rssproxy_home.php';
//表示する最大件数
var const_feed_max_count = 3;
//新しい投稿とみなす期間(ミリ秒)
var const_feed_fresh_term = 7 * 24 * 60 * 60 * 1000; // 7日;
//新しい投稿につけるサイン
var const_feed_fresh_msg = '&nbsp;&nbsp;<em><img src="images/common/icon/r_new.gif" alt="new"></em>';

