/**
 * harumachi rss feed
 */

google.load("feeds", "1");

function initialize() {
	var feedControl = new google.feeds.FeedControl();
	feedControl.setNumEntries(5);
	feedControl.addFeed("http://storeuser7.auctions.yahoo.co.jp/jp/show/auctions_rss?userID=harumachi_fukuoka", "ハルマチ ネットオークション");
	feedControl.addFeed("http://blogs.yahoo.co.jp/harumachi_fukuoka2/rss.xml", "本日のお奨めオークション！");
	feedControl.addFeed("http://blogs.yahoo.co.jp/kankichi0613/rss.xml", "吉積佳奈バックヤードブログ");
	feedControl.draw(document.getElementById("feed"));
}
google.setOnLoadCallback(initialize);
