/* 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://otoku123.livedoor.biz/', 'entries': [ { 'title':'ルクエ スチームケース ペティート トマト', 'link':'http://otoku123.livedoor.biz/archives/51661422.html', 'published':'2010-04-21' }, { 'title':'黒豆痩美', 'link':'http://otoku123.livedoor.biz/archives/51660669.html', 'published':'2010-04-19' }, { 'title':'【小型カメラ】ペン型ビデオカメラ「HD画質 1100万画素 16GB対応」2010年春モデル 次世代型ペンカメラ', 'link':'http://otoku123.livedoor.biz/archives/51660441.html', 'published':'2010-04-19' }, { 'title':'ポルノホスピタルシリーズ ♯01 ポイントバイブレーター', 'link':'http://otoku123.livedoor.biz/archives/51659839.html', 'published':'2010-04-18' }, { 'title':'発毛エリート集団完全監修!毛根覚醒育毛剤!', 'link':'http://otoku123.livedoor.biz/archives/51654656.html', 'published':'2010-04-02' }, { 'title':'スワルスタイル FIORE ブラウン×ダークブラウン', 'link':'http://otoku123.livedoor.biz/archives/51654116.html', 'published':'2010-04-01' }, { 'title':'タイヤのカラーで選ぶ折畳自転車 見た目がかっこいいスポーツサドル', 'link':'http://otoku123.livedoor.biz/archives/51653037.html', 'published':'2010-04-01' }, { 'title':'20インチ折畳自転車カラーモデル(レッド)', 'link':'http://otoku123.livedoor.biz/archives/51643333.html', 'published':'2010-03-05' }, { 'title':'在宅用療養食はいかがでしょうか。お待ちしています。', 'link':'http://otoku123.livedoor.biz/archives/51642487.html', 'published':'2010-03-05' }, { 'title':'車でも仕事場でもOK♪7インチワイド液晶 ワンセグTV', 'link':'http://otoku123.livedoor.biz/archives/51638568.html', 'published':'2010-02-21' }, { 'title':'たったひと塗り “即効”愛されピンク♪', 'link':'http://otoku123.livedoor.biz/archives/51635245.html', 'published':'2010-02-14' }, { 'title':'いちご(とちおとめ)をふんだんに使用したのタルトです。', 'link':'http://otoku123.livedoor.biz/archives/51634383.html', 'published':'2010-02-12' }, { 'title':'2/6【メレンゲの気持ち】で紹介された たっぷり・すばやく 水気を拭き取る 吸水クロス「スパッと!」', 'link':'http://otoku123.livedoor.biz/archives/51633951.html', 'published':'2010-02-11' }, { 'title':'2/6【メレンゲの気持ち】で紹介された カーペットクリーナー 「ぱくぱく」(3個セット)', 'link':'http://otoku123.livedoor.biz/archives/51632674.html', 'published':'2010-02-08' }, { 'title':'ローヤルアイム限定30個【セール】', 'link':'http://otoku123.livedoor.biz/archives/51631338.html', 'published':'2010-02-05' }, ], 'uid':'1831','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 ? '

' +(feed.channelTitle) + '

' : ''; // Entires html += ''; html += ''; document.getElementById('puchi_reader_' + feed.uid).innerHTML = html; return 1; } ////////// Main /////////////////////////////////////////////////////////////// function puchi_read() { var work_space = 'puchi_reader_1831' document.getElementById(work_space).innerHTML = '
読み込み中…読み込み中…
'; puchi_reader(feed); }