tags ************************************************************************/ google.load("feeds", "1"); function initialize() { var feedControl = new google.feeds.FeedControl(); //edit this for Scott's feed //eg: //feedControl.addFeed("http://www.lotususergroup.org/subsmissions.nsf/lug.rss", "LUG Lotusphere Feed"); feedControl.addFeed("http://feeds.feedburner.com/ChrisLinfoot", "Chris Linfoot"); //delete the rest of these for Scott's feed feedControl.addFeed("http://feeds.feedburner.com/InterfaceMatters", "Interface Matters"); feedControl.addFeed("http://www.billbuchan.com/web.nsf/stories.xml", "Bill's Blog"); feedControl.addFeed("http://codestore.net/store.nsf/rss.xml", "Code Store"); feedControl.addFeed("http://edbrill.com/ebrill/edbrill.nsf/blog.rss", "Ed Brill"); feedControl.addFeed("http://www-128.ibm.com/developerworks/views/lotus/rss/libraryview.jsp?type_by=Articles", "IBM DeveloperWorks"); feedControl.addFeed("http://www.IdoNotes.com/IdoNotes/IdoNotes.nsf/blog.rss", "IdoNotes"); //start again here feedControl.setLinkTarget(google.feeds.LINK_TARGET_BLANK); feedControl.setNumEntries(3); feedControl.draw( document.getElementById("feedControl"), { drawMode: google.feeds.FeedControl.DRAW_MODE_LINEAR } ); } google.setOnLoadCallback(initialize); /************************************************************************ //copy me for rss; paste into page *inside of tags ************************************************************************/ function loadSurvey() { url = "/" + subPath + "/UGSurveyLogged?OpenForm"; self.location = url; } function loadTrivia() { url = "/" + subPath + "/UGTriviaLogged?OpenForm"; self.location = url; } function loadTriviaHistory() { url = dbPath + "/UGTriviaView?OpenView"; self.location = url; } function openBBerry() { bWin = window.open("http://www.blackberry.com/", "bBerry"); } // -->