google.load('feeds', '1');
function OnLoad() {
var feeds = [
{title: 'Adobe - France',url: 'http://twitter.com/statuses/user_timeline/47614318.rss'},
{title: 'Adobe Photoshop - Canada',url: 'http://twitter.com/statuses/user_timeline/65525881.rss'},
{title: 'Alpa - Switzerland',url: 'http://twitter.com/statuses/user_timeline/71762845.rss'},
{title: 'Apple Inc. - United-States',url: 'http://twitter.com/statuses/user_timeline/34307424.rss'},
{title: 'Apple &amp; Mac News - Ireland',url: 'http://twitter.com/statuses/user_timeline/16711478.rss'},
{title: 'Canon Camera - Europe',url: 'http://twitter.com/statuses/user_timeline/31584502.rss'},
{title: 'Canon - France',url: 'http://twitter.com/statuses/user_timeline/39234059.rss'},
{title: 'Canon - Italy',url: 'http://twitter.com/statuses/user_timeline/90869093.rss'},
{title: 'Canon - United-Kingdom',url: 'http://twitter.com/statuses/user_timeline/19333967.rss'},
{title: 'Casio Exilim - Germany',url: 'http://twitter.com/statuses/user_timeline/29236858.rss'},
{title: 'Epson - France',url: 'http://twitter.com/statuses/user_timeline/68666033.rss'},
{title: 'Fujifilm - France',url: 'http://twitter.com/statuses/user_timeline/49962909.rss'},
{title: 'Fujifilm - Poland',url: 'http://twitter.com/statuses/user_timeline/62298585.rss'},
{title: 'Hasselblad - United-Kingdom',url: 'http://twitter.com/statuses/user_timeline/86962824.rss'},
{title: 'Hasselblad - Germany',url: 'http://twitter.com/statuses/user_timeline/169846333.rss'},
{title: 'Kodak - Spain',url: 'http://twitter.com/statuses/user_timeline/92250833.rss'},
{title: 'Kodak - France',url: 'http://twitter.com/statuses/user_timeline/68985953.rss'},
{title: 'Kodak - Italy',url: 'http://twitter.com/statuses/user_timeline/72563450.rss'},
{title: 'Kodak - United-Kingdom',url: 'http://twitter.com/statuses/user_timeline/67271628.rss'},
{title: 'Leaf - Denmark',url: 'http://twitter.com/statuses/user_timeline/13515672.rss'},
{title: 'Leica Camera AG - Germany',url: 'http://twitter.com/statuses/user_timeline/24884768.rss'},
{title: 'Mamiya Digital - Germany',url: 'http://twitter.com/statuses/user_timeline/86089144.rss'},
{title: 'Nikon - France',url: 'http://twitter.com/statuses/user_timeline/70359057.rss'},
{title: 'Nikon CoolPix - Europe',url: 'http://twitter.com/statuses/user_timeline/23603551.rss'},
{title: 'Oloneo PhotoEngine - France',url: 'http://feeds.feedburner.com/oloneo/XOoU'},
{title: 'Olympus - Australia',url: 'http://twitter.com/statuses/user_timeline/44076042.rss'},
{title: 'Panasonic - Spain',url: 'http://twitter.com/statuses/user_timeline/98613950.rss'},
{title: 'Panasonic Events',url: 'http://twitter.com/statuses/user_timeline/221442822.rss'},
{title: 'Panasonic Pro - Europe',url: 'http://twitter.com/statuses/user_timeline/55513460.rss'},
{title: 'Panasonic - France',url: 'http://twitter.com/statuses/user_timeline/153409014.rss'},
{title: 'Panasonic - United-Kingdom',url: 'http://twitter.com/statuses/user_timeline/197081982.rss'},
{title: 'Pentax - France',url: 'http://twitter.com/statuses/user_timeline/73338462.rss'},
{title: 'Pentax Hamburg - Germany',url: 'http://twitter.com/statuses/user_timeline/81079357.rss'},
{title: 'Phase One - Denmark',url: 'http://twitter.com/statuses/user_timeline/82303551.rss'},
{title: 'Profoto - France',url: 'http://twitter.com/statuses/user_timeline/102031494.rss'},
{title: 'Ricoh Cameras - Australia',url: 'http://twitter.com/statuses/user_timeline/166000253.rss'},
{title: 'Sigma Foto - Germany',url: 'http://twitter.com/statuses/user_timeline/104170695.rss'},
{title: 'Sigma - France',url: 'https://twitter.com/statuses/user_timeline/102936895.rss'},
{title: 'Sony Alpha - Europe',url: 'http://twitter.com/statuses/user_timeline/19202616.rss'},
{title: 'Tamron Europe GmbH - Germany',url: 'http://twitter.com/statuses/user_timeline/36327751.rss'},
{title: 'X-Rite Photo - United-States',url: 'http://twitter.com/statuses/user_timeline/98660285.rss'},
{title: 'X-Rite Photo Blog - United-States',url: 'http://blog.XritePhoto.com/?feed=rss2'},
{title: 'X-Rite Photo Website - United-States',url: 'http://www.xritephoto.com/ph_NewsEventsRSS.aspx'},
{title: 'Carl Zeiss Lens Team - Germany',url: 'http://twitter.com/statuses/user_timeline/46129631.rss'},
{title: 'Carl Zeiss - Germany',url: 'http://twitter.com/statuses/user_timeline/46126781.rss'}
];
var options = {stacked : true,horizontal : false,title : "Information"};
new GFdynamicFeedControl(feeds, 'gfdynamicfeedcontrol', options);
document.getElementById('gfdynamicfeedcontrol');
}
google.setOnLoadCallback(OnLoad);
