@import url(“http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css”);

function LoadDynamicFeedControl() {
var feeds = [
{title: ‘TMZ’,
url: ‘http://www.tmz.com/rss.xml’
},
{title: ‘People’,
url: ‘http://rss.people.com/web/people/rss/topheadlines/index.xml’
},
{title: ‘E-Online’,
url: ‘http://www.eonline.com/syndication/feeds/rssfeeds/topstories.xml’
}];
var options = {
stacked : false,
horizontal : true,
title : “”
}

new GFdynamicFeedControl(feeds, ‘feed-control’, options);
}
// Load the feeds API and set the onload callback.
google.load(‘feeds’, ‘1’);
google.setOnLoadCallback(LoadDynamicFeedControl);

Loading…
Posted in Uncategorized | Leave a comment

Hello world!

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!

Posted in Uncategorized | 1 Comment