google.load("feeds", "1");      
function initialize() {        
var feedControl = new google.feeds.FeedControl(); 
      
feedControl.addFeed("http://www.ameinfo.com/rssfeeds/2362.xml");
feedControl.addFeed("http://gulfnews.com/cmlink/1.446098");
feedControl.addFeed("http://gulfnews.com/cmlink/1.446094");
feedControl.addFeed("http://www.bi-me.com/rss/9/rss.xml");
feedControl.addFeed("http://archive.gulfnews.com/rss/business.xml");

feedControl.draw(document.getElementById("feedControl"));
}      
google.setOnLoadCallback(initialize);    
google.setOnLoadCallback(initialize);
