/* Puchi RSS Reader(code name) - Simple RSS reader with Javascript Copyright 2008 RSS Marketing, Richard Choi(bluesky.sora@gmail.com) http://www.rssm.jp */ ////////// Global values ////////////////////////////////////////////////////// var feed = { 'channelTitle':'ながのセレクトくらぶ', 'channelLink':'http://nagano-club.com/', 'entries': [ { 'title':'クールビズってノーネクタイ??', 'link':'http://nagano-club.com/index.php?e=932', 'published':'2009-08-22' }, { 'title':'長野県代表ががんばっていますね。', 'link':'http://nagano-club.com/index.php?e=931', 'published':'2009-08-20' }, { 'title':'500000HIT!!', 'link':'http://nagano-club.com/index.php?e=930', 'published':'2009-08-20' }, { 'title':'お盆休みまで ラスト1日(^_^)v', 'link':'http://nagano-club.com/index.php?e=929', 'published':'2009-08-12' }, { 'title':'ハイビスカス', 'link':'http://nagano-club.com/index.php?e=928', 'published':'2009-08-11' }, { 'title':'レッドビーシュリンプ 懲りずに・・コンデジで撮影 パート2', 'link':'http://nagano-club.com/index.php?e=922', 'published':'2009-08-07' }, { 'title':'レッドビーシュリンプ コンデジで撮影 090806', 'link':'http://nagano-club.com/index.php?e=921', 'published':'2009-08-07' }, { 'title':'巷は夏休みです。信州にも観光客わんさか!!', 'link':'http://nagano-club.com/index.php?e=920', 'published':'2009-08-07' }, { 'title':'浴衣の女王 2009 決定です。', 'link':'http://nagano-club.com/index.php?e=919', 'published':'2009-08-07' }, { 'title':'久しぶりの遠征に行ってきました。', 'link':'http://nagano-club.com/index.php?e=918', 'published':'2009-08-07' }, { 'title':'暑中?お見舞い?申し上げます。', 'link':'http://nagano-club.com/index.php?e=917', 'published':'2009-08-03' }, { 'title':'シュリンプネタでは無いですが 「スカイアクアリウム」開催中 in 六', 'link':'http://nagano-club.com/index.php?e=916', 'published':'2009-08-03' }, { 'title':'レッドシュリンプ 久々の写真です', 'link':'http://nagano-club.com/index.php?e=915', 'published':'2009-08-03' }, { 'title':'レッドビーシュリンプ 夏場のほうれん草育成について', 'link':'http://nagano-club.com/index.php?e=914', 'published':'2009-08-03' }, { 'title':'長野の夏 イベント情報', 'link':'http://nagano-club.com/index.php?e=913', 'published':'2009-08-03' }, ], 'uid':'88','count':'15'}; var how_many_entires = 10; var toggle_title = 1; var toggle_date = 1; ////////// Function definition //////////////////////////////////////////////// function puchi_reader(feed) { var html = ''; // Channel title html += toggle_title ? '
