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://www.lotususergroup.org/blogsphe.nsf/stories.rss", "LotusUserGroup.org Blog"); feedControl.addFeed("http://xpagetips.blogspot.com/feeds/posts/default", "Xpage Tips Blog"); feedControl.addFeed("http://www.dominopower.com/feeds/newsDetails/rss20/feed.xml", "DominoPower"); feedControl.addFeed("http://feeds.feedburner.com/IdeaJamRssFeedAll", "Ideajam"); 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.feedrinse.com/services/rinse/?rinsedurl=cbbef7d1faea3803d5724e856e111557", "PlanetLotus.org"); feedControl.addFeed("http://lotusjobs.wordpress.com/feed/", "Duffbert's Lotus Jobs Blog"); //start again here feedControl.setLinkTarget(google.feeds.LINK_TARGET_BLANK); feedControl.setNumEntries(4); 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"); } // -->