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

//function initialize() {
//  var feedControl = new google.feeds.FeedControl();
//  feedControl.setLinkTarget(google.feeds.LINK_TARGET_BLANK);
//  feedControl.setNumEntries(2);

//  feedControl.addFeed("http://mctakasaki.gunmablog.net/index.xml", "高崎事務所");
//  feedControl.addFeed("http://mcosaka.blog.eonet.jp/default/index.rdf", "大阪事務所");
//  feedControl.addFeed("http://twitter.com/favorites/113427374.rss", "Tweet"); 
  
  
//  feedControl.addFeed("http://rssblog.ameba.jp/moemode/rss20.xml", "高崎事務所");
//  feedControl.addFeed("http://rssblog.ameba.jp/higashihara-aki/rss20.xml", "高崎事務所");
//  feedControl.draw(document.getElementById("feed"), 
//  {drawMode : google.feeds.FeedControl.DRAW_MODE_TABBED}
//    {drawMode : google.feeds.FeedControl.DRAW_MODE_LINEAR}
//  );
//}
google.setOnLoadCallback(initialize);

google.load("feeds", "1");
feed.setNumEntries(2);  

function initialize() {
  var feedControl = new google.feeds.FeedControl();
// feedControl.addFeed("http://mctakasaki.gunmablog.net/index.xml", "高崎事務所");
  feedControl.addFeed("http://mcosaka.blog.eonet.jp/default/index.rdf", "新着記事・大阪事務所ブログ");
//  feedControl.addFeed("http://twitter.com/favorites/113427374.rss", "Tweet"); 
  feedControl.draw(document.getElementById("feedosk"));
}
google.setOnLoadCallback(initialize);

