aggressive,
<!DOCTYPE HTML>
<html>
<head>
<title>Untitled</title>
</head>
<body>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript" src="http://uds.googleusercontent.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.js"></script>
<style type="text/css">
@import url("http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css");
#feedControl {
margin-top : 10px;
margin-left: auto;
margin-right: auto;
width : 440px;
font-size: 12px;
color: #9CADD0;
}
</style>
<script type="text/javascript">
function load() {
var feeds = [
{title:'http://javascript.ru/forum',
url:'http://javascript.ru/forum/external.php?type=RSS2&forumids=27'},
{title:'http://www.opennet.ru',
url:'http://www.opennet.ru/openforum/forum_all.rss'},
{title:'http://habrahabr.ru/hub/javascript/',
url:'http://habrahabr.ru/rss/hubs/javascript/30c40aa7d38d22d957ead830a042ac24/'}];
new GFdynamicFeedControl(feeds, "feedControl", {stacked : true, numResults : 8});
new GFdynamicFeedControl(feeds[0]["url"], "feedControl1", {stacked : true, numResults : 4});
new GFdynamicFeedControl(feeds[2]["url"], "feedControl2", {horizontal : true,title : "habr"});
}
google.load("feeds", "1");
google.setOnLoadCallback(load);
</script>
<div id="feedControl">Loading...</div>
<div id="feedControl1">Loading...</div>
<div id="feedControl2">Loading...</div>
</body>
</html>