function load() {
	var feed = [{title:'avantスタッフブログ',url:'http://blog.avant.jp/feed/'},];
	var options = {
		numResults : 4,
		stacked : true,
		displayTime : 9000,
		fadeOutTime : 800,
		linkTarget : google.feeds.LINK_TARGET_BLANK
	}
	new GFdynamicFeedControl(feed, "feedControl", options);
}
google.load("feeds", "1");
google.setOnLoadCallback(load);

