blob: 49296ccfb20467d151967e03177125e97083b6e6 [file] [log] [blame]
#!/usr/bin/python
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import re
import sys
import time
import DNSFakeoutHelpers
import ConnectorHelpers
import RSSConnectorHelpers
import sqatools
from sqatools import LicenseMakerClient
import TestDocs
import VirtualBrowser
sys.path.append("/usr/lib/metacarta")
import MetaCartaVersion
# Run a document status report to get the expire and refetch times
def run_document_status_report( username, password, connection_name, job_id, url_match ):
""" Return tuples of (expiration time, refetch time) """
results = ConnectorHelpers.run_document_status_ui( username, password, connection_name,
[ job_id ], identifier_regexp=url_match )
if len(results) != 1:
raise Exception("Expecting to see a single row for identifier %s in document status report, saw %d" % (url_match,len(results)))
result = results[0]
scheduled_time = result[ "Scheduled" ]
scheduled_action = result[ "Scheduled Action" ]
if scheduled_action == "Expire":
time_value = ConnectorHelpers.parse_date_time(scheduled_time)
return ( time_value, -1 )
elif scheduled_action == "Process":
time_value = ConnectorHelpers.parse_date_time(scheduled_time)
return ( -1, time_value )
return ( -1, -1 )
# Some of these feeds are ill-behaved in that they reference documents in other domains. This is a problem for the test, because there's no guarantee that all the
# feeds that contribute documents to a domain will be processed simultaneously. feedburner, for example, references lots of domains but also has lots of feeds, so
# there is a considerable delay before all the documents referenced by feedburner actually make it into the queue. In addition, carrydown constraints cause recrawling of
# some documents up to a dozen times or so (because of the quantity of feed references found).
# A tight scheduling-only test would therefore not include feedburner or any other large aggregator. Unfortunately, I have no simple means of separating one kind of feed from another;
# to do so requires data analysis on the sqlite database that I have not written the tools for. So, I have adopted the approach of allowing looser boundaries.
seed_list = ["http://www.accesshollywood.com/rss/ah_Movies.xml",
"http://www.mpnnow.com/towns/penfield/rss",
"http://feeds.bizjournals.com/vertical_61",
"http://washingtonbureau.typepad.com/baghdad/rss.xml",
"http://www.laobserved.com/index.xml",
"http://comment.independent.co.uk/columnists/janet_street_porter/index.jsp?service=rss",
"http://www.lataheagle.com/rss.php",
"http://www.thelandmark.com/news.xml",
"http://www.rockymountainnews.com/feeds/headlines/entertainment/tv/",
"http://www.wxia.com/rss/xml_moneybusiness.aspx",
"http://www.newbernsj.com/common/rss/rss.php",
"http://www.4029tv.com/nationalnews/topstory.rss",
"http://www.lablit.com/rss",
"http://kgmb9.com/main/component/option,com_rd_rss/id,2/",
"http://www.kingsburgrecorder.com/?rss=news&title='Kingsburgrecorder.com%20%20News%20RSS%20Feed'&desc='bar'",
"http://www.abcactionnews.com/rss/796.rss",
"http://www.macon.tv/news/entertainment/index.rss",
"http://community.emeraldcoast.com/rssfeeds/destin.xml",
"http://www.aberdeennews.com/apps/pbcs.dll/section?category=RSS01&cat=FRONTPAGE&mime=xml",
"http://www.abc-7.com/RSS/main.xml",
"http://www.abc15.com/rss/704.rss",
"http://abcnewspapers.com/index.php?option=com_rss&feed=RSS2.0&no_html=1",
"http://www.scpr.org/news/rss.xml",
"http://www.10news.com/health/topstory.rss",
"http://feeds.bizjournals.com/vertical_44",
"http://www.reporternews.com/feeds/headlines/life/",
"http://www.mpnnow.com/towns/palmyra/rss",
"http://www.abc.net.au/news/indexes/idx-sport/rss.xml",
"http://abclocal.go.com/wls/xml?id=3400106",
"http://www.wxia.com/rss/xml_life.aspx",
"http://feeds.feedburner.com/TheJamestownSun",
"http://www.10news.com/entertainment/topstory.rss",
"http://www.macon.tv/news/technology/index.rss",
"http://www.aberdeennews.com/apps/pbcs.dll/section?category=RSS01&cat=entertainment&mime=xml",
"http://www.4029tv.com/sports/topstory.rss",
"http://www.abcactionnews.com/rss/816.rss",
"http://www.reporternews.com/feeds/headlines/business/",
"http://feeds.bizjournals.com/vertical_42",
"http://feeds.news.com.au/public/rss/2.0/anow_state_191.xml",
"http://www.addisonindependent.com/?q=rss.xml",
"http://www.adaeveningnews.com/editorials/resources_rsssection.xml",
"http://my.abcnews.go.com/rsspublic/business_rss20.xml",
"http://www.abc.net.au/news/indexes/idx-australia/rss.xml",
"http://abclocal.go.com/kgo/xml?id=3266351",
"http://www.mpnnow.com/towns/greece/rss",
"http://www.accesshollywood.com/rss/ah_Original+Articles.xml",
"http://feeds.feedburner.com/AbcNews_WNT",
"http://my.abcnews.go.com/rsspublic/wnt_rss20.xml",
"http://feeds.cbsnews.com/CBSNews48Hours",
"http://feeds.cbsnews.com/CBSNews60Minutes",
"http://feeds.feedburner.com/AdvertisingAge/CmoStrategy",
"http://www.wxia.com/rss/xml_sports.aspx",
"http://www.4029tv.com/money/topstory.rss",
"http://www.10news.com/money/topstory.rss",
"http://abclocal.go.com/wls/xml?id=3352398",
"http://www.abc.net.au/news/indexes/world/rss.xml",
"http://www.adaeveningnews.com/local/resources_rsssection.xml",
"http://my.abcnews.go.com/rsspublic/world_rss20.xml",
"http://www.dailyiowegian.com/opinion/resources_rsssection.xml",
"http://www.aberdeennews.com/apps/pbcs.dll/section?category=RSS01&cat=OPINION03&mime=xml",
"http://www.accesshollywood.com/rss/ah_Latest+Photo+Galleries.xml",
"http://www.reporternews.com/feeds/headlines/entertainment/",
"http://feeds.news.com.au/public/rss/2.0/anow_world_193.xml",
"http://www.abqtrib.com/feeds/headlines/sports/pro-sports/",
"http://www.mpnnow.com/towns/henrietta/rss",
"http://feeds.bizjournals.com/vertical_65",
"http://www.advertiser-tribune.com/page/syndrss.front/headline.xml",
"http://adage.com/rss-feed?section_id=285",
"http://feeds.feedburner.com/AdvertisingAge/LatestNews",
"http://abclocal.go.com/wls/xml?id=3351582",
"http://www.10news.com/nationalnews/topstory.rss",
"http://www.ahwatukee.com/common/rss/rss.php?cat=Entertainment",
"http://www.afp.com/english/rss/stories.xml",
"http://www.dailyiowegian.com/obituaries/resources_rsssection.xml",
"http://my.abcnews.go.com/rsspublic/gma_rss20.xml",
"http://www.4029tv.com/entertainment/topstory.rss",
"http://www.abc.net.au/news/indexes/business/rss.xml",
"http://www.heraldtribune.com/apps/pbcs.dll/section?CATEGORY=RSS07&mime=xml",
"http://www.aberdeennews.com/apps/pbcs.dll/section?category=RSS01&cat=NEWS10&mime=xml",
"http://www.adn.com/sports/index.xml",
"http://www.reporternews.com/feeds/headlines/news/",
"http://feeds.news.com.au/public/rss/2.0/anow_safl_189.xml",
"http://www.ohio.com/business/index.rss",
"http://www.accesshollywood.com/rss/ah_Dancing+with+the+Stars.xml",
"http://rss.al.com/bama_localbreakingnews/index.rss",
"http://alternet.org/module/feed/rss/columnists/3466/",
"http://english.aljazeera.net/NR/exeres/4D6139CD-6BB5-438A-8F33-96A7F25F40AF.htm?ArticleGuid=55ABE840-AC30-41D2-BDC9-06BBE2A36665",
"http://extras.mnginteractive.com/live/xsl/memv/xml/561_most_viewed_rss.xml",
"http://feeds.bizjournals.com/vertical_64",
"http://mediamatters.org/tools/syndication/altercation.rss",
"http://www.abqjournal.com/abqnews/index2.php?option=com_rss&feed=rss&no_html=1",
"http://www.mpnnow.com/towns/hilton/rss",
"http://allafrica.com/tools/headlines/rdf/travel/headlines.rdf",
"http://adage.com/rss-feed?section_id=291",
"http://alibi.com/rss/alibi_toc.php",
"http://www.jacksonvillepatriot.com/?rss=announcements/lifestyles",
"http://feeds.feedburner.com/AdvertisingAge/Talentworks",
"http://www.adaeveningnews.com/obituaries/resources_rsssection.xml",
"http://www.ahwatukee.com/common/rss/rss.php?cat=Top%20Story",
"http://www.argusleader.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.4029tv.com/health/topstory.rss",
"http://www.adaeveningnews.com/localsports/resources_rsssection.xml",
"http://www.adn.com/news/alaska/index.xml",
"http://feeds.news.com.au/public/rss/2.0/anow_afl_185.xml",
"http://my.abcnews.go.com/rsspublic/primetime_rss20.xml",
"http://www.andovertownsman.com/local/resources_rsssection.xml",
"http://www.americustimesrecorder.com/opinion/resources_rsssection.xml",
"http://www.ohio.com/sports/index.rss",
"http://www.annistonstar.com/rss/as-racing.xml",
"http://www.accesshollywood.com/rss/ah_News.xml",
"http://www.dailyiowegian.com/business/resources_rsssection.xml",
"http://alternet.org/module/feed/rss/discuss/",
"http://www.abqtrib.com/feeds/headlines/sports/isotopes/",
"http://www.mpnnow.com/towns/irondequoit",
"http://allafrica.com/tools/headlines/rdf/science/headlines.rdf",
"http://adage.com/rss-feed?section_id=5",
"http://rss.mnginteractive.com/live/DailyNews/DailyNews_1885128.xml",
"http://hosted.ap.org/lineups/BUSINESSHEADS-rss_2.0.xml?SITE=KPUA&SECTION=HOME",
"http://feeds.feedburner.com/AdvertisingAge/TheMediaGuy",
"http://www.ahwatukee.com/common/rss/rss.php?cat=Health",
"http://my.abcnews.go.com/rsspublic/entertainment_rss20.xml",
"http://www.dailyiowegian.com/sports/resources_rsssection.xml",
"http://www.argusobserver.com/?rss=obituaries",
"http://rss.azstarnet.com/index.php?site=advocate",
"http://www.tdn.com/?rss=/area_news",
"http://www.americustimesrecorder.com/local/resources_rsssection.xml",
"http://feeds.news.com.au/public/rss/2.0/anow_business_186.xml",
"http://www.andovertownsman.com/opinion/resources_rsssection.xml",
"http://www.accesshollywood.com/rss/ah_Style.xml",
"http://www.annistonstar.com/rss/as-opinion.xml",
"http://www.ohio.com/entertainment/index.rss",
"http://www.abqtrib.com/feeds/headlines/news/columnists/",
"http://feeds.bizjournals.com/vertical_51",
"http://allafrica.com/tools/headlines/rdf/latest/headlines.rdf",
"http://alternet.org/module/feed/rss/coverage/",
"http://www.mpnnow.com/towns/manchester/rss",
"http://adage.com/rss-feed?section_id=461",
"http://hosted.ap.org/lineups/HEALTHHEADS-rss_2.0.xml?SITE=SCAND&SECTION=HOME",
"http://www.jacksonvillepatriot.com/?rss=announcements/obituaries",
"http://feeds.bizjournals.com/vertical_50",
"http://www.ahwatukee.com/common/rss/rss.php?cat=Sports",
"http://feeds.feedburner.com/AbcNews_2020",
"http://my.abcnews.go.com/rsspublic/us_rss20.xml",
"http://www.argusobserver.com/?rss=news",
"http://rss.azstarnet.com/index.php?site=sidewinders",
"http://www.argusleader.com/apps/pbcs.dll/section?category=rss07&mime=xml",
"http://www.adn.com/front/index.xml",
"http://www.accesshollywood.com/rss/ah_Celebrities.xml",
"http://feeds.news.com.au/public/rss/2.0/anow_sabusinessjournal_358.xml",
"http://www.annistonstar.com/rss/as-books.xml",
"http://www.americustimesrecorder.com/sports/resources_rsssection.xml",
"http://www.ohio.com/community/index.rss",
"http://alternet.org/module/feed/rss/",
"http://www.abqtrib.com/feeds/headlines/sports/columnists/",
"http://www.andovertownsman.com/obituaries/resources_rsssection.xml",
"http://feeds.bizjournals.com/vertical_46",
"http://www.mpnnow.com/towns/chili/rss",
"http://adage.com/rss-feed?section_id=35",
"http://allafrica.com/tools/headlines/rdf/arts/headlines.rdf",
"http://hosted.ap.org/lineups/SPORTSHEADS-rss_2.0.xml?SITE=TXBEA&SECTION=HOME",
"http://my.abcnews.go.com/rsspublic/sports_rss20.xml",
"http://feeds.feedburner.com/andrewsullivan/rApM?format=xml",
"http://www.ahwatukee.com/common/rss/rss.php?cat=Business",
"http://rss.azstarnet.com/index.php?site=review",
"http://www.argusleader.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://www.argusobserver.com/?rss=sports",
"http://feeds.news.com.au/public/rss/2.0/anow_sport_190.xml",
"http://www.adn.com/rss/iditarod/index.xml",
"http://www.annistonstar.com/rss/as-college.xml",
"http://www.ohio.com/lifestyle/index.rss",
"http://www.accesshollywood.com/rss/ah_Reality+TV.xml",
"http://www.abqtrib.com/feeds/headlines/business/",
"http://feeds.bizjournals.com/vertical_53",
"http://alternet.org/module/feed/rss/columnists/781/",
"http://allafrica.com/tools/headlines/rdf/health/headlines.rdf",
"http://www.mpnnow.com/towns/macedon/rss",
"http://adage.com/rss-feed?section_id=310",
"http://hosted.ap.org/lineups/SCIENCEHEADS-rss_2.0.xml?SITE=TXHOU&SECTION=HOME",
"http://wildcat.arizona.edu/articles.rss",
"http://www.azcentral.com/rss/feeds/gilbert.xml",
"http://feeds.feedburner.com/AbcNews_TopStories",
"http://my.abcnews.go.com/rsspublic/tw_rss20.xml",
"http://rss.azstarnet.com/index.php?site=springtraining",
"http://www.argusleader.com/apps/pbcs.dll/section?category=rss05&mime=xml",
"http://www.andovertownsman.com/arts/resources_rsssection.xml",
"http://www.annistonstar.com/rss/as-obits.xml",
"http://feeds.news.com.au/public/rss/2.0/anow_topstories_250.xml",
"http://www.adn.com/money/index.xml",
"http://www.ohio.com/editorial/index.rss",
"http://alternet.org/module/feed/rss/columnists/1289/",
"http://www.abqtrib.com/feeds/events/",
"http://www.accesshollywood.com/rss/ah_Music.xml",
"http://feeds.bizjournals.com/vertical_54",
"http://www.andovertownsman.com/sports/resources_rsssection.xml",
"http://www.mpnnow.com/towns/naples/rss",
"http://adage.com/rss-feed?section_id=300",
"http://hosted.ap.org/lineups/USHEADS-rss_2.0.xml?SITE=NCWIN&SECTION=HOME",
"http://www.azcentral.com/rss/feeds/suncities.xml",
"http://my.abcnews.go.com/rsspublic/scitech_rss20.xml",
"http://www.argusleader.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://rss.azstarnet.com/index.php?site=metro",
"http://www.annistonstar.com/rss/as-sports.xml",
"http://feeds.news.com.au/public/rss/2.0/anow_travel_192.xml",
"http://alternet.org/module/feed/rss/email/",
"http://www.accesshollywood.com/rss/ah_TV+One+Access.xml",
"http://www.ohio.com/news/index.rss",
"http://www.abqtrib.com/feeds/headlines/news/special-reports/",
"http://feeds.bizjournals.com/vertical_39",
"http://adage.com/rss-feed?section_id=400",
"http://www.pioneerlocal.com/arlingtonheights/rss/business/index.xml",
"http://hosted.ap.org/lineups/WASHINGTONHEADS-rss_2.0.xml?SITE=MITRA&SECTION=HOME",
"http://www.azcentral.com/rss/feeds/preps-nw.xml",
"http://my.abcnews.go.com/rsspublic/2020_rss20.xml",
"http://rss.azstarnet.com/index.php?site=opinion",
"http://www.annistonstar.com/rss/as-news.xml",
"http://www.arkansasbusiness.com/rss/industry.aspx?cid=h",
"http://alternet.org/module/feed/rss/columnists/",
"http://feeds.news.com.au/public/rss/2.0/anow_national_188.xml",
"http://www.abqtrib.com/feeds/headlines/entertainment/",
"http://www.accesshollywood.com/rss/ah_High+School+Musical.xml",
"http://feeds.bizjournals.com/vertical_41",
"http://www.arktimes.com/RSS/ArticleNews_&_OpinionEditorials.xml",
"http://www2.arkansasonline.com/rss/headlines",
"http://adage.com/rss-feed?section_id=32",
"http://hosted.ap.org/lineups/STRANGEHEADS-rss_2.0.xml?SITE=VTBUR&SECTION=HOME",
"http://www.azcentral.com/rss/feeds/chandler.xml",
"http://www.app.com/apps/pbcs.dll/section?category=rss11&mime=xml",
"http://my.abcnews.go.com/rsspublic/politics_rss20.xml",
"http://www.seattleweekly.com/arts/rss.xml",
"http://www.pioneerlocal.com/arlingtonheights/rss/sports/index.xml",
"http://rss.azstarnet.com/index.php?site=hansen",
"http://artvoice.com/feeds/articles",
"http://www.annistonstar.com/rss/as-health.xml",
"http://alternet.org/module/feed/rss/columnists/2676/",
"http://www.arkansasbusiness.com/rss/daily_report.aspx",
"http://www.asbarez.com/RSS/AsbarezHeadlinesFeed.xml",
"http://feeds.news.com.au/public/rss/2.0/anow_entertainment_187.xml",
"http://www2.arkansasonline.com/rss/headlines/latest/",
"http://www.abqtrib.com/feeds/headlines/sports/extra/",
"http://feeds.bizjournals.com/vertical_62",
"http://www.accesshollywood.com/rss/ah_Comedy.xml",
"http://www.arktimes.com/RSS/ListingEntertainmentSports.xml",
"http://www.aspentimes.com/apps/pbcs.dll/section?Category=rss04&mime=xml",
"http://www.athensreview.com/local/resources_rsssection.xml",
"http://www.economist.com/rss/asia_rss.xml",
"http://www.enewscourier.com/local/resources_rsssection.xml",
"http://adage.com/rss-feed?section_id=266",
"http://hosted.ap.org/lineups/ENTERTAINMENT-rss_2.0.xml?SITE=NEYOR&SECTION=HOME",
"http://www.aspendailynews.com/rss.php",
"http://www.azcentral.com/rss/feeds/preps-sw.xml",
"http://www.accessatlanta.com/services/content/feeds/entertainment/entertainment.xml",
"http://www.ajc.com/services/content/feeds/business/index.xml",
"http://www.app.com/apps/pbcs.dll/section?category=rss10&mime=xml",
"http://my.abcnews.go.com/rsspublic/travel_rss20.xml",
"http://rss.azstarnet.com/index.php?site=racing",
"http://www.annistonstar.com/rss/as-preps.xml",
"http://feeds.news.com.au/public/rss/2.0/anow_breakingnews_230.xml",
"http://alternet.org/module/feed/rss/coverage/mediaculture/",
"http://www.austin360.com/calendar/content/events/rss/entertainment.xml",
"http://www.accesshollywood.com/rss/ah_Television.xml",
"http://www.abqtrib.com/feeds/headlines/news/local/",
"http://feeds.bizjournals.com/bizj_atlanta",
"http://www.aspentimes.com/apps/pbcs.dll/section?Category=rss06&mime=xml",
"http://www.enewscourier.com/opinion/resources_rsssection.xml",
"http://feeds.feedburner.com/Austinist",
"http://adage.com/rss-feed?section_id=392",
"http://hosted.ap.org/lineups/WORLDHEADS-rss_2.0.xml?SITE=IADES&SECTION=HOME",
"http://www.azcentral.com/rss/feeds/mesa.xml",
"http://www.ajc.com/services/content/feeds/news/national.xml",
"http://www.app.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://my.abcnews.go.com/rsspublic/health_rss20.xml",
"http://rss.azstarnet.com/index.php?site=education",
"http://www.athensreview.com/opinion/resources_rsssection.xml",
"http://www.accessatlanta.com/services/content/feeds/food/index.xml",
"http://www.annistonstar.com/rss/as-movies.xml",
"http://feeds.news.com.au/public/rss/2.0/ausit_bus_topstories_375.xml",
"http://alternet.org/module/feed/rss/columnists/4261/",
"http://www.aurorasentinel.com/13_rss.xml",
"http://www.abqtrib.com/feeds/headlines/news/national-world/",
"http://www.accesshollywood.com/rss/ah_Britney+Spears.xml",
"http://feeds.bizjournals.com/bizj_austin",
"http://www.austinchronicle.com/gyrobase/rss/news.xml",
"http://www.legacy.com/Services/ObitRSS.asp?Source=Statesman",
"http://www.aspentimes.com/apps/pbcs.dll/section?Category=rss03&mime=xml",
"http://www.austin360.com/music/content/music/rss/music.xml",
"http://www.enewscourier.com/features/resources_rsssection.xml",
"http://www.athensreview.com/sports/resources_rsssection.xml",
"http://rss.al.com/advance_autonews/index.rss",
"http://adage.com/rss-feed?section_id=478",
"http://hosted.ap.org/lineups/TOPHEADS-rss_2.0.xml?SITE=NHPOR&SECTION=HOME",
"http://www.azcentral.com/rss/feeds/preps-se.xml",
"http://www.pioneerlocal.com/arlingtonheights/rss/lifestyles/index.xml",
"http://www.ajc.com/services/content/feeds/metro/cobb.xml",
"http://feeds.feedburner.com/Bagnewsnotes",
"http://www.app.com/apps/pbcs.dll/section?category=rss09&mime=xml",
"http://rss.azstarnet.com/index.php?site=cardinals",
"http://www.annistonstar.com/rss/as-tech.xml",
"http://feeds.news.com.au/public/rss/2.0/ausit_opn_dblclk_393.xml",
"http://alternet.org/module/feed/rss/columnists/4581/",
"http://www.aurorasentinel.com/11_rss.xml",
"http://www.abqtrib.com/feeds/topstories/",
"http://www.accesshollywood.com/rss/ah_American+Idol.xml",
"http://www.austinchronicle.com/gyrobase/rss/arts.xml",
"http://www.aspentimes.com/apps/pbcs.dll/section?Category=rss05&mime=xml",
"http://feeds.bizjournals.com/bizj_baltimore",
"http://www.enewscourier.com/sports/resources_rsssection.xml",
"http://www.azfamily.com/newskiosk/rss/azfamilysports.xml",
"http://www.azcentral.com/rss/feeds/coyotes.xml",
"http://www.ajc.com/services/content/feeds/opinion/bookman.xml",
"http://uk.news.yahoo.com/rss/fc/bafta.xml",
"http://feeds.feedburner.com/news_local_rodricks",
"http://www.app.com/apps/pbcs.dll/section?category=rss07&mime=xml",
"http://rss.azstarnet.com/index.php?site=preps",
"http://feeds.baltimoresun.com/baltimoresun/features/lifestyle/bal-columnist-reimer-rss2.0.xml",
"http://feeds.news.com.au/public/rss/2.0/ausit_itnews_employ_369.xml",
"http://www.annistonstar.com/rss/as-golf.xml",
"http://hosted.ap.org/lineups/TECHHEADS-rss_2.0.xml?SITE=NYBUE&SECTION=HOME",
"http://www.accesshollywood.com/rss/ah_Latest.xml",
"http://www.austin360.com/movies/content/movies/rss/movies_ap.xml",
"http://www.abqtrib.com/feeds/headlines/sports/thunderbirds/",
"http://www.azcentral.com/rss/feeds/peoria.xml",
"http://www.aurorasentinel.com/12_rss.xml",
"http://www.ajc.com/services/content/feeds/opinion/guest.xml",
"http://www.aspentimes.com/apps/pbcs.dll/section?Category=rss02&mime=xml",
"http://www.azfamily.com/newskiosk/rss/azfamilyhealth.xml",
"http://www.app.com/apps/pbcs.dll/section?category=rss05&mime=xml",
"http://feeds.feedburner.com/tbc136",
"http://www.pioneerlocal.com/arlingtonheights/rss/news/index.xml",
"http://www.annistonstar.com/rss/as-entertainment.xml",
"http://feeds.baltimoresun.com/entertainment_tv_reality/",
"http://feeds.news.com.au/public/rss/2.0/ausit_itnews_online_372.xml",
"http://alternet.org/module/feed/rss/coverage/envirohealth/",
"http://www.austin360.com/food_drink/content/food_drink/rss/restaurant_reviews.xml",
"http://www.abqtrib.com/feeds/headlines/sports/lobozone/",
"http://www.accesshollywood.com/rss/ah_Weight+Loss.xml",
"http://hosted.ap.org/lineups/POLITICSHEADS-rss_2.0.xml?SITE=VAWAY&SECTION=HOME",
"http://www.ajc.com/services/content/feeds/health/index.xml",
"http://www.azcentral.com/rss/feeds/northphoenix.xml",
"http://www.azfamily.com/newskiosk/rss/azfamilyentertainment.xml",
"http://feeds.feedburner.com/tbc137",
"http://www.app.com/apps/pbcs.dll/section?category=rss08&mime=xml",
"http://feeds.baltimoresun.com/baltimoresun/business/rss2.0.xml",
"http://rss.azstarnet.com/index.php?site=hourlyupdate",
"http://www.annistonstar.com/rss/as-travel.xml",
"http://alternet.org/module/feed/rss/coverage/waroniraq/",
"http://feeds.news.com.au/public/rss/2.0/ausit_exec_techcheck_387.xml",
"http://alternet.org/module/feed/rss/coverage/drugreporter",
"http://rss.azstarnet.com/index.php?site=sports",
"http://www.austin360.com/arts/content/xl/rss/xl.xml",
"http://www.abqtrib.com/feeds/headlines/living/",
"http://www.accesshollywood.com/rss/ah_Latest+Videos.xml",
"http://www.azcentral.com/rss/feeds/westvalley.xml",
"http://www.ajc.com/services/content/feeds/metro/legis.xml",
"http://rss.azstarnet.com/index.php?site=food",
"http://feeds.baltimoresun.com/baltimoresun/sports/rss2.0.xml",
"http://www.app.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://alternet.org/module/feed/rss/columnists/2188/",
"http://feeds.news.com.au/public/rss/2.0/ausit_itnews_tech_374.xml",
"http://www.annistonstar.com/rss/as-outdoors.xml",
"http://www.abqtrib.com/feeds/headlines/sports/",
"http://www.ajc.com/services/content/feeds/sports/hawks.xml",
"http://www.azcentral.com/rss/feeds/education.xml",
"http://feeds.baltimoresun.com/baltimoresun/news/local/politics/rss2.0.xml",
"http://rss.azstarnet.com/index.php?site=worldcup",
"http://www.austin360.com/tv/content/tv/rss/tv.xml",
"http://www.app.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://www.annistonstar.com/rss/as-lifestyle.xml",
"http://feeds.news.com.au/public/rss/2.0/ausit_revws_software_383.xml",
"http://alternet.org/module/feed/rss/columnists/2874/",
"http://feeds.feedburner.com/baltimoresun/news/nation/rss2?format=xml",
"http://www.abqtrib.com/feeds/headlines/sports/scorpions/",
"http://www.ajc.com/services/content/feeds/index.xml",
"http://www.azcentral.com/rss/feeds/concerts.xml",
"http://feeds.baltimoresun.com/baltimoresun/news/health/rss2.0.xml",
"http://rss.azstarnet.com/index.php?site=rionuevo",
"http://www.austin360.com/arts/content/arts/rss/arts.xml",
"http://www.app.com/apps/pbcs.dll/section?category=rss06&mime=xml",
"http://www.annistonstar.com/rss/as-food.xml",
"http://www.economist.com/rss/banking_rss.xml",
"http://feeds.news.com.au/public/rss/2.0/ausit_opinion_391.xml",
"http://alternet.org/module/feed/rss/coverage/movies/",
"http://www.abqtrib.com/feeds/headlines/",
"http://www.ajc.com/services/content/feeds/sports/hsgwin.xml",
"http://www.azcentral.com/rss/feeds/pinal.xml",
"http://feeds.baltimoresun.com/baltimoresun/entertainment/bal-columnist-ollison-rss2.0.xml",
"http://rss.azstarnet.com/index.php?site=neighbors",
"http://www.austin360.com/food_drink/content/food_drink/rss/food.xml",
"http://www.app.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://feeds.news.com.au/public/rss/2.0/ausit_itnews_topstories_367.xml",
"http://www.annistonstar.com/rss/as-arts.xml",
"http://www.wiscnews.com/bnr/sports/rss.xml",
"http://www.mainecoastnow.com/?rss=bar_harbor_times/local_news",
"http://alternet.org/module/feed/rss/coverage/rights",
"http://www.battlecreekenquirer.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://www.abqtrib.com/feeds/headlines/sports/ncaa/",
"http://www.azcentral.com/rss/feeds/news.xml",
"http://www.ajc.com/services/content/feeds/opinion/king.xml",
"http://rss.azstarnet.com/index.php?site=diamondbacks",
"http://feeds.baltimoresun.com/baltimoresun/news/local/bal-columnist-marbella-rss2.0.xml",
"http://www.baxterbulletin.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.batesvilleheraldtribune.com/opinion/resources_rsssection.xml",
"http://feeds.feedburner.com/broadcastingcable/BC-Beat",
"http://feeds.news.com.au/public/rss/2.0/ausit_revws_hardware_382.xml",
"http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/england/rss.xml",
"http://www.annistonstar.com/rss/as-religion.xml",
"http://www.pioneerlocal.com/arlingtonheights/rss/entertainment/index.xml",
"http://www.mainecoastnow.com/?rss=bar_harbor_times/sports",
"http://www.wiscnews.com/bnr/obits/rss.xml",
"http://alternet.org/module/feed/rss/columnists/1406/",
"http://baycitytribune.com/rss-weather.lasso",
"http://www.abqtrib.com/feeds/headlines/opinions/",
"http://www.battlecreekenquirer.com/apps/pbcs.dll/section?category=RSS03&mime=xml",
"http://www.ajc.com/services/content/feeds/metro/henry.xml",
"http://www.batesvilleheraldtribune.com/obituaries/resources_rsssection.xml",
"http://www.azcentral.com/rss/feeds/business.xml",
"http://rss.azstarnet.com/index.php?site=east",
"http://feeds.baltimoresun.com/baltimoresun/news/opinion/oped/rss2.0.xml",
"http://www.bcbr.com/rss/industry.asp?cid=9",
"http://www.beachesleader.com/?rss=ponte_vedra_leader/breaking_news",
"http://feeds.feedburner.com/BcDcEggertonOnWashington",
"http://www.pacificpublishingcompany.com/site/rss/?Pacific%20Publishing%20Company/Capitol%20Hill%20Times/News/Arts%20%26%20Entertainment",
"http://www.baxterbulletin.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://feeds.news.com.au/public/rss/2.0/ausit_revws_topstories_381.xml",
"http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/technology/rss.xml",
"http://www.suburbanchicagonews.com/beaconnews/rss/news/index.xml",
"http://www.annistonstar.com/rss/as-music.xml",
"http://www.wiscnews.com/bnr/news/rss.xml",
"http://www.mainecoastnow.com/?rss=bar_harbor_times/obituaries",
"http://www.abqtrib.com/feeds/headlines/news/",
"http://www.battlecreekenquirer.com/apps/pbcs.dll/section?category=RSS02&mime=xml",
"http://www.ajc.com/services/content/feeds/sports/hsmet.xml",
"http://www.azcentral.com/rss/feeds/fashionfeatures.xml",
"http://feeds.baltimoresun.com/baltimoresun/business/realestate/rss2.0.xml",
"http://rss.azstarnet.com/index.php?site=smallbusiness",
"http://extras.mnginteractive.com/live/xsl/memv/xml/509_most_viewed_rss.xml",
"http://www.batesvilleheraldtribune.com/statenews/resources_rsssection.xml",
"http://www.baxterbulletin.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://www.bcbr.com/rss/industry.asp?cid=31",
"http://www.beachesleader.com/?rss=ponte_vedra_leader/news",
"http://www.pacificpublishingcompany.com/site/rss/?Pacific%20Publishing%20Company/North%20Seattle%20Herald%20Outlook/News/In%20Business",
"http://www.timesonline.com/site/rss/?Beaver%20County%20Times%20Allegheny%20Times/News/Sports/Main%20Sports",
"http://feeds.feedburner.com/BcReview",
"http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/uk/rss.xml",
"http://feeds.news.com.au/public/rss/2.0/ausit_topstories_366.xml",
"http://www.economist.com/rss/biotechnology_rss.xml",
"http://www.annistonstar.com/rss/as-community.xml",
"http://www.suburbanchicagonews.com/beaconnews/rss/lifestyles/index.xml",
"http://feeds.bizjournals.com/bizj_birmingham",
"http://www.wiscnews.com/bdc/business/rss.xml",
"http://www.azcentral.com/rss/feeds/azsports.xml",
"http://www.ajc.com/services/content/feeds/metro/clayton.xml",
"http://www.abqtrib.com/feeds/headlines/sports/high-school/",
"http://feeds.baltimoresun.com/sports_custom_maese",
"http://rss.azstarnet.com/index.php?site=border",
"http://www.bnd.com/164/index.xml",
"http://feeds.feedburner.com/BillboardLiveReviews",
"http://www.beachesleader.com/?rss=beaches_leader/news",
"http://www.bcbr.com/rss/industry.asp?cid=17",
"http://www.bethanyclipper.com/News/tabid/52/moduleid/486/RSS.aspx",
"http://www.pacificpublishingcompany.com/site/rss/?Pacific%20Publishing%20Company/Queen%20Anne%20News/News/Top%20Stories",
"http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/northern_ireland/rss.xml",
"http://www.schaeffersresearch.com/rss/bernie_observations.xml",
"http://feeds.news.com.au/public/rss/2.0/ausit_opn_opensrc_394.xml",
"http://www.peoplenewspapers.com/ME2/Console/XmlSyndication/Display/RSS.asp?xsid=7126F871FFBF481EB009F642C38D4D3E",
"http://billingsgazette.net/rss/headlines.xml",
"http://www.annistonstar.com/rss/as-home.xml",
"http://www.suburbanchicagonews.com/beaconnews/rss/entertainment/index.xml",
"http://newbillingsoutpost.com/news//index.php?option=com_rss&feed=RSS2.0&no_html=1",
"http://www.wiscnews.com/bdc/news/lifestyles/rss.xml",
"http://www.bismarcktribune.com/?rss=news/topnews",
"http://www.tdn.com/?rss=biz",
"http://www.azcentral.com/rss/feeds/thesuns.xml",
"http://www.ajc.com/services/content/feeds/opinion/tucker.xml",
"http://feeds.baltimoresun.com/baltimoresun/entertainment/tv/rss2.0.xml",
"http://rss.azstarnet.com/index.php?site=portillo",
"http://www.abqtrib.com/feeds/headlines/sports/boxing/",
"http://www.bnd.com/102/index.xml",
"http://rss.al.com/bama_uabtrail/index.rss",
"http://feeds.feedburner.com/BillboardNews-Daily",
"http://www.beachesleader.com/?rss=beaches_leader/sports",
"http://feeds.news.com.au/public/rss/2.0/ausit_exec_briefing_389.xml",
"http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/entertainment/rss.xml",
"http://www.bdtonline.com/business/resources_rsssection.xml",
"http://www.suburbanchicagonews.com/beaconnews/rss/business/index.xml",
"http://www.wiscnews.com/bdc/obituaries/rss.xml",
"http://www.bismarcktribune.com/?rss=news/opinion",
"http://www.ajc.com/services/content/feeds/metro/fayette.xml",
"http://www.azcentral.com/rss/feeds/womanofthenight.xml",
"http://www.bcbr.com/rss/industry.asp?cid=14",
"http://www.toledoblade.com/apps/pbcs.dll/section?Category=RSS03&mime=XML",
"http://feeds.baltimoresun.com/baltimoresun/sports/bal-columnist-maese-rss2.0.xml",
"http://rss.azstarnet.com/index.php?site=travel",
"http://www.bnd.com/166/index.xml",
"http://www.peoplenewspapers.com/ME2/Console/XmlSyndication/Display/RSS.asp?xsid=B255EE1279D249CF8F7FEF44243D2A63",
"http://www.annistonstar.com/rss/as-region.xml",
"http://www.beachesleader.com/?rss=ponte_vedra_leader/sports",
"http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/world/asia-pacific/rss.xml",
"http://feeds.news.com.au/public/rss/2.0/ausit_bus_indepth_376.xml",
"http://www.bonitanews.com/rss/headlines/business/",
"http://www.economist.com/rss/books_and_arts_rss.xml",
"http://rss.al.com/cleve_bookreviews/index.rss",
"http://www.suburbanchicagonews.com/beaconnews/rss/sports/index.xml",
"http://www.wiscnews.com/bdc/opinion/rss.xml",
"http://www.bismarcktribune.com/?rss=ap/strange",
"http://www.toledoblade.com/apps/pbcs.dll/section?Category=RSS05&mime=XML",
"http://www.azcentral.com/rss/feeds/diamondbacks.xml",
"http://www.ajc.com/services/content/feeds/metro/forsyth.xml",
"http://feeds.baltimoresun.com/baltimoresun/sports/bal-columnist-steele-rss2.0.xml",
"http://rss.azstarnet.com/index.php?site=golf",
"http://www.bluemassgroup.com/rss/rss2.xml",
"http://www.blueridgenow.com/apps/pbcs.dll/section?Category=RSS04&mime=xml",
"http://feeds.bizjournals.com/bizj_boston",
"http://www.bnd.com/162/index.xml",
"http://syndication.boston.com/ae/theater_arts/kennedy/?mode=rss_10",
"http://www.bdtonline.com/localsports/resources_rsssection.xml",
"http://www.boiseweekly.com/gyrobase/rss.xml?section=3",
"http://feeds.news.com.au/public/rss/2.0/ausit_bus_contracts_379.xml",
"http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/latest_published_stories/rss.xml",
"http://www.bismarcktribune.com/?rss=ap/us",
"http://www.ajc.com/services/content/feeds/opinion/wooten.xml",
"http://www.azcentral.com/rss/feeds/republicfront.xml",
"http://feeds.baltimoresun.com/baltimoresun/news/education/rss2.0.xml",
"http://www.toledoblade.com/apps/pbcs.dll/section?Category=RSS06&mime=XML",
"http://www.wiscnews.com/bnr/opinion/rss.xml",
"http://rss.azstarnet.com/index.php?site=business",
"http://www.blueridgenow.com/apps/pbcs.dll/section?Category=RSS&mime=xml",
"http://www.thegeminiweb.com/babyboomer/?feed=rss2",
"http://www.bnd.com/138/index.xml",
"http://boston.bizjournals.com/rss/feed/daily/boston",
"http://syndication.boston.com/news/globe/automotive?mode=rss_10",
"http://feeds.news.com.au/public/rss/2.0/ausit_exec_playit_388.xml",
"http://www.boiseweekly.com/gyrobase/rss.xml?section=12",
"http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/business/rss.xml",
"http://www.bonitanews.com/rss/headlines/latest_news/",
"http://www.bdtonline.com/editorials/resources_rsssection.xml",
"http://www.ajc.com/services/content/feeds/metro/rockdale.xml",
"http://www.toledoblade.com/apps/pbcs.dll/section?Category=RSS&mime=XML",
"http://www.azcentral.com/rss/feeds/localshopping.xml",
"http://feeds.baltimoresun.com/baltimoresun/features/bal-architecture-rss2.0.xml",
"http://www.bismarcktribune.com/?rss=ap/entertainment",
"http://rss.azstarnet.com/index.php?site=science",
"http://www.bnd.com/174/index.xml",
"http://syndication.boston.com/news/local/mcgrory?mode=rss_10",
"http://www.wiscnews.com/bdc/news/rss.xml",
"http://feeds.news.com.au/public/rss/2.0/ausit_exec_techwarrior_386.xml",
"http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/health/rss.xml",
"http://www.boiseweekly.com/gyrobase/rss.xml?section=21",
"http://www.bdtonline.com/entertainment/resources_rsssection.xml",
"http://www.bonitanews.com/rss/headlines/sports/",
"http://extras.mnginteractive.com/live/xsl/memv/xml/510_most_viewed_rss.xml",
"http://rss.mnginteractive.com/live/DailyNews/DailyNews_104.xml",
"http://www.bostonnow.com/feeds/recent_stories.rss",
"http://feeds.cbsnews.com/CBSNewsMain",
"http://www.toledoblade.com/apps/pbcs.dll/section?Category=RSS10&mime=XML",
"http://rss.azstarnet.com/index.php?site=aznightbuzz",
"http://www.ajc.com/services/content/feeds/metro/northfulton.xml",
"http://feeds.feedburner.com/Bostonist",
"http://feeds.baltimoresun.com/baltimoresun/sports/bal-columnist-schmuck-rss2.0.xml",
"http://www.bismarcktribune.com/?rss=ap/sports",
"http://www.azcentral.com/rss/feeds/preps.xml",
"http://feeds.news.com.au/public/rss/2.0/ausit_opn_reflctns_395.xml",
"http://www.bnd.com/150/index.xml",
"http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/education/rss.xml",
"http://www.agjournalonline.com/?rss=breaking_news",
"http://www.bonitanews.com/rss/headlines/opinion/",
"http://www.boston.com/jobs/globe/globe_rss.xml",
"http://feeds.feedburner.com/tbo/brandon",
"http://www.bradentonherald.com/134/index.xml",
"http://bostonworks.boston.com/globe/globe_rss.xml",
"http://www.bradenton.com/news/index.xml",
"http://www.qctimes.com/?rss=/breaking",
"http://sports.bostonherald.com/rss.xml",
"http://feeds.baltimoresun.com/baltimoresun/sports/bal-columnist-frager-rss2.0.xml",
"http://www.bismarcktribune.com/?rss=news/state",
"http://www.ajc.com/services/content/feeds/business/saporta.xml",
"http://www.bransoncourier.com/rss_homepage.php",
"http://rss.azstarnet.com/index.php?site=kiser",
"http://www.azcentral.com/rss/feeds/asusports.xml",
"http://www.toledoblade.com/apps/pbcs.dll/section?Category=RSS13&mime=XML",
"http://cantondailyledger.com/?rss=breaking_news",
"http://syndication.boston.com/news/local/rhode_island?mode=rss_10",
"http://eldoradotimes.com/?rss=breaking_news",
"http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/world/rss.xml",
"http://feeds.news.com.au/public/rss/2.0/trav_adviceNtools_336.xml",
"http://www.ascensioncitizen.com/?rss=breaking_news",
"http://www.derbydailyrep.com/?rss=breaking_news",
"http://www.helena-arkansas.com/?rss=breaking_news",
"http://www.carmitimes.com/?rss=breaking_news",
"http://www.augustagazette.com/?rss=breaking_news",
"http://www.leavenworthtimes.com/?rss=breaking_news",
"http://www.carthagepress.com/?rss=breaking_news",
"http://www.sentinel-standard.com/?rss=breaking_news",
"http://www.leesvilledailyleader.com/?rss=breaking_news",
"http://www.boonvilledailynews.com/?rss=breaking_news",
"http://www.kirksvilledailyexpress.com/?rss=breaking_news",
"http://www.kauaiworld.com/?rss=breaking_news",
"http://www.siskiyoudaily.com/?rss=breaking_news",
"http://www.starcourier.com/?rss=breaking_news",
"http://www.macombjournal.com/?rss=breaking_news",
"http://www.economist.com/rss/briefings_rss.xml",
"http://www.stuttgartdailyleader.com/?rss=breaking_news",
"http://www.sulphurdailynews.com/?rss=breaking_news",
"http://www.bradentonherald.com/153/index.xml",
"http://feeds.feedburner.com/BroadcastingCable-LocalTvNews",
"http://feeds.baltimoresun.com/baltimoresun/entertainment/music/rss2.0.xml",
"http://www.ajc.com/services/content/feeds/opinion/equal.xml",
"http://www.bismarcktribune.com/?rss=ap/hitech",
"http://www.bradenton.com/living/health/index.xml",
"http://www.mexicoledger.com/?rss=breaking_news",
"http://www.toledoblade.com/apps/pbcs.dll/section?Category=RSS08&mime=XML",
"http://www.newportindependent.com/?rss=breaking_news",
"http://rss.azstarnet.com/index.php?site=ent_index",
"http://www.azcentral.com/rss/feeds/scottsdale.xml",
"http://syndication.boston.com/sports/football/patriots/patriots_rss?mode=rss_10",
"http://feeds.bizjournals.com/bizj_buffalo",
"http://feeds.news.com.au/public/rss/2.0/ausit_exec_topstories_385.xml",
"http://www.newstribune.info/?rss=breaking_news",
"http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/scotland/rss.xml",
"http://www.pontiacdailyleader.com/?rss=breaking_news",
"http://www.neoshodailynews.com/?rss=breaking_news",
"http://www.pekintimes.com/?rss=breaking_news",
"http://www.olneydailymail.com/?rss=breaking_news",
"http://www.ridgecrestca.com/?rss=breaking_news",
"http://www.reviewatlas.com/?rss=breaking_news",
"http://www.pratttribune.com/?rss=breaking_news",
"http://www.silverbelt.com/?rss=breaking_news",
"http://www.economist.com/rss/britain_rss.xml",
"http://www.wgtndailynews.com/?rss=breaking_news",
"http://www.waynesvilledailyguide.com/?rss=breaking_news",
"http://www.sturgisjournal.com/?rss=breaking_news",
"http://www.brownsvilleherald.com/common/rss/rss.php?cat=Obituaries",
"http://www.browardpalmbeach.com/rss/rss.php?section=default",
"http://www.bradentonherald.com/217/index.xml",
"http://feeds.feedburner.com/BroadcastingCable-ProgrammingNews",
"http://feeds.baltimoresun.com/baltimoresun/business/realestate/bal-hiltongallery-rss2.0.xml",
"http://www.ajc.com/services/content/feeds/sports/braves.xml",
"http://www.bismarcktribune.com/?rss=news/sports/local",
"http://www.bucyrustelegraphforum.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.toledoblade.com/apps/pbcs.dll/section?Category=RSS09&mime=XML",
"http://rss.azstarnet.com/index.php?site=sahuarita",
"http://syndication.boston.com/news/odd?mode=rss_10",
"http://www.buffalonews.com/126/index.rss",
"http://www.azcentral.com/rss/feeds/tempe.xml",
"http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/sci/tech/rss.xml",
"http://feeds.news.com.au/public/rss/2.0/ausit_opn_ambition_392.xml",
"http://www.brownsvilleherald.com/common/rss/rss.php?cat=Columnists",
"http://feeds.baltimoresun.com/baltimoresun/sports/college/rss2.0.xml",
"http://www.bradentonherald.com/102/index.xml",
"http://feeds.feedburner.com/TheEagle",
"http://www.ajc.com/services/content/feeds/metro/southfulton.xml",
"http://www.bismarcktribune.com/?rss=news/business",
"http://www.bucyrustelegraphforum.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://www.toledoblade.com/apps/pbcs.dll/section?Category=RSS02&mime=XML",
"http://rss.azstarnet.com/index.php?site=news",
"http://syndication.boston.com/news/globe/health_science?mode=rss_10",
"http://www.buffalonews.com/162/index.rss",
"http://rss.mnginteractive.com/live/DailyNews/DailyNews_28.xml",
"http://www.economist.com/rss/business_rss.xml",
"http://www.azcentral.com/rss/feeds/southwestvalley.xml",
"http://feeds.bizjournals.com/bizj_cincinnati",
"http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/wales/rss.xml",
"http://feeds.news.com.au/public/rss/2.0/ausit_itnews_comms_368.xml",
"http://www.jacksonvillepatriot.com/?rss=business",
"http://www.brownsvilleherald.com/common/rss/rss.php?cat=Business",
"http://www.theworldlink.com/?rss=business",
"http://www.heraldtribune.com/apps/pbcs.dll/section?CATEGORY=RSS05&mime=xml",
"http://feeds.baltimoresun.com/baltimoresun/news/local/rss2.0.xml",
"http://www.ajc.com/services/content/feeds/metro/dekalb.xml",
"http://www.toledoblade.com/apps/pbcs.dll/section?Category=RSS04&mime=XML",
"http://feeds.feedburner.com/BroadcastingCable-AdvertisingNews",
"http://www.bucyrustelegraphforum.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://www.bendbulletin.com/apps/pbcs.dll/section?Category=rss&Mime=xml&Omniture=0",
"http://syndication.boston.com/sports/hockey/bruins/bruins_rss?mode=rss_10",
"http://www.buffalonews.com/240/index.rss",
"http://www.thetimesnews.com/common/rss/rss.php",
"http://www.burlingtonfreepress.com/feeds/RSS05.xml",
"http://www.dcourier.com/100_rss.xml",
"http://www.bcrnews.com/?rss=business",
"http://feeds.bizjournals.com/bizj_louisville",
"http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/uk_politics/rss.xml",
"http://www.dailypilot.com/?rss=business",
"http://rss.cnn.com/rss/money_topstories.rss",
"http://www.businessexaminer.com/bedaily_rss.php",
"http://feeds.news.com.au/public/rss/2.0/ausit_itnews_indstry_371.xml",
"http://www.azcentral.com/rss/feeds/thecardinals.xml",
"http://obsentinel.womacknewspapers.com/?rss=business",
"http://www.bismarcktribune.com/?rss=news/local",
"http://www.nwi.com/?rss=/business/business",
"http://www.glendalenewspress.com/?rss=business",
"http://www.globegazette.com/?rss=business",
"http://www.lodinews.com/?rss=business",
"http://rss.azstarnet.com/index.php?site=crime",
"http://www.nctimes.com/?rss=/business/news",
"http://www.nwaonline.net/?rss=business",
"http://feeds.feedburner.com/BusinessTravelNews-GlobalTravelNews",
"http://feeds.baltimoresun.com/sports_football_ravens/",
"http://www.ajc.com/services/content/feeds/business/metrobiz.xml",
"http://www.brownsvilleherald.com/common/rss/rss.php?cat=Sports",
"http://www.courier-journal.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://rss.azstarnet.com/index.php?site=coyotes",
"http://syndication.boston.com/news/globe/living/names?mode=rss_10",
"http://www.bucyrustelegraphforum.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.thehindubusinessline.com/rss/04hdline.xml",
"http://www.buffalonews.com/170/index.rss",
"http://www.journalgazette.net/apps/pbcs.dll/section?Category=BIZ09&mime=xml",
"http://www.nwherald.com/?rss=business/local",
"http://www.burlingtonfreepress.com/feeds/RSS02.xml",
"http://feeds.news.com.au/public/rss/2.0/ausit_exec_qna_390.xml",
"http://www.toledoblade.com/apps/pbcs.dll/section?Category=RSS07&mime=XML",
"http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml",
"http://www.azcentral.com/rss/feeds/ahwatukee.xml",
"http://www.kcchronicle.com/?rss=business/local",
"http://www.napavalleyregister.com/?rss=business/local",
"http://www.wcfcourier.com/?rss=business/local",
"http://feeds.feedburner.com/CourierTimesNews",
"http://www.news-record.com/apps/pbcs.dll/section?category=NEWS06&template=rss&mime=application%2Frss%2Bxml&omniture=0",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFpQXw==",
"http://feeds.baltimoresun.com/baltimoresun/features/bal-columnist-kasper-rss2.0.xml",
"http://www.timesonline.co.uk/tol/feeds/rss/business.xml",
"http://www.congoo.com/feed/newschannelsfeed.aspx?chid=1&catid=-1",
"http://home.hamptonroads.com/rss/feeds.cfm?s=Business",
"http://feeds.baltimoresun.com/baltimoresun/entertainment/galleriesmuseums/rss2.0.xml",
"http://www.ajc.com/services/content/feeds/sports/falcons.xml",
"http://rss.azstarnet.com/index.php?site=attack",
"http://www.brownsvilleherald.com/common/rss/rss.php?cat=Top%20Story",
"http://syndication.boston.com/business/personalfinance/singletary?mode=rss_10",
"http://www.businesswire.com/portal/site/home/index.jsp?beanStrID=bwrss&epi-content=GENERIC&epi-process=generic.jsp&rss=G1QFDERJXkJeEF9YXA==&viewID=headline_list_rss",
"http://www.thehindubusinessline.com/rss/06hdline.xml",
"http://www.buffalonews.com/128/index.rss",
"http://feeds.news.com.au/public/rss/2.0/ausit_itnews_securty_373.xml",
"http://www.azcentral.com/rss/feeds/legislature.xml",
"http://www.burlingtonfreepress.com/feeds/RSS06.xml",
"http://www.mainecoastnow.com/?rss=camden_herald/local_news",
"http://www.kcchronicle.com/?rss=business/national_and_international",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFpQWg==",
"http://feeds.feedburner.com/BusinessTravelNews-BreakingNews",
"http://feeds.baltimoresun.com/baltimoresun/features/lifestyle/bal-columnist-cowherd-rss2.0.xml",
"http://www.ajc.com/services/content/feeds/news/washington.xml",
"http://rss.azstarnet.com/index.php?site=foothills",
"http://syndication.boston.com/news/globe/living?mode=rss_10",
"http://www.buffalonews.com/156/index.rss",
"http://news.mywebpal.com/Rssfeeds/724/new/Local%20columnists.xml",
"http://feeds.news.com.au/public/rss/2.0/ausit_bus_worldacdgto_378.xml",
"http://www.azcentral.com/rss/feeds/valleydesigners.xml",
"http://www.cabotstarherald.com/?rss=cabot_star_herald/sports",
"http://www.mainecoastnow.com/?rss=camden_herald/obituaries",
"http://www.capecodonline.com/apps/pbcs.dll/section?Category=rss07&mime=xml",
"http://www.burlingtonfreepress.com/feeds/RSS03.xml",
"http://www.businesswire.com/portal/site/home/index.jsp?beanStrID=bwrss&epi-content=GENERIC&epi-process=generic.jsp&rss=G1QFDERJXkJeEFpQVQ==&viewID=headline_list_rss",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEVlWWw==",
"http://feeds.baltimoresun.com/baltimoresun/news/local/crime/bal-policeblotter-rss2.0.xml",
"http://feeds.feedburner.com/tbo/carrollwood",
"http://www.carynews.com/sports/index.xml",
"http://www.ajc.com/services/content/feeds/metro/coweta.xml",
"http://rss.azstarnet.com/index.php?site=northwest",
"http://www.carriagetownenews.com/obituaries/resources_rsssection.xml",
"http://syndication.boston.com/sports/columnists/macmullan?mode=rss_10",
"http://www.buffalonews.com/169/index.rss",
"http://feeds.news.com.au/public/rss/2.0/ausit_bus_casestudies_377.xml",
"http://www.capecodonline.com/apps/pbcs.dll/section?Category=rss05&mime=xml",
"http://www.azcentral.com/rss/feeds/diningreviews.xml",
"http://rss.cbc.ca/lineup/sports.xml",
"http://www.cabotstarherald.com/?rss=cabot_star_herald/news",
"http://www.burlingtonfreepress.com/feeds/RSS04.xml",
"http://www.mainecoastnow.com/?rss=capital_weekly/local_news",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEF5XWQ==",
"http://cbs13.com/entertainment/resources_rss.xml",
"http://cbs2chicago.com/politics/resources_rss.xml",
"http://feeds.baltimoresun.com/baltimoresun/news/traffic/bal-icc-rss2.0.xml",
"http://feeds.feedburner.com/BroadcastingCable-TechnologyNews",
"http://www.khsltv.com/actionnews_rss.php",
"http://www.carynews.com/opinion/index.xml",
"http://www.ajc.com/services/content/feeds/opinion/editor.xml",
"http://rss.azstarnet.com/index.php?site=bonnie",
"http://syndication.boston.com/news/local/mcnamara?mode=rss_10",
"http://www.buffalonews.com/122/index.rss",
"http://feeds.news.com.au/public/rss/2.0/ausit_itnews_govt_370.xml",
"http://news.mywebpal.com/Rssfeeds/724/new/Funeral%20Notices.xml",
"http://feeds.cbsnews.com/CBSNewsEveningNews",
"http://www.capecodonline.com/apps/pbcs.dll/section?Category=rss01&mime=xml",
"http://www.mainecoastnow.com/?rss=capital_weekly/obituaries",
"http://rss.cbc.ca/lineup/technology.xml",
"http://www.azcentral.com/rss/feeds/mercury.xml",
"http://cbs2.com/topstories/resources_rss.xml",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEVlZXg==",
"http://www.cbs46.com/entertainment/topstory.rss",
"http://www.carriagetownenews.com/local/resources_rsssection.xml",
"http://www.burlingtonfreepress.com/feeds/RSS01.xml",
"http://feeds.baltimoresun.com/baltimoresun/sports/baseball/rss2.0.xml",
"http://cbs2chicago.com/health/resources_rss.xml",
"http://cbs4.com/sports/resources_rss.xml",
"http://www.cbs47.tv/rss/156.rss",
"http://feeds.feedburner.com/BudgeteerNewsDuluth",
"http://www.carynews.com/news/index.xml",
"http://cbs4denver.com/sports/resources_rss.xml",
"http://cbs13.com/politics/resources_rss.xml",
"http://rss.azstarnet.com/index.php?site=health",
"http://syndication.boston.com/news/globe/editorial_opinion/oped?mode=rss_10",
"http://www.ajc.com/services/content/feeds/sports/uga.xml",
"http://cbs5.com/business/resources_rss.xml",
"http://www.buffalonews.com/241/index.rss",
"http://news.mywebpal.com/Rssfeeds/724/new/Sports.xml",
"http://feeds.news.com.au/public/rss/2.0/ausit_revws_games_384.xml",
"http://feeds.cbsnews.com/primary_source",
"http://www.cedarcreekpilot.com/opinion/resources_rsssection.xml",
"http://www.centredaily.com/business/technology/index.xml",
"http://www.capecodonline.com/apps/pbcs.dll/section?Category=rss04&mime=xml",
"http://rss.cbc.ca/lineup/world.xml",
"http://cbs2.com/entertainment/resources_rss.xml",
"http://www.azcentral.com/rss/feeds/glendale.xml",
"http://www.chapelhillnews.com/news/index.xml",
"http://feeds.bizjournals.com/bizj_charlotte",
"http://www.cbs46.com/sports/topstory.rss",
"http://feeds.baltimoresun.com/baltimoresun/news/opinion/oped/bal-columnist-publiceditor-rss2.0.xml",
"http://cbs2chicago.com/entertainment/resources_rss.xml",
"http://cbs4.com/entertainment/resources_rss.xml",
"http://feeds.feedburner.com/BroadcastingampCableArticles",
"http://cbs4denver.com/weathernews/resources_rss.xml",
"http://www.cbs47.tv/rss/159.rss",
"http://www.carynews.com/obits/index.xml",
"http://www.ajc.com/services/content/feeds/metro/gwinnett.xml",
"http://rss.azstarnet.com/index.php?site=faith",
"http://syndication.boston.com/sports/columnists/ryan?mode=rss_10",
"http://www.buffalonews.com/153/index.rss",
"http://cbs5.com/entertainment/resources_rss.xml",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEF9ZVA==",
"http://feeds.cbsnews.com/tech_talk",
"http://www.centredaily.com/sports/index.xml",
"http://www.cedarcreekpilot.com/sports/resources_rsssection.xml",
"http://www.capecodonline.com/apps/pbcs.dll/section?Category=rss08&mime=xml",
"http://rss.cbc.ca/lineup/topstories.xml",
"http://cbs2.com/politics/resources_rss.xml",
"http://www.charlotte.com/291/index.xml",
"http://feeds.news.com.au/public/rss/2.0/ausit_bus_speclrpts_380.xml",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFpQXQ==",
"http://feeds.baltimoresun.com/baltimoresun/sports/outdoors/rss2.0.xml",
"http://www.charlestoncitypaper.com/gyrobase/Rss.xml?section=oid%3A6364&pub=85",
"http://www.cbs46.com/health/topstory.rss",
"http://cbs2chicago.com/business/resources_rss.xml",
"http://cbs4.com/business/resources_rss.xml",
"http://rss.azstarnet.com/index.php?site=wildcats",
"http://feeds.feedburner.com/BroadcastingCable-WashingtonNews",
"http://syndication.boston.com/ae/movies/morris?mode=rss_10",
"http://www.ajc.com/services/content/feeds/opinion/edits.xml",
"http://cbs4denver.com/health/resources_rss.xml",
"http://www.carynews.com/arts_more/index.xml",
"http://www.buffalonews.com/164/index.rss",
"http://www.carriagetownenews.com/weatherpage/resources_rsssection.xml",
"http://www.centredaily.com/264/index.rss",
"http://cbs5.com/topstories/resources_rss.xml",
"http://feeds.cbsnews.com/CBSNewsSciTech",
"http://www.cbs47.tv/rss/157.rss",
"http://www.capecodonline.com/apps/pbcs.dll/section?Category=rss10&mime=xml",
"http://www.suntimes.com/rss/business/index.xml",
"http://www.charlotte.com/153/index.xml",
"http://www.chapelhillnews.com/sports/index.xml",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEF5XWw==",
"http://rss.cbc.ca/lineup/health.xml",
"http://feeds.baltimoresun.com/baltimoresun/features/booksmags/rss2.0.xml",
"http://cbs2.com/business/resources_rss.xml",
"http://www.charlestoncitypaper.com/gyrobase/Rss.xml?section=oid%3A6366&pub=85",
"http://rss.azstarnet.com/index.php?site=politics",
"http://syndication.boston.com/news/globe/living/food?mode=rss_10",
"http://cbs4.com/politics/resources_rss.xml",
"http://www.chestertontribune.com/rss.xml",
"http://cbs2chicago.com/sports/resources_rss.xml",
"http://www.ajc.com/services/content/feeds/state/index.xml",
"http://www.buffalonews.com/213/index.rss",
"http://cbs4denver.com/entertainment/resources_rss.xml",
"http://www.chicagotribune.com/news/mostviewed_rss2.0.xml",
"http://feeds.cbsnews.com/CBSNewsWorld",
"http://www.charlotte.com/313/index.xml",
"http://www.suntimes.com/rss/sports/index.xml",
"http://www.capecodonline.com/apps/pbcs.dll/section?Category=rss02&mime=xml",
"http://www.cedarcreekpilot.com/local/resources_rsssection.xml",
"http://www.cbs47.tv/rss/158.rss",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFxQWQ==",
"http://syndication.boston.com/news/globe/realestate?mode=rss_10",
"http://rss.azstarnet.com/index.php?site=pets",
"http://cbs4.com/health/resources_rss.xml",
"http://feeds.feedburner.com/chicagotribune/thechicagogardener/",
"http://rss.mnginteractive.com/live/ChicoER/Chico_104.xml",
"http://www.buffalonews.com/198/index.rss",
"http://www.ajc.com/services/content/feeds/metro/index.xml",
"http://feeds.feedburner.com/chicagotribune/thestew/",
"http://www.centredaily.com/news/state/index.xml",
"http://feeds.chicagotribune.com/chicagotribune/travel/",
"http://feeds.cbsnews.com/CBSNewsBusiness",
"http://www.suntimes.com/rss/cubs/index.xml",
"http://www.capecodonline.com/apps/pbcs.dll/section?Category=rss12&mime=xml",
"http://www.charlotte.com/143/index.xml",
"http://cbs4denver.com/politics/resources_rss.xml",
"http://feeds.baltimoresun.com/baltimoresun/sports/highschool/bal-hspolls-rss2.0.xml",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFpRWw==",
"http://feeds.baltimoresun.com/baltimoresun/news/local/harford/rss2.0.xml",
"http://syndication.boston.com/news/globe/nation/canellos?mode=rss_10",
"http://feeds.feedburner.com/chicagosports/whatsgoinon/",
"http://rss.azstarnet.com/index.php?site=taxpayerwatch",
"http://www.chickashanews.com/sports/resources_rsssection.xml",
"http://rss.mnginteractive.com/live/ChicoER/Chico_100002.xml",
"http://www.ajc.com/services/content/feeds/metro/insider.xml",
"http://www.buffalonews.com/124/index.rss",
"http://www.economist.com/rss/chinas_economy_rss.xml",
"http://www.centredaily.com/news/politics/index.xml",
"http://feeds.cbsnews.com/couric__co",
"http://feeds.chicagotribune.com/chicagotribune/sports/",
"http://www.charlotte.com/157/index.xml",
"http://www.china.org.cn/english/rss/216549.xml",
"http://www.cnjonline.com/common/rss/rss.php",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFtRXg==",
"http://feeds.baltimoresun.com/baltimoresun/features/lifestyle/bal-backstory-rss2.0.xml",
"http://www.capecodonline.com/apps/pbcs.dll/section?Category=rss11&mime=xml",
"http://www.suntimes.com/rss/news/index.xml",
"http://www.chillicothegazette.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://syndication.boston.com/news/local/startsandstops?mode=rss_10",
"http://rss.mnginteractive.com/live/ChicoER/Chico_1928929.xml",
"http://www.buffalonews.com/105/index.rss",
"http://www.ajc.com/services/content/feeds/sports/index.xml",
"http://pipes.yahoo.com/pipes/pipe.run?_id=LJb1qL8p3BGzfMIjqGIyXQ&_render=rss",
"http://feeds.feedburner.com/chicagotribune/theswamp/",
"http://rss.csmonitor.com/feeds/commentary",
"http://rss.cnn.com/rss/money_latest.rss",
"http://chinovalleyreview.com/2_rss.xml",
"http://www.centredaily.com/news/obituaries/index.xml",
"http://rss.citypages.com/Articles.rss?cg=13",
"http://www.claremoreprogress.com/business/resources_rsssection.xml",
"http://www.chronicle-tribune.com/apps/pbcs.dll/section?category=RSS02&mime=xml",
"http://www.clarionledger.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://rss.cincinnati.com/apps/pbcs.dll/section?category=rssenq02&mime=xml",
"http://www.citizen-times.com/apps/pbcs.dll/section?category=rss&profile=1002&template=rss&mime=xml",
"http://feeds.chicagotribune.com/chicagotribune/entertainment/",
"http://www.news-daily.com/307_rss.xml",
"http://southflorida.metromix.com/rss/feed/headlines",
"http://www.zwire.com/site/rss/?The%20Citizens%20Voice/News/Sports/Local%20Sports",
"http://citybeat.com/gyrobase/Rss.xml?section=5907",
"http://feeds.cbsnews.com/public_eye",
"http://www.suntimes.com/rss/bears/index.xml",
"http://rss.azstarnet.com/index.php?site=transportation",
"http://www.charlotte.com/122/index.xml",
"http://www.topix.com/rss/city/clewiston-fl",
"http://rss.clevescene.com/php/rss/rss.php?section=default",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEF9YXQ==",
"http://www.capecodonline.com/apps/pbcs.dll/section?Category=rss06&mime=xml",
"http://feeds.baltimoresun.com/baltimoresun/features/lifestyle/bal-columnist-kelly-rss2.0.xml",
"http://www.chickashanews.com/opinion/resources_rsssection.xml",
"http://www2.irna.ir/index2.php?option=com_news&task=rss&Itemid=239&lineid=&keyid=0&catid=0&lang=en",
"http://www.hcnonline.com/site/rss/?Houston%20Community%20Newspapers%20Online/News/Cleveland%20Advocate/Top%20News",
"http://syndication.boston.com/news/globe/editorial_opinion/letters?mode=rss_10",
"http://www.cleburnetimesreview.com/opinion/resources_rsssection.xml",
"http://www.cnbc.com/id/17595215/device/rss/rss.xml",
"http://feeds.feedburner.com/tbo/centraltampa",
"http://www.china.org.cn/english/rss/185842.xml",
"http://rss.mnginteractive.com/live/ChicoER/Chico_28.xml",
"http://www.buffalonews.com/196/index.rss",
"http://www.chillicothegazette.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.ajc.com/services/content/feeds/metro/cherokee.xml",
"http://rss.csmonitor.com/feeds/usa",
"http://rss.azstarnet.com/index.php?site=athome",
"http://rss.cnn.com/rss/cnn_mostpopular.rss",
"http://www.chronicle-tribune.com/apps/pbcs.dll/section?category=RSS04&mime=xml",
"http://www.news.com/2547-1_3-0-20.xml",
"http://www.centredaily.com/news/nation/index.xml",
"http://www.zwire.com/site/rss/?The%20Citizens%20Voice/News/News/Breaking%20News",
"http://www.clarionledger.com/apps/pbcs.dll/section?category=RSS01&mime=xml",
"http://www.news-daily.com/304_rss.xml",
"http://www.citizen-times.com/apps/pbcs.dll/section?category=rss&profile=1005&template=rss&mime=xml",
"http://feeds.chicagotribune.com/chicagotribune/news/local/",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFpUXw==",
"http://feeds.baltimoresun.com/baltimoresun/sports/boxing/rss2.0.xml",
"http://www.charlotte.com/156/index.xml",
"http://feeds.cbsnews.com/CBSNewsHealth",
"http://www.claremoreprogress.com/community/resources_rsssection.xml",
"http://chinovalleyreview.com/1_rss.xml",
"http://www.suntimes.com/rss/columnist/index.xml",
"http://rss.cincinnati.com/apps/pbcs.dll/section?category=rssenq08&mime=xml",
"http://www.cleburnetimesreview.com/sports/resources_rsssection.xml",
"http://www2.irna.ir/index2.php?option=com_news&task=rss&Itemid=238&lineid=&keyid=0&catid=0&lang=en",
"http://www.capecodonline.com/apps/pbcs.dll/section?Category=rss13&mime=xml",
"http://syndication.boston.com/yourlife/health/foreman?mode=rss_10",
"http://feeds.feedburner.com/metromix/theextrovert/",
"http://citybeat.com/gyrobase/Rss.xml?section=5951",
"http://www.china.org.cn/english/rss/214465.xml",
"http://www.nwaonline.net/?rss=columns/bob_caudle",
"http://www.buffalonews.com/244/index.rss",
"http://rss.mnginteractive.com/live/ChicoER/Chico_1928852.xml",
"http://feeds.bizjournals.com/bizj_columbus",
"http://www.chillicothegazette.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://www.chickashanews.com/features/resources_rsssection.xml",
"http://www.ajc.com/services/content/feeds/metro/atlanta.xml",
"http://rss.cnn.com/rss/cnn_health.rss",
"http://rss.csmonitor.com/feeds/top",
"http://www.glendalenewspress.com/?rss=columns",
"http://rss.azstarnet.com/index.php?site=wildlife",
"http://www.chronicle-tribune.com/apps/pbcs.dll/section?category=RSS03&mime=xml",
"http://www.news-daily.com/2_rss.xml",
"http://www.centredaily.com/living/travel/index.xml",
"http://www.citizen-times.com/apps/pbcs.dll/section?category=rss&profile=1003&template=rss&mime=xml",
"http://www.clarionledger.com/apps/pbcs.dll/section?category=RSS02&mime=xml",
"http://www.zwire.com/site/rss/?The%20Citizens%20Voice/News/News/Local",
"http://www.charlotte.com/200/index.xml",
"http://feeds.chicagotribune.com/chicagotribune/news/nationworld/",
"http://feeds.baltimoresun.com/baltimoresun/features/custom/aetoday/rss2.0.xml",
"http://www.cleburnetimesreview.com/obituaries/resources_rsssection.xml",
"http://www.suntimes.com/rss/whitesox/index.xml",
"http://syndication.boston.com/news/globe/editorial_opinion/oped/goodman?mode=rss_10",
"http://feeds.cbsnews.com/CBSNewsNational",
"http://www.cjournal.com/features/resources_rsssection.xml",
"http://www.coloradoan.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://www2.irna.ir/index2.php?option=com_news&task=rss&Itemid=236&lineid=&keyid=0&catid=0&lang=en",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFpQWw==",
"http://www.columbiatribune.com/rss/news.xml",
"http://www.buffalonews.com/201/index.rss",
"http://www.columbiamissourian.com/feeds/stories/lifestyles/",
"http://rss.mnginteractive.com/live/ChicoER/Chico_30.xml",
"http://www.nwaonline.net/?rss=columns/doug_thompson",
"http://www.china.org.cn/english/rss/201733.xml",
"http://rss.cincinnati.com/apps/pbcs.dll/section?category=rssenq05&mime=xml",
"http://www.ajc.com/services/content/feeds/travel/index.xml",
"http://www.leesvilledailyleader.com/?rss=community",
"http://www.chillicothegazette.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://rss.cnn.com/rss/cnn_marquee.rss",
"http://eldoradotimes.com/?rss=community",
"http://www.helena-arkansas.com/?rss=community",
"http://www.carmitimes.com/?rss=community",
"http://rss.azstarnet.com/index.php?site=accent",
"http://www.agjournalonline.com/?rss=community",
"http://www.carthagepress.com/?rss=community",
"http://www.mexicoledger.com/?rss=community",
"http://rss.csmonitor.com/feeds/world",
"http://www.chronicle-tribune.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://feeds.feedburner.com/ChicagoBusinesscomBreakingNews",
"http://www.neoshodailynews.com/?rss=community",
"http://www.olneydailymail.com/?rss=community",
"http://www.starcourier.com/?rss=community",
"http://www.reviewatlas.com/?rss=community",
"http://www.news-daily.com/312_rss.xml",
"http://www.sturgisjournal.com/?rss=community",
"http://www.centredaily.com/opinion/index.xml",
"http://www.citizen-times.com/apps/pbcs.dll/section?category=rss&profile=1006&template=rss&mime=xml",
"http://www.clarionledger.com/apps/pbcs.dll/section?category=RSS03&mime=xml",
"http://www.wgtndailynews.com/?rss=community",
"http://www.stuttgartdailyleader.com/?rss=community",
"http://www.charlotte.com/317/index.xml",
"http://feeds.chicagotribune.com/chicagotribune/news/",
"http://www.mariondaily.com/?rss=community&title=News%20from%20the%20Marion%20Daily%20Republican&desc=The%20latest%20news%20from%20Marion,%20IL",
"http://feeds.cbsnews.com/CBSNewsOpinion",
"http://www.zwire.com/site/rss/?The%20Citizens%20Voice/News/News/Casey%20%2D%20Santorum",
"http://syndication.boston.com/news/globe/editorial_opinion/oped/vennochi?mode=rss_10",
"http://www.suntimes.com/rss/bulls/index.xml",
"http://www.economist.com/rss/computing_and_software_rss.xml",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEF9YXA==",
"http://www.coloradoan.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://feeds.baltimoresun.com/baltimoresun/business/bal-port-rss2.0.xml",
"http://www.cjournal.com/opinion/resources_rsssection.xml",
"http://www.columbiatribune.com/rss/sports.xml",
"http://www.columbiamissourian.com/feeds/stories/sports/",
"http://www.buffalonews.com/242/index.rss",
"http://www.nwaonline.net/?rss=columns/peggy_treiber",
"http://www.china.org.cn/english/rss/201732.xml",
"http://rss.mnginteractive.com/live/ChicoER/Chico_98.xml",
"http://www.ajc.com/services/content/feeds/sports/gatech.xml",
"http://rss.cnn.com/rss/cnn_travel.rss",
"http://rss.csmonitor.com/feeds/scitech",
"http://www.advocatepress.com/?rss=community",
"http://feeds.feedburner.com/chicagotribune_ellenwarren/",
"http://rss.azstarnet.com/index.php?site=cycling",
"http://www.bentoneveningnews.com/?rss=community",
"http://www.lakesunleader.com/?rss=community",
"http://www.granitefallsnews.com/?rss=community",
"http://www.hammondstar.com/?rss=community/community_news",
"http://www.deridderdailynews.com/?rss=community",
"http://www2.irna.ir/index2.php?option=com_news&task=rss&Itemid=237&lineid=&keyid=0&catid=0&lang=en",
"http://www.chronicle-tribune.com/apps/pbcs.dll/section?category=RSS10&mime=xml",
"http://www.centredaily.com/business/index.xml",
"http://www.somerset-kentucky.com/localsports/resources_rsssection.xml",
"http://www.charlotte.com/427/index.xml",
"http://feeds.baltimoresun.com/baltimoresun/business/careers/bal-columnist-cho-rss2.0.xml",
"http://feeds.chicagotribune.com/chicagotribune/technology/",
"http://extras.mnginteractive.com/live/xsl/memv/xml/96_most_viewed_rss.xml",
"http://www.news-daily.com/306_rss.xml",
"http://www.zwire.com/site/rss/?The%20Citizens%20Voice/News/News/Sherwood%20%2D%20Carney",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFtRXw==",
"http://www.siftingsherald.com/?rss=community",
"http://syndication.boston.com/news/globe/nation?mode=rss_10",
"http://www.svherald.com/?rss=community/obituaries",
"http://www.citizen-times.com/apps/pbcs.dll/section?category=rss&profile=1004&template=rss&mime=xml",
"http://www.suntimes.com/rss/entertainment/index.xml",
"http://feeds.cbsnews.com/CBSNewsPolitics",
"http://www.buffalonews.com/233/index.rss",
"http://www.cjournal.com/local/resources_rsssection.xml",
"http://www.columbiamissourian.com/feeds/stories/opinion/",
"http://www.coloradoan.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://rss.mnginteractive.com/LIVE/CTPost/CTPost_1909206.xml",
"http://www.concordmonitor.com/apps/pbcs.dll/section?Category=RSS02&mime=xml&omniture=0",
"http://www.claremoreprogress.com/entertainment/resources_rsssection.xml",
"http://www.nwaonline.net/?rss=columns/carin_schoppmeyer",
"http://feeds.feedburner.com/chicagotribune/thewatcher/",
"http://www.ajc.com/services/content/feeds/news/international.xml",
"http://rss.cnn.com/rss/cnn_law.rss",
"http://rss.csmonitor.com/feeds/living",
"http://www.hammondstar.com/?rss=community/kids_shine",
"http://rss.azstarnet.com/index.php?site=mideast",
"http://www.centredaily.com/news/local/index.xml",
"http://feeds.baltimoresun.com/baltimoresun/news/local/carroll/rss2.0.xml",
"http://www.charlotte.com/311/index.xml",
"http://syndication.boston.com/news/globe/obituaries?mode=rss_10",
"http://www.somerset-kentucky.com/obituaries/resources_rsssection.xml",
"http://www.economist.com/rss/corporate_leadership_rss.xml",
"http://feeds.chicagotribune.com/chicagotribune/opinion/",
"http://www.zwire.com/site/rss/?The%20Citizens%20Voice/News/%20Lifestyles/Health%20%26%20Science",
"http://www.connectsavannah.com/gyrobase/Rss.xml?section=5&pub=3",
"http://extras.mnginteractive.com/live/xsl/memv/xml/571_most_viewed_rss.xml",
"http://feeds.feedburner.com/redeyechicago/fiveonfive/",
"http://feeds.cbsnews.com/CBSNewsEntertainment",
"http://www.somerset-kentucky.com/opinion/resources_rsssection.xml",
"http://www.buffalonews.com/117/index.rss",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1918126.xml",
"http://www.columbiamissourian.com/feeds/stories/news/",
"http://www.concordmonitor.com/apps/pbcs.dll/section?Category=RSS03&mime=xml&omniture=0",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFpTXw==",
"http://www.coloradoan.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://www.cjournal.com/sports/resources_rsssection.xml",
"http://www.nwaonline.net/?rss=columns/john_brummett",
"http://rss.cnn.com/rss/cnn_topstories.rss",
"http://www.ajc.com/services/content/feeds/metro/sandysprings.xml",
"http://rss.csmonitor.com/feeds/arts",
"http://www.hammondstar.com/?rss=community/health",
"http://rss.azstarnet.com/index.php?site=suns",
"http://www.cordeledispatch.com/local/resources_rsssection.xml",
"http://www.centredaily.com/living/index.xml",
"http://www.charlotte.com/132/index.xml",
"http://feeds.baltimoresun.com/sports_fantasy_guy",
"http://syndication.boston.com/news/globe/world?mode=rss_10",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFxRXA==",
"http://www.somerset-kentucky.com/editorials/resources_rsssection.xml",
"http://www.corsicanadailysun.com/obituaries/resources_rsssection.xml",
"http://feeds.chicagotribune.com/chicagotribune/business/",
"http://www.buffalonews.com/214/index.rss",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1916858.xml",
"http://www.nwaonline.net/?rss=columns/brenda_blagg",
"http://www.concordmonitor.com/apps/pbcs.dll/section?Category=RSS06&mime=xml&omniture=0",
"http://rss.cnn.com/rss/cnn_allpolitics.rss",
"http://feeds.cbsnews.com/CBSNewsTheSkinny",
"http://www.connectsavannah.com/gyrobase/Rss.xml?section=18&pub=3",
"http://www.ajc.com/services/content/feeds/sports/thrashers.xml",
"http://feeds.feedburner.com/chicagotribune/changeofsubject/",
"http://www.columbiamissourian.com/feeds/stories/special-sections/",
"http://www.coshoctontribune.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://feeds.courant.com/Courant/Sports",
"http://www.coloradoan.com/apps/pbcs.dll/section?category=rss05&mime=xml",
"http://www.cordeledispatch.com/opinion/resources_rsssection.xml",
"http://www.centredaily.com/news/index.xml",
"http://feeds.baltimoresun.com/baltimoresun/sports/bal-columnist-preston-rss2.0.xml",
"http://www.charlotte.com/144/index.xml",
"http://www.mainecoastnow.com/?rss=courier_-_gazette/local_news",
"http://syndication.boston.com/business/columnists/syre?mode=rss_10",
"http://rss.csmonitor.com/terrorismSecurity",
"http://www.corsicanadailysun.com/local/resources_rsssection.xml",
"http://feeds.chicagotribune.com/chicagotribune/leisure/",
"http://www.buffalonews.com/187/index.rss",
"http://feeds.feedburner.com/theinsidescoop/",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1916746.xml",
"http://www.nwaonline.net/?rss=columns/steve_barnes",
"http://rss.cnn.com/rss/cnn_world.rss",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFtRWA==",
"http://www.concordmonitor.com/apps/pbcs.dll/section?Category=RSS07&mime=xml&omniture=0",
"http://www.ajc.com/services/content/feeds/news/iraq.xml",
"http://feeds.courant.com/Courant/Editorials",
"http://www.topix.com/rss/city/crestview-fl",
"http://www.coshoctontribune.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.centredaily.com/news/world/index.xml",
"http://www.charlotte.com/208/index.xml",
"http://www.cordeledispatch.com/sports/resources_rsssection.xml",
"http://feeds.baltimoresun.com/baltimoresun/news/local/howard/rss2.0.xml",
"http://www.mainecoastnow.com/?rss=courier_-_gazette/obituaries",
"http://syndication.boston.com/news/globe/a-z?mode=rss_10",
"http://courierpostonline.com/apps/pbcs.dll/section?Category=RSS05&mime=xml",
"http://www.buffalonews.com/231/index.rss",
"http://feeds.feedburner.com/chicagotribune/popmachine/",
"http://www.courierpress.com/feeds/headlines/sports/",
"http://www.packetonline.com/?rss=cranbury_press/opinions",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1916714.xml",
"http://www.crainsdetroit.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://crainscleveland.com/apps/pbcs.dll/section?category=rss04&mime=xml&nocache=1",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFtRWw==",
"http://www.corsicanadailysun.com/business/resources_rsssection.xml",
"http://rss.cnn.com/rss/cnn_us.rss",
"http://charlotte.creativeloafing.com/gyrobase/rss.xml?section=oid%3A49",
"http://www.cqpolitics.com/rssfeeds/topstories.xml",
"http://www.concordmonitor.com/apps/pbcs.dll/section?Category=RSS05&mime=xml&omniture=0",
"http://feeds.courant.com/Courant/NationWorld",
"http://www.coshoctontribune.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://feeds.baltimoresun.com/baltimoresun/entertainment/galleriesmuseums/bal-artcolumn-rss2.0.xml",
"http://www.charlotte.com/309/index.xml",
"http://www.crosscut.com/module/feed/rss/topic/health-medicine/",
"http://www.centredaily.com/news/weird_news/index.xml",
"http://syndication.boston.com/news/globe/editorial_opinion/oped/jackson?mode=rss_10",
"http://extras.mnginteractive.com/live/xsl/memv/xml/563_most_viewed_rss.xml",
"http://courierpostonline.com/apps/pbcs.dll/section?Category=RSS02&mime=xml",
"http://feeds.feedburner.com/uponfurtherreview/",
"http://www.legacy.com/services/obitrss.asp?Source=Daily-Chronicle",
"http://www.crossville-chronicle.com/columns/resources_rsssection.xml",
"http://www.buffalonews.com/119/index.rss",
"http://www.courierpress.com/feeds/headlines/opinion/",
"http://home.businesswire.com/portal/site/home/index.jsp?beanStrID=bwrss&epi-content=GENERIC&epi-process=generic.jsp&rss=G1QFDERJXkJeEFpTXw==&viewID=headline_list_rss",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1917182.xml",
"http://www.packetonline.com/?rss=cranbury_press/lifestyle",
"http://www.corsicanadailysun.com/sports/resources_rsssection.xml",
"http://www.concordmonitor.com/apps/pbcs.dll/section?Category=RSS09&mime=xml&omniture=0",
"http://feeds.courant.com/Courant/AtHome",
"http://www.ctv.ca/generic/generated/freeheadlines/rdf/Entertainment.xml",
"http://feeds.baltimoresun.com/baltimoresun/news/opinion/rss2.0.xml",
"http://www.charlotte.com/146/index.xml",
"http://rss.cnn.com/rss/cnn_education.rss",
"http://www.centredaily.com/entertainment/index.xml",
"http://www.coshoctontribune.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://crainscleveland.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.dailyadvance.com/news/content/includes/rss/newswire.xml",
"http://syndication.boston.com/news?mode=rss_10",
"http://www.dailyfx.com/feeds/rss.xml?engine=rss+front",
"http://feeds.feedburner.com/chicagotribune/theseeker/",
"http://www.buffalonews.com/206/index.rss",
"http://www.dailycommercial.com/165_rss.xml",
"http://www.crosscut.com/module/feed/rss/topic/science-environment/",
"http://www.courierpress.com/feeds/headlines/entertainment/music/",
"http://www.packetonline.com/?rss=cranbury_press/obituaries",
"http://www.crossville-chronicle.com/statenews/resources_rsssection.xml",
"http://www.dailycamera.com/feeds/headlines/business/",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFtRXA==",
"http://www.times-news.com/obituaries/resources_rsssection.xml",
"http://www.dailyastorian.com/rss.xml",
"http://www.express.co.uk/rss/music.xml",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1916878.xml",
"http://www.dailycomet.com/apps/pbcs.dll/section?category=RSS&profile=1013&mime=xml",
"http://courierpostonline.com/apps/pbcs.dll/section?Category=RSS01&mime=xml",
"http://www.corsicanadailysun.com/entertainment/resources_rsssection.xml",
"http://www.cullmantimes.com/sports/resources_rsssection.xml",
"http://charlotte.creativeloafing.com/gyrobase/rss.xml?section=oid%3A7",
"http://extras.mnginteractive.com/live/xsl/memv/xml/136_most_viewed_rss.xml",
"http://feeds.courant.com/Courant/HighSchoolSports",
"http://www.concordmonitor.com/apps/pbcs.dll/section?Category=RSS04&mime=xml&omniture=0",
"http://www.ctv.ca/generic/generated/freeheadlines/rdf/Health.xml",
"http://rss.cnn.com/rss/cnn_ireports.rss",
"http://feeds.baltimoresun.com/baltimoresun/sports/bal-steroids-rss2.0.xml",
"http://www.charlotte.com/119/index.xml",
"http://www.centredaily.com/living/health/index.xml",
"http://syndication.boston.com/ae/theater_arts/temin?mode=rss_10",
"http://feeds.feedburner.com/chicagotribune/turnitup/",
"http://www.dailyadvance.com/news/content/includes/rss/news.xml",
"http://www.buffalonews.com/155/index.rss",
"http://www.dailycommercial.com/166_rss.xml",
"http://www.packetonline.com/?rss=cranbury_press/news",
"http://www.courierpress.com/feeds/headlines/features/",
"http://www.crosscut.com/module/feed/rss/topic/politics-government/",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFpTXA==",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1916838.xml",
"http://courierpostonline.com/apps/pbcs.dll/section?Category=RSS03&mime=xml",
"http://www.express.co.uk/rss/expresscomment.xml",
"http://www.dailycamera.com/feeds/headlines/news/",
"http://www.cullmantimes.com/editorials/resources_rsssection.xml",
"http://feeds.courant.com/Courant/Politics",
"http://www.times-news.com/entertainment/resources_rsssection.xml",
"http://www.crossville-chronicle.com/obituaries/resources_rsssection.xml",
"http://feeds.baltimoresun.com/baltimoresun/sports/football/rss2.0.xml",
"http://www.dailyherald.com/rss/rss.asp?section=news_top5",
"http://www.charlotte.com/308/index.xml",
"http://www.concordmonitor.com/apps/pbcs.dll/section?Category=RSS01&mime=xml&omniture=0",
"http://rss.cnn.com/rss/cnn_space.rss",
"http://www.ctv.ca/generic/generated/freeheadlines/rdf/Canada.xml",
"http://www.thedailylight.com/?rss=dailylight/news",
"http://www.heraldextra.com/feeds/RSS.091/opinion.php",
"http://www.dnronline.com/rss_top.php",
"http://feeds.iol.co.za/rss/feed_dailynews.rss",
"http://nymag.com/daily/intel/index.xml",
"http://www.dailyindependent.com/schools/resources_rsssection.xml",
"http://syndication.boston.com/ae/movies/burr?mode=rss_10",
"http://www.jdnews.com/common/rss/rss.php?cat=Special%20Reports",
"http://www.dailyadvance.com/news/content/includes/rss/sports.xml",
"http://feeds.feedburner.com/chicagotribune/cloutstreet/",
"http://feeds.dailykos.com/dailykos/index.xml",
"http://www.buffalonews.com/252/index.rss",
"http://www.dailylocal.com:80/WebApp/rssfeed?feed=/DLN/_RSSFeed/Opinions",
"http://www.courierpress.com/feeds/headlines/ebj/local/",
"http://www.dailycommercial.com/162_rss.xml",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1916836.xml",
"http://www.dailycamera.com/feeds/headlines/entertainment/",
"http://www.crosscut.com/module/feed/rss/topic/real-estate/",
"http://www.packetonline.com/?rss=cranbury_press/sports",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFtRXQ==",
"http://www.times-news.com/opinion/resources_rsssection.xml",
"http://www.express.co.uk/rss/dvd.xml",
"http://courierpostonline.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://feeds.courant.com/Courant/UConnHuskiesWomen",
"http://www.cullmantimes.com/opinion/resources_rsssection.xml",
"http://feeds.baltimoresun.com/baltimoresun/sports/tennis/rss2.0.xml",
"http://rss.cnn.com/rss/cnn_showbiz.rss",
"http://www.charlotte.com/307/index.xml",
"http://www.dnronline.com/rss_skyline.php",
"http://www.heraldextra.com/feeds/RSS.091/topstories.php",
"http://syndication.boston.com/sports/basketball/celtics/celtics_rss?mode=rss_10",
"http://www.dailyindependent.com/obituaries/resources_rsssection.xml",
"http://feeds.feedburner.com/dailymail/blackburn",
"http://www.jdnews.com/common/rss/rss.php?cat=Local%20Links",
"http://www.ctv.ca/generic/generated/freeheadlines/rdf/World.xml",
"http://www.thedailylight.com/?rss=dailylight/sports",
"http://www.dailyadvance.com/news/content/includes/rss/opinion.xml",
"http://www.buffalonews.com/261/index.rss",
"http://www.dailymail.co.uk/pages/xml/index.html?in_page_id=1867",
"http://www.dailycommercial.com/173_rss.xml",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1916846.xml",
"http://www.dailycamera.com/feeds/headlines/recreation/",
"http://www.courierpress.com/feeds/headlines/lifestyles/",
"http://www.express.co.uk/rss/expressyourself.xml",
"http://www.dailypostathenian.com/rss_sports.php",
"http://www.crosscut.com/module/feed/rss/topic/business-technology/",
"http://courierpostonline.com/apps/pbcs.dll/section?Category=RSS04&mime=xml",
"http://feeds.courant.com/Courant/UConnHuskiesMen",
"http://www.dailylocal.com:80/WebApp/rssfeed?feed=/DLN/_RSSFeed/Features",
"http://www.jacksonvilleprogress.com/features/resources_rsssection.xml",
"http://www.dailyrecord.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://www.charlotte.com/165/index.xml",
"http://www.dailyrecord.co.uk/news/uk-world-news/rss.xml",
"http://feeds.baltimoresun.com/baltimoresun/news/nationworld/bal-gaymarriage-rss2.0.xml",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFtRVQ==",
"http://rss.cnn.com/rss/cnn_latest.rss",
"http://new.vindy.com/rss/headlines/newswatch/",
"http://www.dnronline.com/rss_arts.php",
"http://www.heraldextra.com/feeds/RSS.091/nationworld.php",
"http://syndication.boston.com/news/globe/editorial_opinion/oped/lehigh?mode=rss_10",
"http://feeds.feedburner.com/dailymail/astonvilla",
"http://www.dailyindependent.com/localsports/resources_rsssection.xml",
"http://www.jdnews.com/common/rss/rss.php?cat=NIE",
"http://www.ctv.ca/generic/generated/freeheadlines/rdf/TopStories.xml",
"http://www.dailylocal.com:80/WebApp/rssfeed?feed=/DLN/_RSSFeed/BreakingNews",
"http://www.dailyadvance.com/news/content/includes/rss/features.xml",
"http://www.buffalonews.com/125/index.rss",
"http://feeds.news.com.au/public/rss/2.0/dtele_sports_afl_341.xml",
"http://www.dailymail.co.uk/pages/xml/index.html?in_page_id=1770&in_chn_id=1674&in_headlines=Y",
"http://www.express.co.uk/rss/features.xml",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1916876.xml",
"http://www.dailypostathenian.com/rss.php",
"http://www.dailycamera.com/feeds/headlines/lifestyles/",
"http://www.dailycommercial.com/164_rss.xml",
"http://www.crosscut.com/module/feed/rss/topic/lifestyle-leisure/",
"http://www.courierpress.com/feeds/headlines/health/local_health/",
"http://www.reflector.com/news/content/includes/rss/news.xml",
"http://feeds.courant.com/Courant/Food",
"http://www.jacksonvilleprogress.com/local/resources_rsssection.xml",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEVlZXw==",
"http://www.charlotte.com/112/index.xml",
"http://www.dailyrecord.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.dailyrecord.co.uk/entertainment/saturday/rss.xml",
"http://rss.cnn.com/rss/cnn_gupta.rss",
"http://feeds.baltimoresun.com/baltimoresun/sports/college/lacrosse/rss2.0.xml",
"http://www.dnronline.com/rss_sports.php",
"http://www.jdnews.com/common/rss/rss.php?cat=Business",
"http://feeds.feedburner.com/chicagosports_redcard/",
"http://syndication.boston.com/news/globe/business?mode=rss_10",
"http://feeds.bizjournals.com/bizj_dallas",
"http://www.dailyreportonline.com/Editorial/News/dr_rss.asp",
"http://www.thedailyreview.com/site/rss/?Daily%20and%20Sunday%20Review/News/News/Local%20Sports",
"http://www.heraldextra.com/feeds/RSS.091/sports.php",
"http://www.buffalonews.com/147/index.rss",
"http://www.dailymail.co.uk/pages/xml/index.html?in_page_id=1798",
"http://feeds.news.com.au/public/rss/2.0/dtele_business_226.xml",
"http://www.dailysentinel.com/news/content/includes/rss/opinion.xml",
"http://rss.mnginteractive.com/LIVE/CTPost/CTPost_1909090.xml",
"http://www.dailysouthtown.com/rss/news/index.xml",
"http://www.dailyindependent.com/local/resources_rsssection.xml",
"http://www.express.co.uk/rss/food.xml",
"http://www.dailypostathenian.com/rss_lifestyles.php",
"http://www.dailycamera.com/feeds/headlines/sports/",
"http://www.crosscut.com/module/feed/rss/topic/travel/",
"http://www.reflector.com/news/content/includes/rss/newswire.xml",
"http://www.courierpress.com/feeds/headlines/news/",
"http://feeds.courant.com/Courant/Commentary",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFtRWQ==",
"http://feeds.baltimoresun.com/baltimoresun/news/local/annearundel/rss2.0.xml",
"http://www.charlotte.com/141/index.xml",
"http://www.dailyrecord.co.uk/opinion/columnists/lifestyle/justjoan/rss.xml",
"http://rss.cnn.com/rss/cnn_exchangenotebook.rss",
"http://www.dailylocal.com:80/WebApp/rssfeed?feed=/DLN/_RSSFeed/TopStories",
"http://www.jdnews.com/common/rss/rss.php?cat=Break",
"http://feeds.feedburner.com/dailymail/JaciStephen",
"http://www.dnronline.com/rss_opinion.php",
"http://www.dallasnews.com/newskiosk/rss/dallasnewslocalnewstrans.xml",
"http://www.buffalonews.com/127/index.rss",
"http://feeds.news.com.au/public/rss/2.0/dtele_nswact_225.xml",
"http://www.dailymail.co.uk/pages/xml/index.html?in_page_id=1787",
"http://www.dailysouthtown.com/rss/lifestyles/index.xml",
"http://rss.mnginteractive.com/LIVE/CTPost/CTPost_1909000.xml",
"http://www.dailysentinel.com/news/content/includes/rss/newswire.xml",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFpQXA==",
"http://www.express.co.uk/rss/entertainment.xml",
"http://www.thedailyreview.com/site/rss/?Daily%20and%20Sunday%20Review/News/News/HomeLife%20Special",
"http://syndication.boston.com/news/local/connecticut?mode=rss_10",
"http://www.crosscut.com/module/feed/rss/topic/arts/",
"http://www.reflector.com/news/content/includes/rss/policeblotter.xml",
"http://feeds.courant.com/Courant/CollegeSports",
"http://www.dailycamera.com/feeds/headlines/opinion/",
"http://feeds.baltimoresun.com/baltimoresun/business/investing/rss2.0.xml",
"http://rss.cnn.com/rss/cnn_situationreport.rss",
"http://www.dailylocal.com:80/WebApp/rssfeed?feed=/DLN/_RSSFeed/Obituaries",
"http://www.jacksonvilleprogress.com/sports/resources_rsssection.xml",
"http://www.charlotte.com/300/index.xml",
"http://www.dailyrecord.co.uk/motoring/roadrecord/rss.xml",
"http://syndication.boston.com/ae/theater_arts/siegel?mode=rss_10",
"http://feeds.feedburner.com/dailymail/middlesbrough",
"http://www.jdnews.com/common/rss/rss.php?cat=Visions",
"http://www.dallasnews.com/newskiosk/rss/dallasnewslocalnews.xml",
"http://www.dnronline.com/rss_flavor.php",
"http://www.buffalonews.com/190/index.rss",
"http://feeds.news.com.au/public/rss/2.0/dtele_sports_cricket_343.xml",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1917184.xml",
"http://www.dailysentinel.com/news/content/includes/rss/news.xml",
"http://www.dailymail.co.uk/pages/xml/index.html?in_page_id=1889",
"http://www.thedailyreview.com/site/rss/?Daily%20and%20Sunday%20Review/News/News/Local%20News",
"http://www.dailysouthtown.com/rss/business/index.xml",
"http://www.dailyindependent.com/Lifestyles/resources_rsssection.xml",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFpRVA==",
"http://www.express.co.uk/rss/health.xml",
"http://www.dailylocal.com:80/WebApp/rssfeed?feed=/DLN/_RSSFeed/Business",
"http://feeds.baltimoresun.com/baltimoresun/technology/rss2.0.xml",
"http://www.charlotte.com/306/index.xml",
"http://www.reflector.com/news/content/includes/rss/opinion.xml",
"http://feeds.courant.com/Courant/OpEd",
"http://www.dailyrecord.co.uk/entertainment/therazz/rss.xml",
"http://www.jdnews.com/common/rss/rss.php?cat=Columns",
"http://syndication.boston.com/news/globe/education?mode=rss_10",
"http://feeds.feedburner.com/dailymail/ScienceandTech",
"http://www.dallasnews.com/newskiosk/rss/dallasnewshorseracingcol.xml",
"http://www.buffalonews.com/118/index.rss",
"http://www.thedailyreview.com/site/rss/?Daily%20and%20Sunday%20Review/News/News/Obituary%20Archives",
"http://feeds.news.com.au/public/rss/2.0/dtele_top_stories_253.xml",
"http://www.dailymail.co.uk/pages/xml/index.html?in_page_id=1773",
"http://rss.mnginteractive.com/LIVE/CTPost/CTPost_1909088.xml",
"http://www.express.co.uk/rss/city.xml",
"http://www.dailysouthtown.com/rss/sports/index.xml",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEVlZWA==",
"http://www.dailysentinel.com/news/content/includes/rss/sports.xml",
"http://feeds.baltimoresun.com/baltimoresun/business/bal-columnist-hancock-rss2.0.xml",
"http://www.charlotte.com/290/index.xml",
"http://www.reflector.com/news/content/includes/rss/sports.xml",
"http://feeds.courant.com/Courant/ConnecticutNews",
"http://rss.cnn.com/rss/cnn_offbeat.rss",
"http://www.dailylocal.com:80/WebApp/rssfeed?feed=/DLN/_RSSFeed/Sports",
"http://www.dailyrecord.co.uk/sexandhealth/vital/rss.xml",
"http://feeds.feedburner.com/dailymail/HorseRacing",
"http://syndication.boston.com/yourlife/family/meltz?mode=rss_10",
"http://www.jdnews.com/common/rss/rss.php?cat=Community",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsprairie.xml",
"http://www.buffalonews.com/148/index.rss",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1916854.xml",
"http://www.express.co.uk/rss/books.xml",
"http://feeds.news.com.au/public/rss/2.0/dtele_sport_203.xml",
"http://www.dailymail.co.uk/pages/xml/index.html?in_page_id=1770",
"http://feeds.baltimoresun.com/baltimoresun/sports/soccer/rss2.0.xml",
"http://www.charlotte.com/155/index.xml",
"http://www.reflector.com/news/content/includes/rss/business.xml",
"http://www.dailysouthtown.com/rss/entertainment/index.xml",
"http://feeds.courant.com/Courant/Travel",
"http://rss.cnn.com/rss/cnn_freevideo.rss",
"http://www.dailyrecord.co.uk/sport/racing/rss.xml",
"http://syndication.boston.com/ae/theater_arts/kennedy?mode=rss_10",
"http://feeds.feedburner.com/dailymail/derby",
"http://www.jdnews.com/common/rss/rss.php?cat=Blotter",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscollin.xml",
"http://www.buffalonews.com/159/index.rss",
"http://feeds.news.com.au/public/rss/2.0/dtele_sports_nrl_345.xml",
"http://www.express.co.uk/rss/yourmoney.xml",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1916856.xml",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEF5XWA==",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFpQVQ==",
"http://www.charlotte.com/294/index.xml",
"http://feeds.baltimoresun.com/baltimoresun/sports/bal-flipside-rss2.0.xml",
"http://www.reflector.com/news/content/includes/rss/ecusports.xml",
"http://feeds.courant.com/Courant/Business",
"http://www.dailymail.co.uk/pages/xml/index.html?in_page_id=1779",
"http://syndication.boston.com/news/local/walker?mode=rss_10",
"http://feeds.feedburner.com/dailymail/portsmouth",
"http://www.dallasnews.com/newskiosk/rss/dallasnewslbiro.xml",
"http://rss.cnn.com/rss/cnn_tech.rss",
"http://www.jdnews.com/common/rss/rss.php?cat=Special%20Events",
"http://www.dailyrecord.co.uk/sport/football/rss.xml",
"http://www.buffalonews.com/151/index.rss",
"http://www.dailymail.co.uk/pages/xml/index.html?in_page_id=1774",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1916880.xml",
"http://feeds.news.com.au/public/rss/2.0/dtele_entertainment_news_201.xml",
"http://www.express.co.uk/rss/fashionandbeauty.xml",
"http://www.news-journalonline.com/rss/business-headlines.xml",
"http://feeds.baltimoresun.com/baltimoresun/news/local/baltimore_county/rss2.0.xml",
"http://www.charlotte.com/140/index.xml",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFpQWQ==",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolcmnelson.xml",
"http://feeds.feedburner.com/dailymail/sunderland",
"http://syndication.boston.com/ae/movies/movies_rss_feed/?mode=rss_10",
"http://www.buffalonews.com/204/index.rss",
"http://www.jdnews.com/common/rss/rss.php?cat=50th%20Anniversary",
"http://feeds.bizjournals.com/bizj_dayton",
"http://rss.cnn.com/rss/cnn_politicalticker.rss",
"http://feeds.news.com.au/public/rss/2.0/dtele_business_breaking_news_340.xml",
"http://www.express.co.uk/rss/motoring.xml",
"http://www.dailymail.co.uk/pages/xml/index.html?in_page_id=1909",
"http://www.news-journalonline.com/rss/news-headlines.xml",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1916862.xml",
"http://www.legacy.com/services/obitrss.asp?Source=Dayton&cxntlid=legacy",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFpRVQ==",
"http://www.charlotte.com/289/index.xml",
"http://feeds.baltimoresun.com/baltimoresun/entertainment/news/rss2.0.xml",
"http://rss.dallasobserver.com/php/rss/rss.php?section=default",
"http://www.dallasnews.com/newskiosk/rss/dallasnewslocalnewsgooddeeds.xml",
"http://syndication.boston.com/business/technology?mode=rss_10",
"http://feeds.feedburner.com/dailymail/MailOnlineRugbyLeague",
"http://www.buffalonews.com/258/index.rss",
"http://www.pioneerlocal.com/deerfield/rss/business/index.xml",
"http://www.jdnews.com/common/rss/rss.php?cat=Election",
"http://feeds.bizjournals.com/bizj_denver",
"http://rss.cnn.com/rss/cnn_warpcnn.rss",
"http://feeds.news.com.au/public/rss/2.0/dtele_sports_rugby_union_342.xml",
"http://www.dailymail.co.uk/pages/xml/index.html?in_page_id=1849",
"http://www.express.co.uk/rss/gardening.xml",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1916852.xml",
"http://www.daytondailynews.com/l/content/oh/services/rss/ddn/living.xml",
"http://www.legacy.com/services/obitrss.asp?Source=Herald-Review",
"http://www.charlotte.com/151/index.xml",
"http://feeds.baltimoresun.com/baltimoresun/technology/bal-columnist-himowitz-rss2.0.xml",
"http://www.duncanbanner.com/education/resources_rsssection.xml",
"http://www.economist.com/rss/economics_rss.xml",
"http://www.eastvalleytribune.com/page/xml/evt_section1.xml",
"http://www.durangoherald.com/rss/news.asp",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolkrenfrow.xml",
"http://syndication.boston.com/news/globe/living/athome?mode=rss_10",
"http://www.beacononlinenews.com/rss/rss.xml",
"http://www.delcotimes.com:80/WebApp/rssfeed?feed=/DCT/_RSSFeed/Opinions",
"http://www.tylerpaper.com/apps/pbcs.dll/section?category=RSS01&cat=OBITUARY01&mime=xml",
"http://www.buffalonews.com/109/index.rss",
"http://www.pioneerlocal.com/desplaines/rss/news/index.xml",
"http://www.jdnews.com/common/rss/rss.php?cat=Briefs",
"http://www.tdn.com/?rss=editorial",
"http://feeds.feedburner.com/dailymail/bolton",
"http://home.hamptonroads.com/rss/feeds.cfm?ss=Editorial",
"http://feeds.bizjournals.com/bizj_eastbay",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEVlZWQ==",
"http://www.express.co.uk/rss/money.xml",
"http://www.desertdispatch.com/common/rss/rss.php?cat=News",
"http://feeds.news.com.au/public/rss/2.0/dtele_world_news_204.xml",
"http://rss.mnginteractive.com/live/DailyNews/DailyNews_1885134.xml",
"http://www.derrynews.com/opinion/resources_rsssection.xml",
"http://www.freep.com/apps/pbcs.dll/section?category=RSS&mime=xml",
"http://www.detnews.com/feeds/rss29.xml",
"http://www.news-journalonline.com/rss/news-local.xml",
"http://www.daytondailynews.com/n/content/oh/services/rss/ddn/business.xml",
"http://www.dailymail.co.uk/pages/xml/index.html?in_page_id=1781",
"http://detnews.com/feeds/rss06.xml",
"http://delrionewsherald.com/rss-feed.lasso?section=obituaries",
"http://www.devilslakejournal.com/?rss=obituaries",
"http://www.desmoinesregister.com/apps/pbcs.dll/section?category=RSS01&mime=xml",
"http://www.charlotte.com/145/index.xml",
"http://deseretnews.com/dn/wir/index.rss",
"http://feeds.baltimoresun.com/baltimoresun/sports/olympics/rss2.0.xml",
"http://www.democracynow.org/democracynow.rss",
"http://www.dispatch.com/dispatch/static/crt/2_rss_health.xml",
"http://feeds.eonline.com/eonline/movienews",
"http://www.eagletribune.com/pulife/resources_etp_rss_section.xml",
"http://www.dailypilot.com/?rss=education",
"http://feeds.drudge.com/retort?format=xml",
"http://www.glendalenewspress.com/?rss=education",
"http://www.pennlive.com/patriotnewsupdates/atom/",
"http://www.duncanbanner.com/sports/resources_rsssection.xml",
"http://www.dothaneagle.com/gulfcoasteast/dea/rss/editorials.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolsblow.xml",
"http://feeds.feedburner.com/chicagotribune/thetheaterloop/",
"http://syndication.boston.com/news/globe/city_region/globenorth?mode=rss_10",
"http://www.buffalonews.com/203/index.rss",
"http://www.pioneerlocal.com/deerfield/rss/entertainment/index.xml",
"http://www.jdnews.com/common/rss/rss.php?cat=Top%20Story",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1916760.xml",
"http://www.freep.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://www.express.co.uk/rss/news.xml",
"http://www.delcotimes.com:80/WebApp/rssfeed?feed=/DCT/_RSSFeed/Features",
"http://www.detnews.com/feeds/rss36.xml",
"http://www.devilslakejournal.com/?rss=sports",
"http://detnews.com/feeds/rss19.xml",
"http://www.charlotte.com/152/index.xml",
"http://rss.eastbayexpress.com/php/rss/rss.php?section=default",
"http://www.news-journalonline.com/rss/sports-headlines.xml",
"http://feeds.baltimoresun.com/baltimoresun/news/local/bal-columnist-vozzella-rss2.0.xml",
"http://www.desertdispatch.com/common/rss/rss.php?cat=Breaking%20News",
"http://www.eastvalleytribune.com/page/xml/evt_section7.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsnorthwest.xml",
"http://www.eagletribune.com/punewshh/resources_etp_rss_section.xml",
"http://www.digg.com/rss/index.xml",
"http://feeds.eonline.com/eonline/awful",
"http://www.dailymail.co.uk/pages/xml/index.html?in_page_id=1771",
"http://syndication.boston.com/news/globe/ideas?mode=rss_10",
"http://delrionewsherald.com/rss-feed.lasso?section=news",
"http://www.buffalonews.com/123/index.rss",
"http://www.dothaneagle.com/gulfcoasteast/dea/rss/localnews.xml",
"http://www.daytondailynews.com/n/content/oh/services/rss/ddn/localnews.xml",
"http://www.edmondsun.com/schools/resources_rsssection.xml",
"http://www.jdnews.com/common/rss/rss.php?cat=Neighbors",
"http://www.pioneerlocal.com/deerfield/rss/news/index.xml",
"http://www.derrynews.com/obituaries/resources_rsssection.xml",
"http://www.express.co.uk/rss/theatre.xml",
"http://www.detnews.com/feeds/rss31.xml",
"http://feeds.news.com.au/public/rss/2.0/dtele_national_news_202.xml",
"http://www.dispatch.com/dispatch/static/crt/2_rss_business.xml",
"http://www.efluxmedia.com/news-rss-c_id-9.html",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1917116.xml",
"http://www.devilslakejournal.com/?rss=community",
"http://www.guardian.co.uk/rssfeed/0,,8,00.xml",
"http://www.freep.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.tylerpaper.com/apps/pbcs.dll/section?category=RSS01&cat=OPINION01&mime=xml",
"http://deseretnews.com/dn/index.rss",
"http://www.desmoinesregister.com/apps/pbcs.dll/section?category=RSS02&mime=xml",
"http://www.durangoherald.com/rss/sports.asp",
"http://www.desertdispatch.com/common/rss/rss.php?cat=Opinion",
"http://detnews.com/feeds/rss14.xml",
"http://www.delcotimes.com:80/WebApp/rssfeed?feed=/DCT/_RSSFeed/TopStories",
"http://www.charlotte.com/292/index.xml",
"http://home.businesswire.com/portal/site/home/index.jsp?epi-content=GENERIC&epi-process=generic.jsp&beanStrID=bwrss&viewID=headline_list_rss&rss=G1QFDERJXkJeEFxXVA==",
"http://feeds.feedburner.com/dp-news-local",
"http://www.eastvalleytribune.com/page/xml/evt_section19.xml",
"http://www.news-journalonline.com/rss/opinion-editorials.xml",
"http://feeds.baltimoresun.com/baltimoresun/travel/rss2.0.xml",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewsfdluxesnapped.xml",
"http://feeds.feedburner.com/dailymail/AmericanSports",
"http://www.drafthistory.com/index.php?/weblog/rss_2.0/",
"http://www.eagletribune.com/puopinion/resources_etp_rss_section.xml",
"http://feeds.eonline.com/eonline/celebnews",
"http://www.dailymail.co.uk/pages/xml/index.html?in_page_id=1799",
"http://extras.mnginteractive.com/live/xsl/memv/xml/525_most_viewed_rss.xml",
"http://community.emeraldcoast.com/rssfeeds/community.xml",
"http://www.buffalonews.com/154/index.rss",
"http://www.dothaneagle.com/gulfcoasteast/dea/rss/lifestyles.xml",
"http://www.derrynews.com/sports/resources_rsssection.xml",
"http://www.jdnews.com/common/rss/rss.php?cat=Sports",
"http://www.daytondailynews.com/o/content/oh/services/rss/ddn/opinions.xml",
"http://delrionewsherald.com/rss-feed.lasso?section=sports",
"http://www.nwi.com/?rss=/entertainment/entertainment",
"http://www.globegazette.com/?rss=entertainment",
"http://www.glendalenewspress.com/?rss=entertainment",
"http://obsentinel.womacknewspapers.com/?rss=entertainment",
"http://www.nwaonline.net/?rss=entertainment",
"http://www.edmondsun.com/obituaries/resources_rsssection.xml",
"http://www.svherald.com/?rss=entertainment",
"http://www.pioneerlocal.com/desplaines/rss/entertainment/index.xml",
"http://www.dailypilot.com/?rss=entertainment",
"http://www.jacksonvillepatriot.com/?rss=entertainment",
"http://www.journalgazette.net/apps/pbcs.dll/section?Category=ENT05&mime=xml",
"http://www.lakesunleader.com/?rss=entertainment",
"http://feeds.news.com.au/public/rss/2.0/dtele_sports_soccer_344.xml",
"http://www.congoo.com/feed/newschannelsfeed.aspx?chid=4&catid=-1",
"http://www.express.co.uk/rss/crusader.xml",
"http://www.detnews.com/feeds/rss07.xml",
"http://syndication.boston.com/news/globe/city_region/globesouth?mode=rss_10",
"http://www.dispatch.com/dispatch/static/crt/2_rss_editorials.xml",
"http://www.economist.com/rss/europe_rss.xml",
"http://www.duncanbanner.com/lifestyles/resources_rsssection.xml",
"http://rss.mnginteractive.com/live/DenverPost/DPO_1909652.xml",
"http://www.efluxmedia.com/news-rss-c_id-8.html",
"http://www.devilslakejournal.com/?rss=news",
"http://www.freep.com/apps/pbcs.dll/section?category=rss14&mime=xml",
"http://uk.news.yahoo.com/rss/fc/euthanasia.xml",
"http://deseretnews.com/dn/edt/index.rss",
"http://detnews.com/feeds/rss25.xml",
"http://www.desertdispatch.com/common/rss/rss.php?cat=Sports",
"http://www.charlotte.com/137/index.xml",
"http://www.delcotimes.com:80/WebApp/rssfeed?feed=/DCT/_RSSFeed/Obituaries",
"http://www.dallasnews.com/newskiosk/rss/dallasnewslatestnews.xml",
"http://www.news-journalonline.com/rss/news-politics.xml",
"http://www.einnews.com/rss/india/newsfeed-india-business",
"http://feeds.baltimoresun.com/sports_custom_steele",
"http://feeds.feedburner.com/dailymail/MailonSundayHomepage",
"http://www.elynews.com/?rss=lifestyle",
"http://syndication.boston.com/business/columnists/bailey?mode=rss_10",
"http://www.buffalonews.com/103/index.rss",
"http://www.pioneerlocal.com/desplaines/rss/lifestyles/index.xml",
"http://www.jdnews.com/common/rss/rss.php?cat=News",
"http://www.eagletribune.com/punewsnh/resources_etp_rss_section.xml",
"http://feeds.eonline.com/EOnline-WhatsHot",
"http://www.emporiagazette.com/rss/headlines/local/",
"http://www.enidnews.com/obituaries/resources_rsssection.xml",
"http://www.globegazette.com/?rss=ent_music",
"http://www.daytondailynews.com/n/content/oh/services/rss/ddn/z7.xml",
"http://www.dothaneagle.com/gulfcoasteast/dea/rss/sports.xml",
"http://www.edmondsun.com/local/resources_rsssection.xml",
"http://www.express.co.uk/rss/haveyoursay.xml",
"http://www.eastvalleytribune.com/page/xml/evt_section2.xml",
"http://feeds.ew.com/entertainmentweekly/top5",
"http://www.detnews.com/feeds/rss30.xml",
"http://feeds.news.com.au/public/rss/2.0/dtele_lifestyle_227.xml",
"http://www.devilslakejournal.com/?rss=breaking_news",
"http://www.eurekalert.org/rss/infectious_emerging_diseases.xml",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1917916.xml",
"http://www.dailymail.co.uk/pages/xml/index.html?in_page_id=1780",
"http://www.newtondailynews.com/?rss=entertainment",
"http://www.dispatch.com/dispatch/static/crt/2_rss_science.xml",
"http://detnews.com/feeds/rss20.xml",
"http://www.efluxmedia.com/news-rss-c_id-3.html",
"http://www.freep.com/apps/pbcs.dll/section?category=rss20&mime=xml",
"http://deseretnews.com/dn/biz/index.rss",
"http://sports.espn.go.com/espn/rss/news",
"http://en.epochtimes.com/rss/etChina.xml",
"http://www.duncanbanner.com/local/resources_rsssection.xml",
"http://www.sonomanews.com/?rss=entertainment",
"http://press.jrc.it/rss?type=clusters&language=en",
"http://www.desertdispatch.com/common/rss/rss.php?cat=Top%20Story",
"http://www.siouxcityjournal.com/?rss=entertainment/local/",
"http://www.myfoxtampabay.com/myfox/rss_servlet?sectionId=70001&siteId=1018",
"http://www.thisislondon.co.uk/showbiz/rss/?ito=1588",
"http://www.charlotte.com/408/index.xml",
"http://www.delcotimes.com:80/WebApp/rssfeed?feed=/DCT/_RSSFeed/Business",
"http://www.nwaonline.net/?rss=etcetera",
"http://feeds.baltimoresun.com/baltimoresun/sports/highschool/bal-hsagate-rss2.0.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolrjones.xml",
"http://feeds.feedburner.com/dp-opinion",
"http://www.news-journalonline.com/rss/ent-headlines.xml",
"http://www.elynews.com/?rss=obituaries",
"http://syndication.boston.com/business/technology/bray?mode=rss_10",
"http://www.buffalonews.com/210/index.rss",
"http://www.eagletribune.com/purecord/resources_etp_rss_section.xml",
"http://www.jdnews.com/common/rss/rss.php?cat=Events",
"http://www.emporiagazette.com/rss/headlines/esu/",
"http://www.globegazette.com/?rss=ent_movies",
"http://www.pioneerlocal.com/evanston/rss/entertainment/index.xml",
"http://www.enidnews.com/dailyrecord/resources_rsssection.xml",
"http://feeds.eonline.com/eonline/musicnews",
"http://www.daytondailynews.com/s/content/oh/services/rss/ddn/sports.xml",
"http://www.express.co.uk/rss/dayandnight.xml",
"http://www.detnews.com/feeds/rss02.xml",
"http://feeds.news.com.au/public/rss/2.0/dtele_breaking_news_199.xml",
"http://www.freep.com/apps/pbcs.dll/section?category=rss15&mime=xml",
"http://feeds.ew.com/entertainmentweekly/movies",
"http://www.edmondsun.com/columns/resources_rsssection.xml",
"http://rss.mnginteractive.com/live/DenverPost/DPO_1907919.xml",
"http://www.efluxmedia.com/news-rss-c_id-5.html",
"http://www.dailymail.co.uk/pages/xml/index.html?in_page_id=1811",
"http://www.eastvalleytribune.com/page/xml/evt_section5.xml",
"http://www.eurekalert.org/rss/cancer.xml",
"http://rss.al.com/syr_fearfollypolitics/index.rss",
"http://extras.mnginteractive.com/live/xsl/memv/xml/567_most_viewed_rss.xml",
"http://www.napavalleyregister.com/?rss=features/arts_and_entertainment",
"http://www.journalgazette.net/apps/pbcs.dll/section?Category=FEAT11&mime=xml",
"http://www.dispatch.com/dispatch/static/crt/2_rss_localnews.xml",
"http://en.epochtimes.com/rss/etLatest.xml",
"http://www.thisislondon.co.uk/clubbing/rss/?ito=1588",
"http://www.wcfcourier.com/?rss=features/lifestyles/",
"http://detnews.com/feeds/rss21.xml",
"http://www.desertdispatch.com/common/rss/rss.php?cat=Obituaries",
"http://www.delcotimes.com:80/WebApp/rssfeed?feed=/DCT/_RSSFeed/Sports",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsprosoccer.xml",
"http://feeds.feedburner.com/dailymail/BazBamigboye",
"http://www.charlotte.com/192/index.xml",
"http://www.elynews.com/?rss=news",
"http://www.herkimertelegram.com/?rss=obituaries",
"http://syndication.boston.com/news/local/massachusetts?mode=rss_10",
"http://www.buffalonews.com/260/index.rss",
"http://www.jdnews.com/common/rss/rss.php?cat=Listen",
"http://www.pioneerlocal.com/evanston/rss/news/index.xml",
"http://www.eveningtribune.com/?rss=news",
"http://www.examiner.com/rss/Examiner-sports.rss",
"http://feeds.eonline.com/eonline/topstories",
"http://www.emporiagazette.com/rss/headlines/",
"http://www.enidnews.com/sportscollege/resources_rsssection.xml",
"http://feeds.baltimoresun.com/baltimoresun/entertainment/movies/rss2.0.xml",
"http://www.daytondailynews.com/l/content/oh/services/rss/ddn/local_entertain.xml",
"http://www.fairfaxtimes.com/news/rss/latest/",
"http://www.edmondsun.com/sports/resources_rsssection.xml",
"http://www.express.co.uk/rss/columnists.xml",
"http://www.detnews.com/feeds/rss10.xml",
"http://www.thisislondon.co.uk/comedy/rss/?ito=1588",
"http://www.efluxmedia.com/news-rss-c_id-7.html",
"http://www.fcnp.com/index.php?option=com_rss&feed=RSS2.0&no_html=1",
"http://www.dailymail.co.uk/pages/xml/index.html?in_page_id=1766",
"http://detnews.com/feeds/rss16.xml",
"http://www.economist.com/rss/finance_and_economics_rss.xml",
"http://rss.mnginteractive.com/live/ContraCosta/CCN_1916768.xml",
"http://www.freep.com/apps/pbcs.dll/section?category=rss10&mime=xml",
"http://www.bgdailynews.com/?rss=features&fullstory=1",
"http://www.freeweekly.com/feed/",
"http://www.ft.com/rss/yourmoney/moneymaverick",
"http://www.fairfield-echo.com/n/content/oh/services/rss/fairfield-echo/news.xml",
"http://www.napavalleyregister.com/?rss=features/home_and_garden",
"http://feeds.ew.com/entertainmentweekly/latest",
"http://www.delcotimes.com:80/WebApp/rssfeed?feed=/DCT/_RSSFeed/BreakingNews",
"http://www.jg-tc.com/?rss=features/business",
"http://www.fergusfallsjournal.com/rss/headlines/",
"http://feministlawprofs.law.sc.edu/?feed=rss2",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsksherrington.xml",
"http://feeds.news.com.au/public/rss/2.0/dtele_entertainment_confidential_252.xml",
"http://www.eastvalleytribune.com/page/xml/evt_section6.xml",
"http://www.eurekalert.org/rss/technology_engineering.xml",
"http://www.charlotte.com/293/index.xml",
"http://feeds.baltimoresun.com/baltimoresun/sports/bal-columnist-eisenberg-rss2.0.xml",
"http://www.elynews.com/?rss=pinenut",
"http://syndication.boston.com/news/globe/ideas/freeman?mode=rss_10",
"http://www.buffalonews.com/199/index.rss",
"http://www.herkimertelegram.com/?rss=breaking_news",
"http://www.jdnews.com/common/rss/rss.php?cat=Liberty",
"http://www.enidnews.com/statenews/resources_rsssection.xml",
"http://www.nwaonline.net/?rss=food_nwa",
"http://www.journalgazette.net/apps/pbcs.dll/section?Category=FOOD03&mime=xml",
"http://www.eveningtribune.com/?rss=obituaries",
"http://www.pioneerlocal.com/evanston/rss/sports/index.xml",
"http://www.eagletribune.com/pubiz/resources_etp_rss_section.xml",
"http://www.examiner.com/rss/Examiner-top_news.rss",
"http://feeds.eonline.com/eonline/tvnews",
"http://www.eagletribune.com/pusports/resources_etp_rss_section.xml",
"http://www.emporiagazette.com/rss/headlines/crime/",
"http://www.edmondsun.com/business/resources_rsssection.xml",
"http://www.detnews.com/feeds/rss32.xml",
"http://www.express.co.uk/rss/tv.xml",
"http://feeds.feedburner.com/tbo/bestbets",
"http://detnews.com/feeds/rss13.xml",
"http://www.thisislondon.co.uk/bars/rss/?ito=1588",
"http://www.efluxmedia.com/news-rss.html",
"http://rss.mnginteractive.com/live/TimesStandard/TimesStandard_100002.xml",
"http://www.ft.com/rss/yourmoney/serious",
"http://www.dailymail.co.uk/pages/xml/index.html?in_page_id=1879",
"http://www.freep.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://www.fairfield-echo.com/n/content/oh/services/rss/fairfield-echo/sports.xml",
"http://www.napavalleyregister.com/?rss=features/community",
"http://rss.indiainfo.com/finance.xml",
"http://www.fltimes.com/?rss=news",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsgarland.xml",
"http://feeds.news.com.au/public/rss/2.0/fs_basketball_12.xml",
"http://feeds.baltimoresun.com/baltimoresun/news/nationworld/iraq/rss2.0.xml",
"http://www.firstcoastnews.com/rss/rss_sports.aspx",
"http://www.charlotte.com/310/index.xml",
"http://feeds.feedburner.com/chicagosports/basketballjoans/",
"http://www.elynews.com/?rss=opinion",
"http://www.miamiherald.com/621/index.xml",
"http://syndication.boston.com/news/globe/editorial_opinion?mode=rss_10",
"http://www.buffalonews.com/146/index.rss",
"http://www.herkimertelegram.com/?rss=sports",
"http://www.pioneerlocal.com/desplaines/rss/business/index.xml",
"http://www.fredericksburg.com/RSS/indexscript.xml",
"http://www.delcotimes.com:80/WebApp/rssfeed?feed=/DCT/_RSSFeed/NewsColumnists",
"http://www.floridatoday.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://www.jdnews.com/common/rss/rss.php?cat=Obituaries",
"http://www.eveningtribune.com/?rss=sports",
"http://www.forbes.com/energy/index.xml",
"http://www.examiner.com/rss/Examiner-world.rss",
"http://www.emporiagazette.com/rss/headlines/sports/",
"http://feeds.eonline.com/eonline/moviereviews",
"http://www.express.co.uk/rss/films.xml",
"http://www.detnews.com/feeds/rss33.xml",
"http://www.fox16.com/rss/316.rss",
"http://www.efluxmedia.com/news-rss-c_id-23.html",
"http://www.fosters.com/apps/pbcs.dll/section?category=rss10&mime=xml",
"http://www.forest-blade.com/news.xml",
"http://www.foxnews.com/xmlfeed/rss/0,4313,72,00.rss",
"http://detnews.com/feeds/rss26.xml",
"http://www.ft.com/rss/world/us",
"http://www.freep.com/apps/pbcs.dll/section?category=rss05&mime=xml",
"http://www.fox6.com/rss/802.rss",
"http://www.thisislondon.co.uk/news/rss/?ito=1588",
"http://www.enidnews.com/entertainment/resources_rsssection.xml",
"http://rss.mnginteractive.com/live/TimesStandard/TimesStandard_26.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsstars.xml",
"http://www.fltimes.com/?rss=sports",
"http://feeds.news.com.au/public/rss/2.0/fs_breaking_news_13.xml",
"http://www.fairfield-echo.com/n/content/oh/services/rss/fairfield-echo/living.xml",
"http://feeds.baltimoresun.com/baltimoresun/news/rss2.0.xml",
"http://feeds.feedburner.com/dailymail/tottenham",
"http://www.firstcoastnews.com/rss/rss_usworld.aspx",
"http://www.charlotte.com/312/index.xml",
"http://www.pbs.org/wgbh/pages/frontline/rss/video.xml",
"http://www.fresnobee.com/261/index.xml",
"http://www.pantagraph.com/?rss=freetime",
"http://www.floridatoday.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.kinston.com/common/rss/rss.php",
"http://www.buffalonews.com/174/index.rss",
"http://rss.france24.com/france24/en/france?format=xml",
"http://syndication.boston.com/news/globe/city_region/cityweekly?mode=rss_10",
"http://www.herkimertelegram.com/?rss=news",
"http://www.jdnews.com/common/rss/rss.php?cat=Opinion",
"http://www.pioneerlocal.com/elkgrove/rss/sports/index.xml",
"http://www.forbes.com/businesstech/index.xml",
"http://www.examiner.com/rss/Examiner-health.rss",
"http://www.eveningtribune.com/?rss=community",
"http://www.enidnews.com/localnews/resources_rsssection.xml",
"http://www.fredericksburg.com/RSS/rssObits.rss",
"http://www.elynews.com/?rss=announcements",
"http://www.express.co.uk/rss/sport.xml",
"http://www.detnews.com/feeds/rss03.xml",
"http://www.fosters.com/apps/pbcs.dll/section?category=rss11&mime=xml",
"http://www.economist.com/rss/full_print_edition_rss.xml",
"http://www.fox16.com/rss/320.rss",
"http://detnews.com/feeds/rss35.xml",
"http://www.efluxmedia.com/news-rss-c_id-4.html",
"http://www.foxnews.com/xmlfeed/rss/0,4313,81,00.rss",
"http://www.thisislondon.co.uk/arts/rss/?ito=1588",
"http://www.ft.com/rss/comment/analysis",
"http://www.freep.com/apps/pbcs.dll/section?category=rss13&mime=xml",
"http://home.hamptonroads.com/rss/feeds.cfm?s=Fun",
"http://feeds.cbsnews.com/CBSNewsGamecore",
"http://uk.news.yahoo.com/rss/fc/gay-rights.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolsparks.xml",
"http://rss.france24.com/france24/en/sports?format=xml",
"http://feeds.news.com.au/public/rss/2.0/fs_english_premier_league_246.xml",
"http://www.fox6.com/rss/801.rss",
"http://www.pbs.org/wgbh/pages/frontline/rss/files.xml",
"http://www.fltimes.com/?rss=obituaries",
"http://www.firstcoastnews.com/rss/rss_tech.aspx",
"http://www.gazetteonline.com/apps/pbcs.dll/section?category=rss07&mime=xml",
"http://feeds.baltimoresun.com/baltimoresun/business/bal-gasprices-rss2.0.xml",
"http://www.charlotte.com/129/index.xml",
"http://www.floridatoday.com/apps/pbcs.dll/section?category=rss07&mime=xml",
"http://syndication.boston.com/news/globe/pageone?mode=rss_10",
"http://www.buffalonews.com/186/index.rss",
"http://feeds.feedburner.com/dp-lifestyles",
"http://www.jdnews.com/common/rss/rss.php?cat=Weddings",
"http://www.fresnobee.com/274/index.xml",
"http://www.forbes.com/wallstreet/index.xml",
"http://www.elynews.com/?rss=sports",
"http://www.eveningtribune.com/?rss=breaking_news",
"http://www.examiner.com/rss/Examiner-technology.rss",
"http://www.enidnews.com/homes/resources_rsssection.xml",
"http://www.pioneerlocal.com/elkgrove/rss/entertainment/index.xml",
"http://www.myfoxtampabay.com/myfox/rss_servlet?sectionId=60001&siteId=1018",
"http://rss.mnginteractive.com/live/DailyNews/DailyNews_1885124.xml",
"http://www.detnews.com/feeds/rss27.xml",
"http://www.fosters.com/apps/pbcs.dll/section?category=rss4&mime=xml",
"http://www.economist.com/rss/globalisation_rss.xml",
"http://www.foxnews.com/xmlfeed/rss/0,4313,3,00.rss",
"http://detnews.com/feeds/rss22.xml",
"http://www.ft.com/rss/comment/columnists/lucykellaway",
"http://www.gadsdentimes.com/apps/pbcs.dll/section?Category=RSS&mime=xml",
"http://www.gainesvilleregister.com/sports/resources_rsssection.xml",
"http://www.efluxmedia.com/news-rss-c_id-2.html",
"http://www.freep.com/apps/pbcs.dll/section?category=rss17&mime=xml",
"http://www.fox16.com/rss/319.rss",
"http://www.gazette.com/common/rss/rss.php?cat=Headlines",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscoppell.xml",
"http://www.gastongazette.com/common/rss/rss.php?cat=Obituaries",
"http://feeds.news.com.au/public/rss/2.0/fs_cricket_15.xml",
"http://feeds.gawker.com/gawker/full",
"http://uk.news.yahoo.com/rss/fc/glastonbury-festival.xml",
"http://www.thisislondon.co.uk/home/rss/?ito=1588",
"http://feeds.feedburner.com/dailymail/BigBrother",
"http://www.firstcoastnews.com/rss/rss_entertainment.aspx",
"http://feeds.baltimoresun.com/baltimoresun/sports/basketball/rss2.0.xml",
"http://www.gazetteonline.com/apps/pbcs.dll/section?category=rss06&mime=xml",
"http://www.pbs.org/frontlineworld/rss/programs.xml",
"http://rss.france24.com/france24/en/science?format=xml",
"http://www.charlotte.com/150/index.xml",
"http://www.fox6.com/rss/804.rss",
"http://syndication.boston.com/news/local/spiritual_life?mode=rss_10",
"http://www.floridatoday.com/apps/pbcs.dll/section?category=rss06&mime=xml",
"http://www.buffalonews.com/104/index.rss",
"http://www.jdnews.com/common/rss/rss.php?cat=Engagements",
"http://www.forbes.com/services/index.xml",
"http://www.pioneerlocal.com/evanston/rss/business/index.xml",
"http://www.examiner.com/rss/Examiner-politics.rss",
"http://www.gjsentinel.com/news/content/includes/rss/newswire.xml",
"http://www.myfoxtampabay.com/myfox/rss_servlet?sectionId=50001&siteId=1018",
"http://www.glasgowdailytimes.com/features/resources_rsssection.xml",
"http://www.detnews.com/feeds/rss.xml",
"http://www.guardian.co.uk/rssfeed/0,,10,00.xml",
"http://www.fosters.com/apps/pbcs.dll/section?category=rss13&mime=xml",
"http://www.postindependent.com/apps/pbcs.dll/section?Category=rss06&mime=xml",
"http://www.gloucestertimes.com/pusports/resources_etp_rss_section.xml",
"http://www.foxnews.com/xmlfeed/rss/0,4313,4,00.rss",
"http://www.gainesvilleregister.com/local/resources_rsssection.xml",
"http://detnews.com/feeds/rss24.xml",
"http://www.ft.com/rss/companies/mideastafrica",
"http://extras.mnginteractive.com/live/xsl/memv/xml/140_most_viewed_rss.xml",
"http://www.gadsdentimes.com/apps/pbcs.dll/section?Category=RSS01&mime=xml",
"http://www.efluxmedia.com/news-rss-c_id-1.html",
"http://www.thisislondon.co.uk/restaurants/rss/?ito=1588",
"http://www.freep.com/apps/pbcs.dll/section?category=rss16&mime=xml",
"http://www.congoo.com/feed/newschannelsfeed.aspx?chid=22&catid=-1",
"http://www.tylerpaper.com/apps/pbcs.dll/section?category=RSS01&cat=NEWS09&mime=xml",
"http://www.pantagraph.com/?rss=health",
"http://www.gazette.com/common/rss/rss.php?cat=Business",
"http://www.fox16.com/rss/321.rss",
"http://www.dallasnews.com/newskiosk/rss/dallasnewssw.xml",
"http://www.courier-journal.com/apps/pbcs.dll/section?category=rss10&mime=xml",
"http://www.gastongazette.com/common/rss/rss.php?cat=Sports",
"http://golark.com/feeds/handle?id=20",
"http://home.hamptonroads.com/rss/feeds.cfm?ss=Health",
"http://rss.france24.com/france24/en/world?format=xml",
"http://feeds.news.com.au/public/rss/2.0/fs_top_stories_22.xml",
"http://feeds.feedburner.com/bunkermentality/",
"http://www.pbs.org/wgbh/pages/frontline/rss/programs.xml",
"http://feeds.baltimoresun.com/baltimoresun/business/bal-bgebills-rss2.0.xml",
"http://www.zwire.com/site/rss/?Harrison%20Daily%20Times/News/Harrison%20Daily%20Times/Top%20Stories%20%2D%20HDT",
"http://www.charlotte.com/164/index.xml",
"http://www.firstcoastnews.com/rss/rss_health.aspx",
"http://www.goerie.com/apps/pbcs.dll/section?category=RSS04&mime=xml&omniture=0",
"http://syndication.boston.com/ae/music/anderman?mode=rss_10",
"http://www.floridatoday.com/apps/pbcs.dll/section?category=rss08&mime=xml",
"http://www.buffalonews.com/161/index.rss",
"http://www.jdnews.com/common/rss/rss.php?cat=Outdoors",
"http://www.enidnews.com/sportslocal/resources_rsssection.xml",
"http://www.forbes.com/entrepreneurs/salesmarketing/index.xml",
"http://www.gosanangelo.com/feeds/headlines/sports/",
"http://www.goshennews.com/lifestyles/resources_rsssection.xml",
"http://gothamgazette.com/article_rss.php",
"http://www.greatfallstribune.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://www.goskagit.com/index.php/entertainment/rss_2.0",
"http://www.greeleytrib.com/apps/pbcs.dll/section?Category=rss07&mime=xml",
"http://www.packetonline.com/?rss=hillsborough_beacon/lifestyle",
"http://www.granma.cu/ingles/granmai_ingl.xml",
"http://feeds.greenwichtime.com/greenwichtime/entertainment",
"http://www.detnews.com/feeds/rss12.xml",
"http://www.fosters.com/apps/pbcs.dll/section?category=rss7&mime=xml",
"http://www.guardianabroad.co.uk/rss.xml",
"http://www.postindependent.com/apps/pbcs.dll/section?Category=rss04&mime=xml",
"http://www.guardian.co.uk/rss",
"http://www.foxnews.com/xmlfeed/rss/0,4313,80,00.rss",
"http://www.examiner.com/rss/Examiner-business.rss",
"http://detnews.com/feeds/rss15.xml",
"http://www.myfoxtampabay.com/myfox/rss_servlet?sectionId=20401&siteId=1018",
"http://www.skyhidailynews.com/apps/pbcs.dll/section?Category=rss07&mime=xml",
"http://www.ft.com/rss/companies/uk",
"http://www.efluxmedia.com/news-rss-c_id-21.html",
"http://www.gjsentinel.com/news/content/includes/rss/opinion.xml",
"http://www.thisislondon.co.uk/sport/rss/?ito=1588",
"http://www.thedailynews.cc/234_rss.xml",
"http://www.hanfordsentinel.com/?rss=news&title='HanfordSentinel.com%20News%20RSS%20Feed'&desc='bar'",
"http://www.enidnews.com/business/resources_rsssection.xml",
"http://hartfordbusiness.com/feeds/bycategory.php?luc=101",
"http://www.djc.com/cust/rss/rss2.php",
"http://www.hawaiireporter.com/rss/rss.xml",
"http://www.h2otown.info/node/feed",
"http://www.southshorexpress.com/2_rss.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolesimcik.xml",
"http://www.pioneerlocal.com/glencoe/rss/sports/index.xml",
"http://www.freep.com/apps/pbcs.dll/section?category=rss23&mime=xml",
"http://golark.com/feeds/handle?id=19",
"http://rss.france24.com/france24/en/africa?format=xml",
"http://hattiesburgamerican.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.gazette.com/common/rss/rss.php?cat=Life&subcat=Food",
"http://www.goupstate.com/apps/pbcs.dll/section?Category=RSS08&mime=xml",
"http://feeds.news.com.au/public/rss/2.0/heraldsun_world_216.xml",
"http://www.havenews.com/common/rss/rss.php?cat=Local",
"http://feeds.baltimoresun.com/baltimoresun/travel/beaches/rss2.0.xml",
"http://www.heraldandnews.com/?rss=featured_story",
"http://henryherald.com/306_rss.xml",
"http://www.heraldnet.com/section/rss04&mime=xml",
"http://www.hsconnect.com/rss/RSS-Sports.asp",
"http://www.greensburgdailynews.com/obituaries/resources_rsssection.xml",
"http://www.charlotte.com/365/index.xml",
"http://www.gastongazette.com/common/rss/rss.php?cat=Top%20Story",
"http://ap.hellomagazine.com/feeds/hello_atom.xml",
"http://www.gazetteonline.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://events.goupstate.com/todayrss.asp",
"http://www.glasgowdailytimes.com/opinion/resources_rsssection.xml",
"http://feeds.feedburner.com/BuzzMachine",
"http://syndication.boston.com/news/local/allis?mode=rss_10",
"http://www.floridatoday.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.buffalonews.com/176/index.rss",
"http://www.sharon-herald.com/obituaries/resources_rsssection.xml",
"http://www.gosanangelo.com/feeds/headlines/lifestyles/health/",
"http://www.jdnews.com/common/rss/rss.php?cat=Archive",
"http://www.forbes.com/news/index.xml",
"http://www.goerie.com/apps/pbcs.dll/section?category=RSS02&mime=xml&omniture=0",
"http://www.gloucestertimes.com/puopinion/resources_etp_rss_section.xml",
"http://www.greatfallstribune.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://www.pioneerlocal.com/glencoe/rss/entertainment/index.xml",
"http://www.greeleytrib.com/apps/pbcs.dll/section?Category=rss06&mime=xml",
"http://www.goskagit.com/index.php/community/rss_2.0",
"http://www.hillsborofreepress.com/component/option,com_rd_rss/id,5/",
"http://www.glasgowdailytimes.com/business/resources_rsssection.xml",
"http://www.packetonline.com/?rss=hillsborough_beacon/sports",
"http://www.hsvvoice.com/news.xml",
"http://www.hpj.com/Output.xml",
"http://feeds.bizjournals.com/bizj_houston",
"http://feeds.greenwichtime.com/greenwichtime/thedish",
"http://www.guardian.co.uk/rssfeed/0,15065,19,00.xml",
"http://www.detnews.com/feeds/rss11.xml",
"http://www.fosters.com/apps/pbcs.dll/section?category=rss5&mime=xml",
"http://greenvilleonline.com/apps/pbcs.dll/section?category=rss05&mime=xml",
"http://greenvilleonline.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://www.foxnews.com/xmlfeed/rss/0,4313,0,00.rss",
"http://www.postindependent.com/apps/pbcs.dll/section?Category=rss03&mime=xml",
"http://detnews.com/feeds/rss04.xml",
"http://www.gainesvilleregister.com/entertainment/resources_rsssection.xml",
"http://www.flyergroup.com/sports/resources_rsssection.xml",
"http://www.thisislondon.co.uk/music/rss/?ito=1588",
"http://www.ft.com/rss/indepth/arabisrael",
"http://www.skyhidailynews.com/apps/pbcs.dll/section?Category=rss10&mime=xml",
"http://www.gjsentinel.com/news/content/includes/rss/sports.xml",
"http://www.thedailynews.cc/11_rss.xml",
"http://www.goshennews.com/localsports/resources_rsssection.xml",
"http://www.hindustantimes.com/RSSFeed/RSSHeadlinePage.aspx?c=CricketFeatures",
"http://www.gloucestertimes.com/pulife/resources_etp_rss_section.xml",
"http://hartfordbusiness.com/feeds/bycategory.php?luc=105",
"http://www.southshorexpress.com/1_rss.xml",
"http://www.hgazette.com/health/resources_rsssection.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolmjacobs.xml",
"http://www.freep.com/apps/pbcs.dll/section?category=rss06&mime=xml",
"http://www.gazette.com/common/rss/rss.php?cat=Top%20Stories",
"http://feeds.news.com.au/public/rss/2.0/heraldsun_tech_215.xml",
"http://hattiesburgamerican.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://feeds.feedburner.com/dailymail/everton",
"http://feeds.baltimoresun.com/baltimoresun/news/local/bal-columnist-kane-rss2.0.xml",
"http://www.havenews.com/common/rss/rss.php?cat=Obituaries",
"http://golark.com/feeds/handle?id=17",
"http://www.charlotte.com/324/index.xml",
"http://www.heraldnet.com/section/rss06&mime=xml",
"http://www.hsconnect.com/rss/RSS-News.asp",
"http://www.heraldandnews.com/?rss=news_updates",
"http://www.gazetteonline.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.goupstate.com/apps/pbcs.dll/section?Category=RSS&mime=xml",
"http://henryherald.com/307_rss.xml",
"http://www.hollisterfreelance.com/rss/rss.asp",
"http://www.gainesvilleregister.com/obituaries/resources_rsssection.xml",
"http://www.thnt.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://rss.france24.com/france24/en/americas?format=xml",
"http://syndication.boston.com/news/globe/magazine?mode=rss_10",
"http://www.buffalonews.com/211/index.rss",
"http://news.bostonherald.com/rss.xml",
"http://www.gosanangelo.com/feeds/headlines/lifestyles/",
"http://www.forbes.com/enterprisetech/index.xml",
"http://www.pioneerlocal.com/grayslake/rss/business/index.xml",
"http://www.floridatoday.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://packetonline.com/?rss=hopewell_valley_news/sports",
"http://www.hometownlife.com/apps/pbcs.dll/section?category=rss42&mime=xml",
"http://www.greensburgdailynews.com/realestate/resources_rsssection.xml",
"http://www.goshennews.com/local/resources_rsssection.xml",
"http://www.goskagit.com/index.php/sports/rss_2.0",
"http://www.hillsborofreepress.com/component/option,com_rd_rss/id,6/",
"http://www.greeleytrib.com/apps/pbcs.dll/section?Category=rss01&mime=xml",
"http://www.greatfallstribune.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://www.houmatoday.com/apps/pbcs.dll/section?category=RSS&profile=1025&mime=xml",
"http://www.glasgowdailytimes.com/local/resources_rsssection.xml",
"http://www.flyergroup.com/obituaries/resources_rsssection.xml",
"http://www.packetonline.com/?rss=hillsborough_beacon/opinions",
"http://feeds.chron.com/houstonchronicle/texaspolitics",
"http://www.hgazette.com/sports/resources_rsssection.xml",
"http://www.chron.com/rss/nb/tomball/sports/index.rss",
"http://www.fosters.com/apps/pbcs.dll/section?category=rss9&mime=xml",
"http://www.guardian.co.uk/rssfeed/0,,16,00.xml",
"http://www.goerie.com/apps/pbcs.dll/section?category=RSS06&mime=xml&omniture=0",
"http://feeds.greenwichtime.com/greenwichtime/business",
"http://www.thehour.com/hour_rssfeed.rss",
"http://www.detnews.com/feeds/rss28.xml",
"http://detnews.com/feeds/rss05.xml",
"http://www.ft.com/rss/world/asiapacific/china/business",
"http://www.thisislondon.co.uk/theatre/rss/?ito=1588",
"http://www.skyhidailynews.com/apps/pbcs.dll/section?Category=rss05&mime=xml",
"http://www.foxnews.com/xmlfeed/rss/0,4313,2,00.rss",
"http://hartfordbusiness.com/feeds/bycategory.php?luc=102",
"http://www.hcnonline.com/site/rss/?Houston%20Community%20Newspapers%20Online/News/Katy%20Sun/Opinion",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscoljbenton.xml",
"http://www.freep.com/apps/pbcs.dll/section?category=rss19&mime=xml",
"http://rss.france24.com/france24/en/business?format=xml",
"http://feeds.news.com.au/public/rss/2.0/heraldsun_business_207.xml",
"http://www.hindustantimes.com/RSSFeed/RSSHeadlinePage.aspx?c=Views",
"http://feeds.baltimoresun.com/baltimoresun/sports/highschool/bal-columnist-kent-rss2.0.xml",
"http://feeds.feedburner.com/dailymail/tennis",
"http://golark.com/feeds/handle?id=8",
"http://www.havenews.com/common/rss/rss.php?cat=Top%20Story",
"http://www.pekintimes.com/?rss=community",
"http://www.newtondailynews.com/rss/",
"http://www.greensburgdailynews.com/food/resources_rsssection.xml",
"http://www.charlotte.com/118/index.xml",
"http://www.goerie.com/apps/pbcs.dll/section?category=RSS&mime=xml&omniture=0",
"http://henryherald.com/304_rss.xml",
"http://www.hsconnect.com/rss/RSS-Community.asp",
"http://www.heraldnet.com/section/rss02&mime=xml",
"http://www.gazetteonline.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://www.goupstate.com/apps/pbcs.dll/section?Category=RSS07&mime=xml",
"http://www.heraldandnews.com/?rss=sports",
"http://www.thnt.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://www.gazette.com/common/rss/rss.php?cat=Opinion",
"http://www.pbs.org/cringely/pulpit/rss2.xml",
"http://www.gloucestertimes.com/purecord/resources_etp_rss_section.xml",
"http://syndication.boston.com/news/globe/sports?mode=rss_10",
"http://www.buffalonews.com/166/index.rss",
"http://www.sharon-herald.com/breakingnews/resources_rsssection.xml",
"http://www.forbes.com/finance/retirementcollege/index.xml",
"http://www.gosanangelo.com/feeds/headlines/business/",
"http://www.pioneerlocal.com/grayslake/rss/entertainment/index.xml",
"http://www.idahostatesman.com/business/index.rss",
"http://packetonline.com/?rss=hopewell_valley_news/news",
"http://uk.news.yahoo.com/rss/fc/identity-fraud.xml",
"http://www.greatfallstribune.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.hometownlife.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.greeleytrib.com/apps/pbcs.dll/section?Category=rss05&mime=xml",
"http://www.hillsborofreepress.com/component/option,com_rd_rss/id,3/",
"http://www.glasgowdailytimes.com/obituaries/resources_rsssection.xml",
"http://www.packetonline.com/?rss=hillsborough_beacon/obituaries",
"http://www.flyergroup.com/statenews/resources_rsssection.xml",
"http://feeds.chron.com/houstonchronicle/nation",
"http://www.chron.com/rss/cookstour/index.rdf",
"http://greenvilleonline.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://www.detnews.com/feeds/rss34.xml",
"http://feeds.greenwichtime.com/greenwichtime/news/nationworld",
"http://www.fosters.com/apps/pbcs.dll/section?category=rss3&mime=xml",
"http://www.guardian.co.uk/rssfeed/0,,18,00.xml",
"http://www.hgazette.com/obituaries/resources_rsssection.xml",
"http://detnews.com/feeds/rss23.xml",
"http://www.hindustantimes.com/RSSFeed/RSSHeadlinePage.aspx?c=Chunk-HT-UI-HomePage-TopStories",
"http://www.foxnews.com/xmlfeed/rss/0,4313,69,00.rss",
"http://www.heraldtimesonline.com/rss/statenews.xml",
"http://www.thisislondon.co.uk/film/rss/?ito=1588",
"http://hartfordbusiness.com/feeds/bycategory.php?luc=100",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolmolivera.xml",
"http://www.hcnonline.com/site/rss/?Houston%20Community%20Newspapers%20Online/News/The%20Courier%20/Sports",
"http://www.goerie.com/apps/pbcs.dll/section?category=RSS01&mime=xml&omniture=0",
"http://www.freep.com/apps/pbcs.dll/section?category=rss18&mime=xml",
"http://feeds.news.com.au/public/rss/2.0/heraldsun_afl_205.xml",
"http://feeds.feedburner.com/dp-business-technology",
"http://rss.france24.com/france24/en/culture?format=xml",
"http://www.ft.com/rss/artsandweekend",
"http://www.effinghamherald.net/syndication/feeds/rss/1/",
"http://www.greensburgdailynews.com/business/resources_rsssection.xml",
"http://golark.com/feeds/handle?id=18",
"http://palatkadailynews.com/?rss=sports",
"http://feeds.baltimoresun.com/baltimoresun/news/local/bal-reminiscing-rss2.0.xml",
"http://www.coastalcourier.com/syndication/feeds/rss/12/",
"http://newmedia.gainesvilletimes.com/syndication/feeds/rss/75/",
"http://www.charlotte.com/323/index.xml",
"http://feeds.huffingtonpost.com/HP/entertainment",
"Sports from www.wgtndailynews.com",
"http://www.gazetteonline.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://www.heraldandnews.com/?rss=news/business",
"http://www.gazette.com/common/rss/rss.php?cat=Sports",
"http://www.huliq.com/rss.xml",
"http://www.humanevents.com/rss/thefrontpage.xml",
"http://www.idahopress.com/rss/?community",
"http://www.morrisdailyherald.com/?rss=news",
"http://www.hsconnect.com/RSS/RSS-Today.asp",
"http://www.heraldnet.com/section/rss07&mime=xml",
"http://www.thnt.com/apps/pbcs.dll/section?category=rss08&mime=xml",
"http://syndication.boston.com/sports/columnists/shaughnessy?mode=rss_10",
"http://www.buffalonews.com/212/index.rss",
"http://iafrica.com/content_feeds/news/sa/iafrica_sanews.xml",
"http://www.forbes.com/media/index.xml",
"http://www.idahostatesman.com/outdoors/index.rss",
"http://www.gosanangelo.com/feeds/headlines/entertainment/",
"http://www.sharon-herald.com/entertainment/resources_rsssection.xml",
"http://www.pioneerlocal.com/elkgrove/rss/news/index.xml",
"http://hsn.live.mediaspanonline.com/RSS/",
"http://henryherald.com/312_rss.xml",
"http://www.sharon-herald.com/opinion/resources_rsssection.xml",
"http://news.independent.co.uk/uk/legal/index.jsp?service=rss",
"http://www.greatfallstribune.com/apps/pbcs.dll/section?category=rss05&mime=xml",
"http://www.hometownlife.com/apps/pbcs.dll/section?category=rss24&mime=xml",
"http://www.greeleytrib.com/apps/pbcs.dll/section?Category=rss02&mime=xml",
"http://improbable.com/feed/",
"http://packetonline.com/?rss=hopewell_valley_news/opinions",
"http://greenvilleonline.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://feeds.chron.com/houstonchronicle/beltwayconfidential",
"http://www.chron.com/rss/life/food/recipeoftheweek/index.rss",
"http://www.detnews.com/feeds/rss01.xml",
"http://sport.independent.co.uk/index.jsp?service=rss",
"http://money.independent.co.uk/personal_finance/insurance/index.jsp?service=rss",
"http://www.independent.co.uk/index.jsp?service=rss",
"http://www.ft.com/rss/home/uk",
"http://www.independent.com/rss/headlines/opinion/",
"http://www.guardian.co.uk/rssfeed/0,,29,00.xml",
"http://detnews.com/feeds/rss17.xml",
"http://www.packetonline.com/?rss=hillsborough_beacon/news",
"http://www.glasgowdailytimes.com/sports/resources_rsssection.xml",
"http://feeds.iol.co.za/rss/feed_politics.rss",
"http://www.thisislondon.co.uk/events/rss/?ito=1588",
"http://www.greensburgdailynews.com/opinion/resources_rsssection.xml",
"http://www.heraldtimesonline.com/rss/local.xml",
"http://www.gloucestertimes.com/pubiz/resources_etp_rss_section.xml",
"http://www.fosters.com/apps/pbcs.dll/section?category=rss8&mime=xml",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewscolconsejos.xml",
"http://feeds.greenwichtime.com/greenwichtime/news/local",
"http://comment.independent.co.uk/leading_articles/index.jsp?service=rss",
"http://www.hindustantimes.com/RSSFeed/RSSHeadlinePage.aspx?c=India",
"http://arts.independent.co.uk/music/reviews/index.jsp?service=rss",
"http://hartfordbusiness.com/feeds/bycategory.php?luc=106",
"http://www.foxnews.com/xmlfeed/rss/0,4313,73,00.rss",
"http://golark.com/feeds/handle?id=22",
"http://feeds.news.com.au/public/rss/2.0/heraldsun_entertainment_208.xml",
"http://www.coastalcourier.com/syndication/feeds/rss/7/",
"http://www.freep.com/apps/pbcs.dll/section?category=rss12&mime=xml",
"http://rss.france24.com/france24/en/asia-pacific?format=xml",
"http://www.charlotte.com/124/index.xml",
"http://feeds.baltimoresun.com/baltimoresun/features/custom/unisun/rss2.0.xml",
"http://feeds.huffingtonpost.com/HP/media",
"http://www.heraldandnews.com/?rss=viewpoints/op-ed",
"http://www.gazette.com/common/rss/rss.php?cat=Entertainment",
"http://syndication.boston.com/news/globe/editorial_opinion/oped/carroll?mode=rss_10",
"http://www.heraldnet.com/section/rss05&mime=xml",
"http://www.humanevents.com/rss/viewfromtheright.xml",
"http://www.hsconnect.com/rss/RSS-Business.asp",
"http://www.thnt.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://www.buffalonews.com/107/index.rss",
"http://www.idahopress.com/rss/?breaking",
"http://www.pioneerlocal.com/gurnee/rss/business/index.xml",
"http://www.forbes.com/beltway/index.xml",
"http://iafrica.com/content_feeds/cooltech/iafrica_scitech.xml",
"http://www.gosanangelo.com/feeds/headlines/opinion/",
"http://greenvilleonline.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://education.independent.co.uk/graduate_options/index.jsp?service=rss",
"http://news.independent.co.uk/world/americas/index.jsp?service=rss",
"http://www.greeleytrib.com/apps/pbcs.dll/section?Category=rss04&mime=xml",
"http://www.sharon-herald.com/travel/resources_rsssection.xml",
"http://www.hometownlife.com/apps/pbcs.dll/section?category=rss18&mime=xml",
"http://extras.mnginteractive.com/live/xsl/memv/xml/203_most_viewed_rss.xml",
"http://www.economist.com/rss/indicators_rss.xml",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_1811117.xml",
"http://cms.ibj.com/ASPXPages/5CMSRSSFeeds/RSSChannel.aspx?ID=1",
"http://feeds.chron.com/houstonchronicle/hurricane",
"http://www.chron.com/rss/nb/katy/sports/index.rss",
"http://www.greensburgdailynews.com/local/resources_rsssection.xml",
"http://sport.independent.co.uk/golf/index.jsp?service=rss",
"http://www.independent.co.uk/living/food_and_drink/recipes/index.jsp?service=rss",
"http://www.detnews.com/feeds/rss09.xml",
"http://student.independent.co.uk/future/az-alevels/index.jsp?service=rss",
"http://www.ft.com/rss/markets/currencies",
"http://www.guardian.co.uk/rssfeed/0,,7,00.xml",
"http://money.independent.co.uk/personal_finance/tax/index.jsp?service=rss",
"http://www.independent.com/rss/headlines/sports/",
"http://arts.independent.co.uk/index.jsp?service=rss",
"http://feeds.iol.co.za/rss/feed_environment.rss",
"http://www.independentmail.com/feeds/headlines/sports/",
"http://detnews.com/feeds/rss18.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscowboys.xml",
"http://www.hindustantimes.com/RSSFeed/RSSHeadlinePage.aspx?c=World",
"http://feeds.greenwichtime.com/greenwichtime/sports",
"http://feeds.feedburner.com/dailymail/fulham",
"http://feeds.feedburner.com/gothamist",
"http://feeds.news.com.au/public/rss/2.0/fs_rugby_union_19.xml",
"http://golark.com/feeds/handle?id=21",
"http://www.heraldtimesonline.com/rss/opinion.xml",
"http://feeds.baltimoresun.com/baltimoresun/news/obituaries/rss2.0.xml",
"http://hartfordbusiness.com/feeds/bycategory.php?luc=103",
"http://www.coastalcourier.com/syndication/feeds/rss/34/",
"http://rss.france24.com/france24/en/europe?format=xml",
"http://www.fosters.com/apps/pbcs.dll/section?category=rss6&mime=xml",
"http://www.charlotte.com/123/index.xml",
"http://comment.independent.co.uk/commentators/yasmin_alibhai_brown/index.jsp?service=rss",
"http://syndication.boston.com/ae/celebrity/morestories/?mode=rss_10",
"http://www.forbes.com/forbeslife/vehicles/index.xml",
"http://www.thnt.com/apps/pbcs.dll/section?category=rss07&mime=xml",
"http://www.buffalonews.com/163/index.rss",
"http://www.idahostatesman.com/opinion/index.rss",
"http://iafrica.com/content_feeds/entertainment/news/iafrica_entertain_news.xml",
"http://www.islandgazette.net/content/index.php?option=com_rss&feed=RSS2.0&no_html=1",
"http://www.idahopress.com/rss/?hottopic",
"http://www.hsconnect.com/rss/RSS-Obituaries.asp",
"http://feeds.huffingtonpost.com/HP/business",
"http://www2.islandpacket.com/crss",
"http://www.gosanangelo.com/feeds/headlines/news/",
"http://www.pioneerlocal.com/deerfield/rss/sports/index.xml",
"http://www.heraldnet.com/section/rss03&mime=xml",
"http://education.independent.co.uk/careers_advice/engineering/index.jsp?service=rss",
"http://news.independent.co.uk/uk/index.jsp?service=rss",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_1813252.xml",
"http://www.innewsweekly.com/rss/HEALTH.rss",
"http://travel.independent.co.uk/americas/index.jsp?service=rss",
"http://www.philly.com/inquirer_health_science.rss",
"http://www.adaeveningnews.com/jacksonprogressargus/obituaries/resources_rsssection.xml",
"http://www.chron.com/rss/nb/bellaire/sports/index.rss",
"http://inrich.com/cva/ric/rss/sports_main_rss.xml",
"http://www.iht.com/rss/healthscience.xml",
"http://www.independent.co.uk/living/food_and_drink/index.jsp?service=rss",
"http://www.ft.com/rss/comment/mostread",
"http://feeds.chron.com/houstonchronicle/lhoffman",
"http://student.independent.co.uk/future/colleges/index.jsp?service=rss",
"http://www.economist.com/rss/international_rss.xml",
"http://www.sharon-herald.com/sports/resources_rsssection.xml",
"http://www.indyweek.com/gyrobase/Rss.xml?section=3504",
"http://feeds.bizjournals.com/bizj_jacksonville",
"http://extras.mnginteractive.com/live/xsl/memv/xml/181_most_viewed_rss.xml",
"http://feeds.iol.co.za/rss/feed_pretorianews.rss",
"http://www.guardian.co.uk/rssfeed/0,,1,00.xml",
"http://www.independentmail.com/feeds/headlines/lifestyle/",
"http://arts.independent.co.uk/theatre/reviews/index.jsp?service=rss",
"http://comment.independent.co.uk/commentators/steve_richards/index.jsp?service=rss",
"http://uk.news.yahoo.com/rss/fc/ipswich-murders.xml",
"http://money.independent.co.uk/property/index.jsp?service=rss",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsautomotorcycles.xml",
"http://www.juancole.com/rss.xml",
"http://feeds.news.com.au/public/rss/2.0/heraldsun_breakingnews_206.xml",
"http://www.hindustantimes.com/RSSFeed/RSSHeadlinePage.aspx?c=News",
"http://feeds.feedburner.com/dailymail/wigan",
"http://www.investors.com/RssFeed/News.xml",
"http://golark.com/feeds/handle?id=12",
"http://sport.independent.co.uk/football/internationals/index.jsp?service=rss",
"http://feeds.baltimoresun.com/baltimoresun/sports/highschool/rss2.0.xml",
"http://www.indystar.com/apps/pbcs.dll/section?Category=RSS&mime=XML",
"http://www.insightmag.com/ME2/Console/XmlSyndication/Display/RSS.asp?xsid=6A3251CC248940CCA3A18FC46CE939A1",
"http://www.heraldtimesonline.com/rss/entertainment.xml",
"http://www.independent.com/rss/headlines/news/",
"http://www.charlotte.com/127/index.xml",
"http://www.fosters.com/apps/pbcs.dll/section?category=news92&mime=xml",
"http://www.greensburgdailynews.com/features/resources_rsssection.xml",
"http://www.detnews.com/feeds/rss08.xml",
"http://syndication.boston.com/news/local/vermont?mode=rss_10",
"http://www.jacksonvillepatriot.com/?rss=jacksonville_patriot/news",
"http://www.idahostatesman.com/localnews/index.rss",
"http://www.forbes.com/entrepreneurs/management/index.xml",
"http://rss.france24.com/france24/en/middle-east?format=xml",
"http://www.islandpacket.com/opinion/letters/v-highlights/index.rss",
"http://www.pioneerlocal.com/gurnee/rss/news/index.xml",
"http://iafrica.com/content_feeds/news/iafrica_travel.xml",
"http://www.thnt.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://feeds.greenwichtime.com/greenwichtime/news/opinion/columnists",
"http://www.buffalonews.com/202/index.rss",
"http://www.itemonline.com/opinion/resources_rsssection.xml",
"http://www.idahopress.com/rss/?sports",
"http://hartfordbusiness.com/feeds/bycategory.php?luc=99",
"http://www.coastalcourier.com/syndication/feeds/rss/3/",
"http://isanticountynews.com/index.php?option=com_rss&feed=RSS2.0&no_html=1",
"http://www.press-citizen.com/apps/pbcs.dll/section?category=RSS01&mime=xml",
"http://www.thedailypage.com/arts/rss.php",
"http://www.theithacajournal.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://education.independent.co.uk/careers_advice/featured_institutions/index.jsp?service=rss",
"http://feeds.huffingtonpost.com/HP/living",
"http://uk.news.yahoo.com/rss/fc/iran-captives.xml",
"http://news.independent.co.uk/people/profiles/index.jsp?service=rss",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_75.xml",
"http://www.jacksonholenews.com/rss/news.xml",
"http://www.chron.com/rss/travel/index.rss",
"http://www.jacksonsun.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://travel.independent.co.uk/index.jsp?service=rss",
"http://inrich.com/cva/ric/rss/news_main_rss.xml",
"http://feeds.chron.com/houstonchronicle/immigration",
"http://www.innewsweekly.com/rss/SPORTS.rss",
"http://www.philly.com/inq_business.rss",
"http://www.iht.com/rss/africa.xml",
"http://student.independent.co.uk/future/careers_advice/index.jsp?service=rss",
"http://www.independent.co.uk/living/motoring/road_tests/index.jsp?service=rss",
"http://www.ft.com/rss/indepth/investmentbanking/ipos",
"http://www.economist.com/rss/iraqs_troubles_rss.xml",
"http://www.guardian.co.uk/rssfeed/0,,28,00.xml",
"http://abclocal.go.com/kabc/xml?id=3319508",
"http://www.indyweek.com/gyrobase/Rss.xml?section=3499",
"http://sport.independent.co.uk/motor_racing/index.jsp?service=rss",
"http://www.jacksonville.com/rssfeed/lifestyles.xml",
"http://feeds.iol.co.za/rss/feed_australianz.rss",
"http://www.hindustantimes.com/RSSFeed/RSSHeadlinePage.aspx?c=Common-Chunk-HT-UI-Common-LatestNews",
"http://www.sharon-herald.com/business/resources_rsssection.xml",
"http://feeds.bizjournals.com/bizj_kansascity",
"http://www.adaeveningnews.com/jacksonprogressargus/sports/resources_rsssection.xml",
"http://www.independentmail.com/feeds/headlines/business/",
"http://rss.al.com/bama_katrinarelief/index.rss",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsrangers.xml",
"http://money.independent.co.uk/personal_finance/loans_credit/index.jsp?service=rss",
"http://comment.independent.co.uk/commentators/thomas_sutcliffe/index.jsp?service=rss",
"http://feeds.news.com.au/public/rss/2.0/heraldsun_national_209.xml",
"http://golark.com/feeds/handle?id=10",
"http://www.greensburgdailynews.com/statenews/resources_rsssection.xml",
"http://www.kcba.com/rss/184.rss",
"http://www.independent.com/rss/headlines/arts/",
"http://feeds.feedburner.com/dailymail/SchoolsFootball",
"http://www.indystar.com/apps/pbcs.dll/section?Category=RSS03&mime=XML",
"http://feeds.baltimoresun.com/baltimoresun/sports/horseracing/rss2.0.xml",
"http://www.heraldtimesonline.com/rss/sports.xml",
"http://www.jamestownpress.com/news.xml",
"http://www.forbes.com/entrepreneurs/lawtaxation/index.xml",
"http://www.charlotte.com/133/index.xml",
"http://syndication.boston.com/news/globe/living/graham?mode=rss_10",
"http://www.buffalonews.com/298/index.rss",
"http://www.islandpacket.com/features/v-highlights/index.rss",
"http://arts.independent.co.uk/film/features/index.jsp?service=rss",
"http://www.idahopress.com/rss/?business",
"http://www.thnt.com/apps/pbcs.dll/section?category=rss06&mime=xml",
"http://www.javno.com/rss/javno-en.xml",
"http://www.jeffersonpost.com/?rss=obituaries",
"http://feeds.greenwichtime.com/greenwichtime/news/local/state",
"http://www.myjournalcourier.com/common/rss/rss.php?cat=Editorials",
"http://www.itemonline.com/local/resources_rsssection.xml",
"http://www.idahostatesman.com/sports/index.rss",
"http://www.jacksonvillepatriot.com/?rss=jacksonville_patriot/sports",
"http://www.journal-news.com/news/content/includes/rss/newswire.xml",
"http://www.forward.com/syndication/rss/all/",
"http://iafrica.com/content_feeds/news/iafricanews.xml",
"http://www.heraldleader.com/181/index.xml",
"http://feeds.huffingtonpost.com/HP/politics",
"http://www.jsonline.com/rss/headlines/obituaries.xml",
"http://www.press-citizen.com/apps/pbcs.dll/section?category=RSS04&mime=xml",
"http://news.independent.co.uk/world/australasia/index.jsp?service=rss",
"http://education.independent.co.uk/clearing/index.jsp?service=rss",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_1813200.xml",
"http://www.journalpress.com/clients/journalpress/headlines.rss",
"http://www.theithacajournal.com/apps/pbcs.dll/section?category=RSS03&mime=xml",
"http://www.jacksonholenews.com/rss/guide.xml",
"http://travel.independent.co.uk/news_and_advice/index.jsp?service=rss",
"http://www.adaeveningnews.com/jacksonprogressargus/opinions/resources_rsssection.xml",
"http://juneauempire.com/RSS/letters.xml",
"http://www.chron.com/rss/ent/movies/reviews/index.rss",
"http://www.jacksonsun.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://www.iht.com/rss/travel.xml",
"http://feeds.chron.com/houstonchronicle/postk",
"http://www.philly.com/inq_entertainment.rss",
"http://www.innewsweekly.com/rss/NEWS.rss",
"http://inrich.com/cva/ric/rss/entertainment_main.xml",
"http://www.ft.com/rss/companies/transport",
"http://www.independent.co.uk/living/food_and_drink/features/index.jsp?service=rss",
"http://feeds.iol.co.za/rss/feed_topstories.rss",
"http://sport.independent.co.uk/cricket/index.jsp?service=rss",
"http://www.investors.com/RssFeed/Opinion.xml",
"http://arts.independent.co.uk/books/index.jsp?service=rss",
"http://abclocal.go.com/kabc/xml?id=5129299",
"http://www.pioneerlocal.com/elkgrove/rss/lifestyles/index.xml",
"http://www.kansascity.com/business/index.xml",
"http://www.kait8.com/global/Category.asp?c=5349&clienttype=rss",
"http://www.tcpalm.com/feeds/headlines/jupiter-courier/",
"http://www.guardian.co.uk/rssfeed/0,,22,00.xml",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewsfdluxepeople.xml",
"http://www.jacksonville.com/rssfeed/news.xml",
"http://www.kake.com/home/headlines/index.rss",
"http://www.investors.com/RssFeed/Technology.xml",
"http://www.hindustantimes.com/RSSFeed/RSSHeadlinePage.aspx?c=Business",
"http://www.kansas.com/business/index.rss",
"http://money.independent.co.uk/property/mortgages/index.jsp?service=rss",
"http://www.timesnews.net/rss/daily5.xml",
"http://feeds.news.com.au/public/rss/2.0/heraldsun_sport_213.xml",
"http://www.2news.tv/sports/index.rss",
"http://feeds.baltimoresun.com/baltimoresun/features/lifestyle/rss2.0.xml",
"http://www.indystar.com/apps/pbcs.dll/section?Category=RSS02&mime=XML",
"http://www.independentmail.com/feeds/headlines/opinion/",
"http://golark.com/feeds/handle?id=7",
"http://www.kcra.com/health/topstory.rss",
"http://www.heraldtimesonline.com/rss/prepsports.xml",
"http://comment.independent.co.uk/commentators/hamish_mcrae/index.jsp?service=rss",
"http://student.independent.co.uk/future/gap_year/index.jsp?service=rss",
"http://www.charlotte.com/134/index.xml",
"http://www.forbes.com/finance/philanthropy/index.xml",
"http://feeds.feedburner.com/dailymail/arsenal",
"http://syndication.boston.com/business/personalfinance/mohl?mode=rss_10",
"http://www.kcci.com/health/topstory.rss",
"http://www.islandpacket.com/weirdnews/v-highlights/index.rss",
"http://www.buffalonews.com/167/index.rss",
"http://www.thnt.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.kcrg.com/news/entertainment/index.rss",
"http://www.itemonline.com/sports/resources_rsssection.xml",
"http://www.heraldleader.com/267/index.xml",
"http://www.jeffersonpost.com/?rss=sports",
"http://feeds.greenwichtime.com/greenwichtime/features",
"http://www.pioneerlocal.com/grayslake/rss/news/index.xml",
"http://www.idahostatesman.com/entertainment/index.rss",
"http://www.press-citizen.com/apps/pbcs.dll/section?category=RSS02&mime=xml",
"http://www.myjournalcourier.com/common/rss/rss.php?cat=Obituaries",
"http://www.journal-news.com/news/content/includes/rss/sports.xml",
"http://news.independent.co.uk/index.jsp?service=rss",
"http://iafrica.com/content_feeds/sport/rugbycricketsoccer_mix/iafrica_sportmix.xml",
"http://www.jsonline.com/rss/frontpage.xml",
"http://www.greensburgdailynews.com/sports/resources_rsssection.xml",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_1814112.xml",
"http://www.chron.com/rss/ent/music/index.rss",
"http://education.independent.co.uk/higher/index.jsp?service=rss",
"http://www.keyt.com/news/world/index.rss",
"http://feeds.huffingtonpost.com/huffingtonpost/LatestNews",
"http://travel.independent.co.uk/europe/index.jsp?service=rss",
"http://www.kfty.com/rss/504.rss",
"http://www.kget.com/rss/97.rss",
"http://feeds.chron.com/houstonchronicle/world",
"http://juneauempire.com/RSS/sports.xml",
"http://www.jacksonsun.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.iht.com/rss/bloomberg.xml",
"http://www.theithacajournal.com/apps/pbcs.dll/section?category=RSS02&mime=xml",
"http://www.ft.com/rss/companies/autos",
"http://www.kidk.com/news/tech/index.rss",
"http://www.khnl.com/Global/category.asp?C=3497&clienttype=rss",
"http://www.independent.co.uk/living/motoring/index.jsp?service=rss",
"http://feeds.iol.co.za/rss/feed_health.rss",
"http://www.localnews8.com/Global/category.asp?C=93338&nav=0RZF&clienttype=rss",
"http://arts.independent.co.uk/music/features/index.jsp?service=rss",
"http://www.kansascity.com/business/technology/index.xml",
"http://www.guardian.co.uk/rssfeed/0,,21,00.xml",
"http://www.kdhnews.com/feeds/default.aspx?s=3",
"http://money.independent.co.uk/personal_finance/pensions/index.jsp?service=rss",
"http://www.dallasnews.com/newskiosk/rss/dallasnewslocalnewsgoodkids.xml",
"http://www.kait8.com/global/Category.asp?c=35550&clienttype=rss",
"http://www.jacksonville.com/rssfeed/sports.xml",
"http://www.kake.com/sports/headlines/index.rss",
"http://www.kilgorenewsherald.com/news.xml",
"http://feeds.feedburner.com/Feministing",
"http://abclocal.go.com/kabc/xml?id=3616578",
"http://www.hindustantimes.com/RSSFeed/RSSHeadlinePage.aspx?c=LifeStyle",
"http://www.kcba.com/rss/181.rss",
"http://feeds.news.com.au/public/rss/2.0/heraldsun_otherside_211.xml",
"http://www.kion46.com/rss/176.rss",
"http://www.kansas.com/opinion/index.rss",
"http://feeds.baltimoresun.com/baltimoresun/business/yourmoney/rss2.0.xml",
"http://www.2news.tv/news/business/index.rss",
"http://golark.com/feeds/handle?id=11",
"http://www.kirtland.af.mil/rss/TopStories.asp",
"http://www.independentmail.com/feeds/headlines/",
"http://www.kcra.com/sports/topstory.rss",
"http://www.kitsapsun.com/feeds/headlines/local/code-911/",
"http://www.forbes.com/personaltech/index.xml",
"http://comment.independent.co.uk/columnists/alex_james/index.jsp?service=rss",
"http://syndication.boston.com/business/technology/kirsner?mode=rss_10",
"http://www.investors.com/RssFeed/Business.xml",
"http://www.buffalonews.com/200/index.rss",
"http://www.islandpacket.com/sports/local/v-highlights/index.rss",
"http://www.charlotte.com/314/index.xml",
"http://www.nbc11news.com/sports/headlines/index.rss",
"http://www.kcci.com/sports/topstory.rss",
"http://www.kcrg.com/news/index.rss",
"http://www.thnt.com/apps/pbcs.dll/section?category=rss11&mime=xml",
"http://www.ktvu.com/entertainment/topstory.rss",
"http://www.pioneerlocal.com/highlandpark/rss/lifestyles/index.xml",
"http://www.jeffersonpost.com/?rss=opinion",
"http://www.itemonline.com/features/resources_rsssection.xml",
"http://www.journal-news.com/news/content/includes/rss/features.xml",
"http://feeds.greenwichtime.com/greenwichtime/features/lifestyle/weekend",
"http://www.kktv.com/sports/headlines/index.rss",
"http://www.koamtv.com/global/Category.asp?c=108919&clienttype=rss",
"http://www.klewtv.com/news/entertainment/index.rss",
"http://www.knoxnews.com/feeds/headlines/entertainment/",
"http://www.idahostatesman.com/life/index.rss",
"http://www.myjournalcourier.com/common/rss/rss.php?cat=Sports",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_1813186.xml",
"http://www.chron.com/rss/life/food/index.rss",
"http://www.press-citizen.com/apps/pbcs.dll/section?category=RSS03&mime=xml",
"http://www.jsonline.com/rss/headlines/mjseditorials.xml",
"http://news.independent.co.uk/people/pandora/index.jsp?service=rss",
"http://travel.independent.co.uk/africa/index.jsp?service=rss",
"http://education.independent.co.uk/news/index.jsp?service=rss",
"http://www.keyt.com/news/sports/index.rss",
"http://feeds.chron.com/houstonchronicle/watchem",
"http://www.kpho.com/sports/topstory.rss",
"http://www.independent.co.uk/living/offers/index.jsp?service=rss",
"http://www.iht.com/rss/europe.xml",
"http://www.kokomotribune.com/celebrity/resources_rsssection.xml",
"http://www.kfty.com/rss/502.rss",
"http://www.ft.com/rss/world/asiapacific/china/society",
"http://juneauempire.com/RSS/opinion.xml",
"http://www.kpbs.org/news/rss/",
"http://www.kget.com/rss/96.rss",
"http://www.krqe.com/Global/category.asp?C=13533&clienttype=RSS",
"http://www.kidk.com/news/entertainment/index.rss",
"http://www.theithacajournal.com/apps/pbcs.dll/section?category=RSS04&mime=xml",
"http://www.ksl.com/xml/154,156,332,155.rss",
"http://feeds.iol.co.za/rss/feed_general.rss",
"http://sport.independent.co.uk/tennis/index.jsp?service=rss",
"http://www.ksee24.com/sports/index.rss",
"http://www.ksn.com/news/businessbeat/index.rss",
"http://pipes.yahoo.com/pipes/pipe.run?_id=DFgLlV7s2xGdYpT1l7okhQ&_render=rss",
"http://ksmuonline.missouristate.edu/feeds/news.xml",
"http://www.ktiv.com/RSS/sports_rss.php",
"http://www.gannett-tv.com/tools/rss/?cid=295&sid=kusa&num=10",
"http://www.kansascity.com/living/index.xml",
"http://www.guardian.co.uk/rssfeed/0,,12,00.xml",
"http://www.kdhnews.com/feeds/default.aspx?s=4",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolgjeffers.xml",
"http://money.independent.co.uk/personal_finance/index.jsp?service=rss",
"http://www.peoplenewspapers.com/ME2/Console/XmlSyndication/Display/RSS.asp?xsid=E0BEE3517B1F438A9F367B75E358992F",
"http://www.49abcnews.com/rss/headlines/government_politics/",
"http://www.kait8.com/global/Category.asp?c=4391&clienttype=rss",
"http://www.jacksonville.com/rssfeed/opinion.xml",
"http://feeds.feedburner.com/Courant/LifePage",
"http://extras.mnginteractive.com/live/xsl/memv/xml/557_most_viewed_rss.xml",
"http://comment.independent.co.uk/columnists/david_lister/index.jsp?service=rss",
"http://www.hindustantimes.com/RSSFeed/RSSHeadlinePage.aspx?c=Cricket",
"http://arts.independent.co.uk/theatre/news/index.jsp?service=rss",
"http://feeds.baltimoresun.com/baltimoresun/news/local/politics/bal-slots-rss2.0.xml",
"http://www.kcba.com/rss/186.rss",
"http://www.2news.tv/news/tech/index.rss",
"http://feeds.news.com.au/public/rss/2.0/heraldsun_vic_214.xml",
"http://syndication.boston.com/ae/music/dyer?mode=rss_10",
"http://www.investors.com/RssFeed/Investing.xml",
"http://www.fox12idaho.com/Global/category.asp?C=73642&clienttype=rss",
"http://www.islandpacket.com/editorial/v-highlights/index.rss",
"http://www.ktvb.com/newskiosk/rss/ktvblocalnews.xml",
"http://www.forbes.com/cionetwork/index.xml",
"http://www.buffalonews.com/189/index.rss",
"http://www.heraldleader.com/211/index.xml",
"http://www.charlotte.com/115/index.xml",
"http://www.ktvu.com/sports/topstory.rss",
"http://www.independentmail.com/feeds/topstories/",
"http://golark.com/feeds/handle?id=16",
"http://www.kansas.com/living/index.rss",
"http://www.thnt.com/apps/pbcs.dll/section?category=rss10&mime=xml",
"http://www.globegazette.com/?rss=latest_news",
"http://www.siouxcityjournal.com/?rss=news/latest_news/",
"http://www.ktuu.com/Global/category.asp?C=81466&clienttype=rss",
"http://packetonline.com/?rss=the_lawrence_ledger/sports",
"http://www.jeffersonpost.com/?rss=news",
"http://www.klewtv.com/news/tech/index.rss",
"http://www.kion46.com/rss/177.rss",
"http://www.kcci.com/entertainment/topstory.rss",
"http://www.nbc11news.com/weather/forecast/index.rss",
"http://www.kvoa.com/Global/category.asp?C=40644&nav=menu216_3&clienttype=rss",
"http://www.journal-news.com/news/content/includes/rss/news.xml",
"http://www.koamtv.com/global/Category.asp?c=108920&clienttype=rss",
"http://www.knoxnews.com/feeds/headlines/news/",
"http://kuow.org/podcasts/weekday/weekday.asp",
"http://news.independent.co.uk/uk/transport/index.jsp?service=rss",
"http://www.kcra.com/entertainment/topstory.rss",
"http://www.kxly.com/feed/atom.php?section_id=569",
"http://www.kokomotribune.com/weird/resources_rsssection.xml",
"http://www.chron.com/rss/outdoors/tompkins/index.rss",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_100002.xml",
"http://www.kwwl.com/RSS/nationalnews_rss.php",
"http://education.independent.co.uk/graduate_options/business_schools/index.jsp?service=rss",
"http://home.kyodo.co.jp/rss/rss44.xml",
"http://www.kktv.com/home/headlines/index.rss",
"http://www.kitsapsun.com/feeds/headlines/sports/",
"http://www.pioneerlocal.com/lakezurich/rss/sports/index.xml",
"http://travel.independent.co.uk/asia/index.jsp?service=rss",
"http://www.itemonline.com/obituaries/resources_rsssection.xml",
"http://www.economist.com/rss/leaders_rss.xml",
"http://www.iht.com/rss/technology.xml",
"http://www.ft.com/rss/comment/columnists/quentinpeel",
"http://feeds.greenwichtime.com/greenwichtime/technology",
"http://www.kfty.com/rss/500.rss",
"http://feeds.chron.com/houstonchronicle/spdrownings",
"http://www.kcrg.com/sports/index.rss",
"http://www.kpho.com/entertainment/topstory.rss",
"http://www.capradio.org/articles/rssnews.aspx",
"http://juneauempire.com/RSS/neighbors.xml",
"http://www.kidk.com/news/business/index.rss",
"http://www.kget.com/rss/95.rss",
"http://www.ksl.com/xml/157.rss",
"http://feeds.iol.co.za/rss/feed_middleeast.rss",
"http://arts.independent.co.uk/music/news/index.jsp?service=rss",
"http://www.krqe.com/Global/category.asp?C=13566&clienttype=RSS",
"http://www.ksee24.com/news/health/index.rss",
"http://sport.independent.co.uk/football/index.jsp?service=rss",
"http://pipes.yahoo.com/pipes/pipe.run?_id=jPu7N8zk2xGNNNUbCB2yXQ&_render=rss",
"http://www.independent.co.uk/living/food_and_drink/news/index.jsp?service=rss",
"http://www.gannett-tv.com/tools/rss/?sid=kthv&cid=122&num=10&ctitle=Travel",
"http://www.kansascity.com/news/politics/index.xml",
"http://www.legacy.com/services/obitrss.asp?Source=theledger",
"http://www.ktiv.com/RSS/nationalnews_rss.php",
"http://www.guardian.co.uk/rssfeed/0,,11,00.xml",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewsfdluxeevents.xml",
"http://www.ksn.com/sports/index.rss",
"http://money.independent.co.uk/index.jsp?service=rss",
"http://www.kdhnews.com/feeds/default.aspx?s=5",
"http://www.leroyny.com/news.xml",
"http://www.49abcnews.com/rss/headlines/health/",
"http://www.lancastereaglegazette.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://comment.independent.co.uk/commentators/adrian_hamilton/index.jsp?service=rss",
"http://www.investors.com/RssFeed/Management.xml",
"http://www.lsj.com/apps/pbcs.dll/section?Category=RSS&mime=xml",
"http://www.lvrj.com/news.rss",
"http://extras.mnginteractive.com/live/xsl/memv/xml/139_most_viewed_rss.xml",
"http://feeds.baltimoresun.com/baltimoresun/entertainment/dining/rss2.0.xml",
"http://feeds.feedburner.com/dp-business",
"http://local.lancasteronline.com/8/99",
"http://www.jacksonville.com/rssfeed/business.xml",
"http://www.fox12idaho.com/Global/category.asp?C=13540&clienttype=rss",
"http://feeds.news.com.au/public/rss/2.0/fs_motor_sports_17.xml",
"http://obsentinel.womacknewspapers.com/?rss=letters-editorials",
"http://syndication.boston.com/news/local/maine?mode=rss_10",
"http://www.forbes.com/wireless/index.xml",
"http://www.newtondailynews.com/?rss=lifestyle",
"http://www.svherald.com/?rss=lifestyle",
"http://www.buffalonews.com/183/index.rss",
"http://www.gwcommonwealth.com/?rss=lifestyle/features",
"http://www.islandpacket.com/news/obituaries/v-highlights/index.rss",
"http://www.kansas.com/classifieds/real_estate/index.rss",
"http://www.nwherald.com/?rss=lifestyle/movies",
"http://golark.com/feeds/handle?id=14",
"http://www.2news.tv/news/entertainment/index.rss",
"http://www.kitsapsun.com/feeds/headlines/local/obituaries/",
"http://www.kcchronicle.com/?rss=lifestyle/movies",
"http://www.heraldleader.com/329/index.xml",
"http://www.charlotte.com/138/index.xml",
"http://www.kcba.com/rss/185.rss",
"http://www.leadercall.com/local/resources_rsssection.xml",
"http://www.laurinburgexchange.com/?rss=news",
"http://packetonline.com/?rss=the_lawrence_ledger/extra",
"http://www.kvoa.com/Global/category.asp?C=40645&clienttype=rss",
"http://www.kion46.com/rss/174.rss",
"http://www.knoxnews.com/feeds/headlines/business/",
"http://news.independent.co.uk/fisk/index.jsp?service=rss",
"http://www.pioneerlocal.com/gurnee/rss/sports/index.xml",
"http://www.independentmail.com/feeds/headlines/news/",
"http://www.thnt.com/apps/pbcs.dll/section?category=rss05&mime=xml",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_94.xml",
"http://www.chron.com/rss/sportsjustice/index.xml",
"http://www.kxly.com/feed/atom.php?section_id=586",
"http://rss.canada.com/get/?F275",
"http://home.kyodo.co.jp/rss/rss71.xml",
"http://education.independent.co.uk/gap_year/suppliers/index.jsp?service=rss",
"http://www.klewtv.com/news/business/index.rss",
"http://www.iht.com/rss/frontpage.xml",
"http://www.kktv.com/weather/forecast/index.rss2",
"http://www.ft.com/rss/markets/emerging",
"http://travel.independent.co.uk/biztravel/index.jsp?service=rss",
"http://feeds.chron.com/houstonchronicle/memo",
"http://www.economist.com/rss/letters_rss.xml",
"http://www.kpho.com/health/topstory.rss",
"http://www.the-leader.com/?rss=obituaries",
"http://www.ksl.com/xml/294.rss",
"http://www.theleafchronicle.com/apps/pbcs.dll/section?category=rss05&mime=xml",
"http://www.lebanondailyrecord.com/publish/rss.xml",
"http://feeds.iol.co.za/rss/feed_ioltech_software.rss",
"http://sport.independent.co.uk/rugby_union/index.jsp?service=rss",
"http://arts.independent.co.uk/film/reviews/index.jsp?service=rss",
"http://pipes.yahoo.com/pipes/pipe.run?_id=4nJK_M3k2xG1Oo54y6ky6g&_render=rss",
"http://www.nwaonline.net/?rss=living",
"http://www.ledger-enquirer.com/210/index.rss",
"http://www.aberdeennews.com/apps/pbcs.dll/section?category=RSS01&cat=LIVING&mime=xml",
"http://rss.indiainfo.com/lifestyle.xml",
"http://www.ksee24.com/news/entertainment/index.rss",
"http://www.gannett-tv.com/tools/rss/?sid=kthv&cid=119&num=10&ctitle=Business",
"http://www.kansascity.com/living/health/index.xml",
"http://money.independent.co.uk/personal_finance/financial_directory/index.jsp?service=rss",
"http://www.theledgeronline.com/lynchburg/index2.php?option=com_rss&feed=RSS0.91&no_html=1",
"http://www.independent.co.uk/living/motoring/comment/index.jsp?service=rss",
"http://www.kokomotribune.com/opinion/resources_rsssection.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewshighschoolvolleyball.xml",
"http://www.guardian.co.uk/rssfeed/0,,5,00.xml",
"http://www.reporter.net/local/resources_rsssection.xml",
"http://comment.independent.co.uk/commentators/mark_steel/index.jsp?service=rss",
"http://www.oxfam.org/en/news/latest/RSS",
"http://feeds.feedburner.com/EditorAndPublisher-BusinessNews",
"http://www.49abcnews.com/rss/headlines/sports/",
"http://www.lsj.com/apps/pbcs.dll/section?Category=RSS11&mime=xml",
"http://www.investors.com/RssFeed/HealthAndMedicine.xml",
"http://feeds.baltimoresun.com/baltimoresun/business/careers/rss2.0.xml",
"http://www.dcourier.com/1_rss.xml",
"http://www.lvrj.com/sports.rss",
"http://www.journalgazette.net/apps/pbcs.dll/section?Category=LOCAL11&mime=xml",
"http://extras.mnginteractive.com/live/xsl/memv/xml/139_most_emailed_rss.xml",
"http://www.mariondaily.com/?rss=news&title=News%20from%20the%20Marion%20Daily%20Republican&desc=The%20latest%20news%20from%20Marion,%20IL",
"http://www.advocatepress.com/?rss=news",
"http://www.agjournalonline.com/?rss=news",
"http://www.globegazette.com/?rss=local",
"http://www.ascensioncitizen.com/?rss=news",
"http://www.lmtribune.com/rss/sports.php",
"http://feeds.news.com.au/public/rss/2.0/fs_tennis_21.xml",
"http://eldoradotimes.com/?rss=news",
"http://www.forbes.com/commerce/index.xml",
"http://www.lancastereaglegazette.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://syndication.boston.com/travel/globe_stories/globe5?mode=rss_10",
"http://www.islandpacket.com/news/local/v-highlights/index.rss",
"http://www.buffalonews.com/248/index.rss",
"http://www.nwherald.com/?rss=lifestyle/music",
"http://www.kansas.com/news/index.rss",
"http://www.bgdailynews.com/?rss=news&fullstory=1",
"http://www.augustagazette.com/?rss=news",
"http://www.heraldleader.com/216/index.xml",
"http://www.kokomotribune.com/homepage/resources_rsssection.xml",
"http://www.leadercall.com/features/resources_rsssection.xml",
"http://packetonline.com/?rss=the_lawrence_ledger/opinions",
"http://www.fox12idaho.com/Global/category.asp?C=13537&clienttype=rss",
"http://www.boonvilledailynews.com/?rss=news",
"http://www.laurinburgexchange.com/?rss=news/local_news",
"http://www.carmitimes.com/?rss=news",
"http://www.thnt.com/apps/pbcs.dll/section?category=rss09&mime=xml",
"http://www.kvoa.com/Global/category.asp?C=43474&nav=menu216_8&clienttype=rss",
"http://www.pioneerlocal.com/franklinpark/rss/sports/index.xml",
"http://www.ktvu.com/nationalnews/topstory.rss",
"http://news.independent.co.uk/world/africa/index.jsp?service=rss",
"http://www.carthagepress.com/?rss=news",
"http://www.independentmail.com/feeds/events/",
"http://rss.canada.com/get/?F278",
"http://www.kxly.com/feed/atom.php?section_id=566",
"http://www.charlotte.com/136/index.xml",
"http://home.kyodo.co.jp/rss/rss7.xml",
"http://www.journalreview.com/?rss=life",
"http://www.chron.com/rss/helpline/index.xml",
"http://www.mi-reporter.com/?rss=lifestyle",
"http://www.derbydailyrep.com/?rss=news",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_76.xml",
"http://www.knoxnews.com/feeds/headlines/sports/",
"http://education.independent.co.uk/careers_advice/index.jsp?service=rss",
"http://www.littlefallstimes.com/?rss=news",
"http://www.deridderdailynews.com/?rss=news",
"http://www.2news.tv/news/health/index.rss",
"http://www.griffindailynews.com/?rss=local_news",
"http://www.iht.com/rss/arts.xml",
"http://feeds.chron.com/houstonchronicle/metrocasey",
"http://www.ft.com/rss/world/asiapacific/india/society",
"http://www.ivpressonline.com/?rss=lifestyles",
"http://www.kirksvilledailyexpress.com/?rss=news",
"http://www.linux-mag.com/rss/top-stories.xml",
"http://www.shelbycountyreporter.com/?rss=lifestyles",
"http://www.leavenworthtimes.com/?rss=news",
"http://feeds.livescience.com/spaceheadlines?foramt=xml",
"http://sport.independent.co.uk/football/comment/index.jsp?service=rss",
"http://www.kpho.com/nationalnews/topstory.rss",
"http://www.livescience.com/syn/healthscitech.xml",
"http://www.macombjournal.com/?rss=news",
"http://www.leesvilledailyleader.com/?rss=news",
"http://www.ksl.com/xml/172.rss",
"http://feeds.iol.co.za/rss/feed_education.rss",
"http://www.the-leader.com/?rss=community",
"http://www.newstribune.info/?rss=news",
"http://www.theleafchronicle.com/apps/pbcs.dll/section?category=rss06&mime=xml",
"http://arts.independent.co.uk/theatre/index.jsp?service=rss",
"http://www.neoshodailynews.com/?rss=news",
"http://www.independent.co.uk/living/index.jsp?service=rss",
"http://www.mexicoledger.com/?rss=news",
"http://www.ledger-enquirer.com/164/index.rss",
"http://www.newtondailynews.com/?rss=news",
"http://www.kansascity.com/news/breaking_news/index.xml",
"http://www.olneydailymail.com/?rss=news",
"http://www.aberdeennews.com/apps/pbcs.dll/section?category=RSS01&cat=NEWS01&mime=xml",
"http://pipes.yahoo.com/pipes/pipe.run?_id=CgBSuszk2xG7vjjLouNLYQ&_render=rss",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsmavs.xml",
"http://comment.independent.co.uk/index.jsp?service=rss",
"http://www.gannett-tv.com/tools/rss/?sid=kthv&cid=56&num=10&ctitle=Sports",
"http://www.kitsapsun.com/feeds/headlines/local/",
"http://www.pekintimes.com/?rss=news",
"http://www.lsjournal.com/?rss=obituaries",
"http://travel.independent.co.uk/uk/index.jsp?service=rss",
"http://money.independent.co.uk/personal_finance/invest_save/index.jsp?service=rss",
"http://feeds.feedburner.com/instapundit/main",
"http://www2.ljworld.com/rss/headlines/sports/",
"http://www.lsjournal.com/?rss=news",
"http://www.sturgisjournal.com/?rss=news",
"http://www.starcourier.com/?rss=news",
"http://www.silverbelt.com/?rss=news",
"http://www.pontiacdailyleader.com/?rss=news",
"http://www.sentinel-standard.com/?rss=news",
"http://www.sulphurdailynews.com/?rss=news",
"http://www.pratttribune.com/?rss=news",
"http://www.lsj.com/apps/pbcs.dll/section?Category=RSS10&mime=xml",
"http://www.reviewatlas.com/?rss=news",
"http://www.livingstondaily.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://www.waynesvilledailyguide.com/?rss=news",
"http://www.lancastereaglegazette.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.reporter.net/sports/resources_rsssection.xml",
"http://www.tylerpaper.com/apps/pbcs.dll/section?category=RSS01&cat=SPORTS01&mime=xml",
"http://www.journaltimes.com/?rss=local_sports",
"http://www.times-georgian.com/?rss=local_news",
"http://www.local10.com/entertainment/topstory.rss",
"http://www.courier-journal.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.lodinews.com/?rss=lodi_living",
"http://www.49abcnews.com/rss/headlines/arts_entertainment/",
"http://www.westhawaiitoday.com/?rss=local/",
"http://feeds.baltimoresun.com/baltimoresun/sports/hockey/rss2.0.xml",
"http://www.lvrj.com/real_estate.rss",
"http://www.guardian.co.uk/rssfeed/0,,20,00.xml",
"http://www.lmtribune.com/rss/opinion.php",
"http://feeds.news.com.au/public/rss/2.0/fs_afl_10.xml",
"http://www.local6.com/health/topstory.rss",
"http://extras.mnginteractive.com/live/xsl/memv/xml/204_most_viewed_rss.xml",
"http://www.forbes.com/sciences/index.xml",
"http://syndication.boston.com/news/globe/editorial_opinion/oped/jacoby?mode=rss_10",
"http://www.wrbl.com/index.php/rss/news/",
"http://www.buffalonews.com/234/index.rss",
"http://brookfield.townnews.com/?rss=news",
"http://www.pioneerlocal.com/lakezurich/rss/news/index.xml",
"http://www.kokomotribune.com/obituaries/resources_rsssection.xml",
"http://www.leadercall.com/sports/resources_rsssection.xml",
"http://packetonline.com/?rss=the_lawrence_ledger/your_views",
"http://www.kansas.com/entertainment/index.rss",
"http://www.laurinburgexchange.com/?rss=opinion",
"http://news.independent.co.uk/world/politics/index.jsp?service=rss",
"http://www.chron.com/rss/sports/race/index.rss",
"http://www.charlescitypress.com/?rss=news",
"http://www.ktvu.com/health/topstory.rss",
"http://rss.canada.com/get/?F276",
"http://home.kyodo.co.jp/rss/rss47.xml",
"http://www.daily-chronicle.com/?rss=news",
"http://www.knoxnews.com/feeds/headlines/life/",
"http://www.crookstontimes.com/?rss=news",
"http://www.kxly.com/feed/atom.php?section_id=603",
"http://www.littlefallstimes.com/?rss=obituaries",
"http://feeds.chron.com/houstonchronicle/politics",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_1814124.xml",
"http://www.iht.com/rss/sports.xml",
"http://www.ft.com/rss/comment/columnists/wolfgangmunchau",
"http://www.dailyregister.com/?rss=news",
"http://education.independent.co.uk/further/index.jsp?service=rss",
"http://travel.independent.co.uk/skiing/index.jsp?service=rss",
"http://douglascountysentinel.com/?rss=local_news",
"http://feeds.iol.co.za/rss/feed_financelabour.rss",
"http://www.theleafchronicle.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://arts.independent.co.uk/music/index.jsp?service=rss",
"http://www.mcphersonsentinel.com/?rss=news",
"http://www.ksl.com/xml/148.rss",
"http://www.the-leader.com/?rss=sports",
"http://www.kansascity.com/news/index.xml",
"http://www.livescience.com/syn/technology.xml",
"http://pipes.yahoo.com/pipes/pipe.run?_id=MMqHJM7k2xGZ6M46EpPZnA&_render=rss",
"http://www.ledger-enquirer.com/178/index.rss",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewscolmgreene.xml",
"http://www.moberlymonitor.com/?rss=news",
"http://feeds.bizjournals.com/bizj_losangeles",
"http://www.gannett-tv.com/tools/rss/?cid=75&sid=kusa&num=10",
"http://www2.ljworld.com/rss/headlines/technology/",
"http://www.lsjournal.com/?rss=sports",
"http://feeds.feedburner.com/crooksandliars/YaCP",
"http://uk.news.yahoo.com/rss/fc/lord-browne.xml",
"http://www.lsj.com/apps/pbcs.dll/section?Category=RSS09&mime=xml",
"http://money.independent.co.uk/property/homes/index.jsp?service=rss",
"http://www.livingstondaily.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.lancastereaglegazette.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://feeds.baltimoresun.com/baltimoresun/sports/college/football/rss2.0.xml",
"http://www.lvrj.com/business.rss",
"http://www.local10.com/sports/topstory.rss",
"http://feeds.newsday.com/nynewsday/TopHeadlines",
"http://www.guardian.co.uk/rssfeed/0,,24,00.xml",
"http://comment.independent.co.uk/columnists/deborah_ross/index.jsp?service=rss",
"http://www.lmtribune.com/rss/breaking-news.php",
"http://www.independent.co.uk/living/motoring/features/index.jsp?service=rss",
"http://feeds.news.com.au/public/rss/2.0/heraldsun_top_stories_254.xml",
"http://sport.independent.co.uk/football/european/index.jsp?service=rss",
"http://www.forbes.com/forbeslife/wine/index.xml",
"http://syndication.boston.com/news/globe/city_region/globewest?mode=rss_10",
"http://www.buffalonews.com/152/index.rss",
"http://www.pioneerlocal.com/lakezurich/rss/lifestyles/index.xml",
"http://www.local6.com/entertainment/topstory.rss",
"http://www.kokomotribune.com/policereports/resources_rsssection.xml",
"http://packetonline.com/?rss=the_lawrence_ledger/news",
"http://www.lockportjournal.com/sports/resources_rsssection.xml",
"http://news.independent.co.uk/media/index.jsp?service=rss",
"http://www.laurinburgexchange.com/?rss=news/sports",
"http://home.kyodo.co.jp/rss/rss10.xml",
"http://www.knoxnews.com/feeds/headlines/news/science/",
"http://rss.canada.com/get/?F235",
"http://www.iht.com/rss/athome.xml",
"http://www.littlefallstimes.com/?rss=breaking_news",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_1814148.xml",
"http://www.kxly.com/feed/atom.php?section_id=559",
"http://www.ft.com/rss/comment/columnists/johngapper",
"http://sport.independent.co.uk/rugby_league/index.jsp?service=rss",
"http://feeds.livescience.com/livescience/animaldomain?format=xml",
"http://feeds.chron.com/houstonchronicle/metromoveit",
"http://feeds.iol.co.za/rss/feed_asia.rss",
"http://education.independent.co.uk/index.jsp?service=rss",
"http://arts.independent.co.uk/books/news/index.jsp?service=rss",
"http://www.theleafchronicle.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://sport.independent.co.uk/football/coca_cola/index.jsp?service=rss",
"http://www.the-leader.com/?rss=news",
"http://www.kansascity.com/news/world/index.xml",
"http://www.leadercall.com/opinion/resources_rsssection.xml",
"http://pipes.yahoo.com/pipes/pipe.run?_id=KJJGolvs2xGlrHCWEpPZnA&_render=rss",
"http://www.chron.com/rss/specialfeatures/index.xml",
"http://travel.independent.co.uk/middle_east/index.jsp?service=rss",
"http://www.dallasnews.com/newskiosk/rss/dallasnewslakewood.xml",
"http://feeds.feedburner.com/morningcall/news/opinion/",
"http://www.losgatosdailynews.com/rss/local",
"http://feeds.latimes.com/features/books",
"http://www.ledger-enquirer.com/102/index.rss",
"http://www2.ljworld.com/rss/headlines/analysis_opinion/",
"http://www.lancastereaglegazette.com/apps/pbcs.dll/section?category=rssupdates&rsscategory=updates01&mime=xml",
"http://www.independent.co.uk/living/food_and_drink/reviews/index.jsp?service=rss",
"http://www.lockportjournal.com/local/resources_rsssection.xml",
"http://www.gannett-tv.com/tools/rss/?cid=180&sid=kusa&num=10",
"http://www.lvrj.com/opinion.rss",
"http://feeds.baltimoresun.com/baltimoresun/news/local/bal-columnist-rodricks-rss2.0.xml",
"http://www.lmtribune.com/rss/northwest.php",
"http://www.local10.com/health/topstory.rss",
"http://feeds.news.com.au/public/rss/2.0/heraldsun_tmccrann_224.xml",
"http://www.forbes.com/forbeslife/realestate/index.xml",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss05&mime=xml",
"http://syndication.boston.com/news/local/beckham/?mode=rss_10",
"http://www.pioneerlocal.com/grayslake/rss/lifestyles/index.xml",
"http://www.buffalonews.com/108/index.rss",
"http://comment.independent.co.uk/commentators/andreas_whittam_smith/index.jsp?service=rss",
"http://packetonline.com/?rss=the_lawrence_ledger/lifestyle",
"http://www.lsjournal.com/?rss=health",
"http://www.kokomotribune.com/sports/resources_rsssection.xml",
"http://www.local6.com/sports/topstory.rss",
"http://news.independent.co.uk/appeals/indy_appeal/index.jsp?service=rss",
"http://www.chron.com/rss/outdoors/recreationcalendar/index.rss",
"http://extras.mnginteractive.com/live/xsl/memv/xml/159_most_viewed_rss.xml",
"http://home.kyodo.co.jp/rss/rss18.xml",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_1703086.xml",
"http://www.kxly.com/feed/atom.php?section_id=588",
"http://www.marketwire.com/rss/BreakingNewsReleasesEnglish.xml",
"http://www.knoxnews.com/feeds/headlines/opinion/",
"http://www.ft.com/rss/markets/capitalmarkets",
"http://www.iht.com/rss/yourmoney.xml",
"http://education.independent.co.uk/higher/advice/index.jsp?service=rss",
"http://www.bestofneworleans.com/dispatch/rss/index.xml",
"http://feeds.livescience.com/LivesciencecomAmazingImages?format=xml",
"http://www.littlefallstimes.com/?rss=sports",
"http://feeds.iol.co.za/rss/feed_tios.rss",
"http://sport.independent.co.uk/general/index.jsp?service=rss",
"http://www.theleafchronicle.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://www.kansascity.com/entertainment/index.xml",
"http://travel.independent.co.uk/ausandpacific/index.jsp?service=rss",
"http://www.dallasnews.com/newskiosk/rss/dallasnewstarcher.xml",
"http://pipes.yahoo.com/pipes/pipe.run?_id=BD6faV7s2xGbXbSgJhOy0Q&_render=rss",
"http://www.zwire.com/site/rss/?Marco%20Island%20Sun%20Times/News/Local%20News/Entertainment%20Review",
"http://feeds.latimes.com/latimes/entertainment/news/movies/",
"http://www.gannett-tv.com/tools/rss/?sid=kthv&cid=121&num=10&ctitle=Science",
"http://www.leadercall.com/obituaries/resources_rsssection.xml",
"http://www.the-leader.com/?rss=breaking_news",
"http://www2.ljworld.com/rss/headlines/",
"http://feeds.bizjournals.com/masshightech",
"http://feeds.feedburner.com/londonist",
"http://arts.independent.co.uk/theatre/features/index.jsp?service=rss",
"http://www.macleans.ca/rss/world.xml",
"http://feeds.baltimoresun.com/baltimoresun/sports/motorracing/rss2.0.xml",
"http://www.lufkindailynews.com/news/content/includes/rss/opinion.xml",
"http://feeds.chron.com/houstonchronicle/news-bizarre",
"http://www.loudountimes.com/news/rss/latest/",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss17&mime=xml",
"http://comment.independent.co.uk/commentators/terence_blacker/index.jsp?service=rss",
"http://www.lancastereaglegazette.com/apps/pbcs.dll/section?category=rssupdates&rsscategory=updates04&mime=xml",
"http://www.macon.com/128/index.rss",
"http://www.magic-city-news.com/rss.xml",
"http://feeds.news.com.au/public/rss/2.0/fs_aleague_234.xml",
"http://www.forbes.com/markets/index.xml",
"http://www.madison.com/tct/entertainment/rss.xml",
"http://syndication.boston.com/news/globe/editorial_opinion/editorials?mode=rss_10",
"http://www.recordernewspapers.com/?rss=madison_eagle/",
"http://www.buffalonews.com/243/index.rss",
"http://www.lmtribune.com/rss/rss.php",
"http://www.pioneerlocal.com/lincolnwood/rss/news/index.xml",
"http://www.lvrj.com/living.rss",
"http://packetonline.com/?rss=the_lawrence_ledger/obituaries",
"http://www.lyndentribune.com/taxonomy/term/1/0/feed",
"http://www.mg.co.za/feeds/rss_sport.aspx",
"http://news.independent.co.uk/business/analysis_and_features/index.jsp?service=rss",
"http://www.chron.com/rss/sports/box/index.rss",
"http://www.wickedlocal.com/mansfield/news/opinions/rss",
"http://home.kyodo.co.jp/rss/rssall.xml",
"http://www.mansfieldnewsjournal.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.economist.com/rss/mergers_and_acquisitions_rss.xml",
"http://www.mainlinetimes.com/WebApp/rssfeed?feed=/MLT/_RSSFeed/News",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_1814128.xml",
"http://www.kokomotribune.com/local/resources_rsssection.xml",
"http://www.marconews.com/feeds/headlines/real_estate/",
"http://www.marionstar.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.miamiherald.com/614/index.xml",
"http://www.zwire.com/site/rss/?Marco%20Island%20Sun%20Times/News/Local%20News/Top%20Stories",
"http://www.ft.com/rss/businesslife/management",
"http://mainebiz.biz/rss.php",
"http://feeds.marketwatch.com/marketwatch/financial/",
"http://www.marshallnewsmessenger.com/news/content/includes/rss/opinion.xml",
"http://www.iht.com/rss/business.xml",
"http://feeds.chron.com/houstonchronicle/topheadlines",
"http://miamiherald.typepad.com/cache_carey/rss.xml",
"http://www.kxly.com/feed/atom.php?section_id=561",
"http://feeds.livescience.com/livescience/environment?format=xml",
"http://education.independent.co.uk/magazines/index.jsp?service=rss",
"http://feeds.iol.co.za/rss/feed_transport.rss",
"http://www.littlefallstimes.com/?rss=community",
"http://www.journalgroup.com/index.php?rss=1&section=Inkster",
"http://www.journalgroup.com/index.php?rss=1&section=Belleville",
"http://www.indeonline.com/feed/financial.rss",
"http://martinsvilledaily.com/index.php?option=com_rss&feed=RSS2.0&no_html=1",
"http://www.mvgazette.com/syndication/rss/mvgazette.xml",
"http://sport.independent.co.uk/football/news/index.jsp?service=rss",
"http://www.mcclatchydc.com/168/index.rss",
"http://feeds.bizjournals.com/bizj_memphis",
"http://arts.independent.co.uk/books/reviews/index.jsp?service=rss",
"http://www.mcalesternews.com/policecourts/resources_rsssection.xml",
"http://www.kansascity.com/sports/index.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewssbrown.xml",
"http://pipes.yahoo.com/pipes/pipe.run?_id=3oVixsnk2xG7sSwOjknRlg&_render=rss",
"http://www.mauinews.com/rss.aspx",
"http://feeds.latimes.com/DanNeil/",
"http://www2.ljworld.com/rss/headlines/science/",
"http://www.gannett-tv.com/tools/rss/?cid=188&sid=kusa&num=10",
"http://comment.independent.co.uk/commentators/simon_carr/index.jsp?service=rss",
"http://www.macleans.ca/rss/science.xml",
"http://www.lufkindailynews.com/news/content/includes/rss/newswire.xml",
"http://www.madison.com/tct/opinion/rss.xml",
"http://feeds.baltimoresun.com/baltimoresun/entertainment/rss2.0.xml",
"http://www.mrc.org/rss/headlines.xml",
"http://www.macon.com/139/index.rss",
"http://feeds.news.com.au/public/rss/2.0/heraldsun_abolt_223.xml",
"http://www.pioneerlocal.com/lakezurich/rss/entertainment/index.xml",
"http://www.forbes.com/entrepreneurs/finance/index.xml",
"http://syndication.boston.com/news/globe/city_region?mode=rss_10",
"http://feeds.feedburner.com/nynewsday/sports/columnists/KenDavidoff",
"http://www.buffalonews.com/106/index.rss",
"http://www.medicinenet.com/rss/dailyhealth.xml",
"http://www.mg.co.za/feeds/rss_national.aspx",
"http://www.chron.com/rss/nb/woodlands/news/index.rss",
"http://www.wickedlocal.com/malden/news/opinions/rss",
"http://www.lyndentribune.com/taxonomy/term/4/0/feed",
"http://wp2.medina-gazette.com/category/top-stories/featured/feed/",
"http://wkrg.com/feeds/rss/medical/",
"http://www.mansfieldnewsjournal.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.zwire.com/site/rss/?Marco%20Island%20Sun%20Times/News/Local%20News/Obituaries",
"http://home.kyodo.co.jp/rss/rss2.xml",
"http://www.mercedsunstar.com/160/index.rss",
"http://rss.mnginteractive.com/live/marinij/marinij_86.xml",
"http://www.commercialappeal.com/feeds/headlines/opinion/",
"http://news.independent.co.uk/business/comment/index.jsp?service=rss",
"http://www.miamiherald.com/497/index.xml",
"http://www.ft.com/rss/companies/financial",
"http://www.meridianstar.com/sports/resources_rsssection.xml",
"http://api.clickability.com/api?encq=WY0NWau9WPw1nLzJyckZXZ0NTP5kzMxInJ5RGc9UiV0ZWal1UPQ%3D",
"http://www.marionstar.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://miamiherald.typepad.com/changing_channels/rss.xml",
"http://www.kxly.com/feed/atom.php?section_id=560",
"http://www.iht.com/rss/style.xml",
"http://feeds.iol.co.za/rss/feed_world.rss",
"http://education.independent.co.uk/graduate_options/mbas_guide/index.jsp?service=rss",
"http://feeds.livescience.com/livescience/history?foramt=xml",
"http://www.marshallnewsmessenger.com/news/content/includes/rss/sports.xml",
"http://feeds.marketwatch.com/marketwatch/topstories/",
"http://feeds.chron.com/houstonchronicle/lhale",
"http://www.pottsmerc.com:80/WebApp/rssfeed?feed=/PTM/_RSSFeed/Opinions",
"http://www.economist.com/rss/middle_east_and_africa_rss.xml",
"http://www.mainlinetimes.com/WebApp/rssfeed?feed=/MLT/_RSSFeed/Sports",
"http://www.mcclatchydc.com/200/index.rss",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewshome.xml",
"http://arts.independent.co.uk/books/features/index.jsp?service=rss",
"http://pipes.yahoo.com/pipes/pipe.run?_id=gJdnSl3s2xGj_2k5yzUFzw&_render=rss",
"http://www.mcalesternews.com/local/resources_rsssection.xml",
"http://feeds.latimes.com/RosaBrooks/",
"http://www.kansascity.com/news/nation/index.xml",
"http://feeds.feedburner.com/nynewsday/sports/columnists/BobGlauber",
"http://www.gannett-tv.com/tools/rss/?sid=kthv&cid=126&num=10&ctitle=Health%20and%20Medicine",
"http://sport.independent.co.uk/olympics/index.jsp?service=rss",
"http://comment.independent.co.uk/letters/index.jsp?service=rss",
"http://feeds.bizjournals.com/bizj_twincities",
"http://www.indeonline.com/feed/local_sports_main.rss",
"http://www2.ljworld.com/rss/headlines/politics/",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss03&mime=xml",
"http://www.macleans.ca/rss/business.xml",
"http://feeds.news.com.au/public/rss/2.0/heraldsun_health_212.xml",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss26&mime=xml",
"http://www.macon.com/102/index.rss",
"http://www.lufkindailynews.com/news/content/includes/rss/sports.xml",
"http://www.pioneerlocal.com/libertyville/rss/entertainment/index.xml",
"http://www.forbes.com/forbeslife/sports/index.xml",
"http://feeds.baltimoresun.com/baltimoresun/business/yourmoney/bal-columnist-ambrose-rss2.0.xml",
"http://syndication.boston.com/ae/tv/gilbert?mode=rss_10",
"http://www.madison.com/tct/column/rss.xml",
"http://news.independent.co.uk/uk/politics/index.jsp?service=rss",
"http://www.chron.com/rss/nb/alief/news/index.rss",
"http://www.pantagraph.com/?rss=money",
"http://www.mansfieldnewsjournal.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://www.wickedlocal.com/marblehead/news/business/rss",
"http://www.buffalonews.com/160/index.rss",
"http://www.miamiherald.com/299/index.xml",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_1813248.xml",
"http://www.commercialappeal.com/feeds/headlines/business/",
"http://www.mercedsunstar.com/177/index.rss",
"http://home.kyodo.co.jp/rss/rss4.xml",
"http://www.ft.com/rss/companies/property",
"http://www.marionstar.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.mg.co.za/feeds/rss_business.aspx",
"http://www.meridianstar.com/features/resources_rsssection.xml",
"http://wp2.medina-gazette.com/category/top-stories/feed/",
"http://www.iht.com/rss/opinion.xml",
"http://feeds.iol.co.za/rss/feed_development.rss",
"http://feeds.chron.com/houstonchronicle/health",
"http://feeds.livescience.com/Livesciencecom?format=xml",
"http://www.publicbroadcasting.net/michigan/news.newsmain?action=rssheadlines&section=6",
"http://www.lyndentribune.com/taxonomy/term/25/0/feed",
"http://www.mcclatchydc.com/147/index.rss",
"http://www.pottsmerc.com:80/WebApp/rssfeed?feed=/PTM/_RSSFeed/Business",
"http://www.marshallnewsmessenger.com/news/content/includes/rss/news.xml",
"http://feeds.cbsnews.com/CBSNewsStory",
"http://www.michronicleonline.com/articlelive/newsrss.php",
"http://rss.miaminewtimes.com/php/rss/rss.php?section=default",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsolympics.xml",
"http://www.middletownjournal.com/news/content/includes/rss/news.xml",
"http://feeds.feedburner.com/Mediaweek-Programming-Insider",
"http://pipes.yahoo.com/pipes/pipe.run?_id=ajuqfV7s2xG0CpE_jknRlg&_render=rss",
"http://arts.independent.co.uk/film/index.jsp?service=rss",
"http://feeds.latimes.com/MeghanDaum/",
"http://www.mineralwellsindex.com/obituaries/resources_rsssection.xml",
"http://www.ourmidland.com/site/rss/?Midland%20Daily%20News/News/Main%20Section/Crack%20the%20Case",
"http://www.milehighnews.com/RSS10350.112112.xml",
"http://sport.independent.co.uk/football/scotland/index.jsp?service=rss",
"http://www.gannett-tv.com/tools/rss/?sid=kthv&cid=123&num=10&ctitle=Entertainment",
"http://www.kansascity.com/living/travel/index.xml",
"http://www.mirror.co.uk/news/healthnews/rss.xml",
"http://comment.independent.co.uk/columnists/tracey_emin/index.jsp?service=rss",
"http://www.mpnnow.com/towns/brighton/rss",
"http://rss1.mediafed.com/feed/mirror/Technology",
"http://www.mountvernonnews.com/feed.rss",
"http://www.indeonline.com/feed/opinion.rss",
"http://www2.ljworld.com/rss/headlines/business/",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss14&mime=xml",
"http://feeds.news.com.au/public/rss/2.0/fs_rugby_league_18.xml",
"http://www.macon.com/160/index.rss",
"http://www.lufkindailynews.com/news/content/includes/rss/news.xml",
"http://www.forbes.com/entrepreneurs/humanresources/index.xml",
"http://syndication.boston.com/news/globe/city_region/globenorthwest?mode=rss_10",
"http://feeds.baltimoresun.com/baltimoresun/news/nationworld/bal-immigration-rss2.0.xml",
"http://news.independent.co.uk/uk/this_britain/index.jsp?service=rss",
"http://www.mcalesternews.com/sports/resources_rsssection.xml",
"http://www.chron.com/rss/sports/justice/index.rss",
"http://www.pioneerlocal.com/desplaines/rss/sports/index.xml",
"http://www.wickedlocal.com/marshfield/news/opinions/rss",
"http://www.madison.com/tct/business/rss.xml",
"http://www.miamiherald.com/424/index.xml",
"http://www.morningjournal.com/site/rss/?The%20Morning%20Journal/News/News/Opinion",
"http://rss.mnginteractive.com/live/MarinIJ/MarinIJ_1865105.xml",
"http://www.mercedsunstar.com/194/index.rss",
"http://www.ml-star-gazette.com/index.php?option=com_rss&feed=RSS2.0&no_html=1",
"http://home.kyodo.co.jp/rss/rss28.xml",
"http://www.commercialappeal.com/feeds/headlines/lifestyle/",
"http://miamiherald.typepad.com/cuban_colada/rss.xml",
"http://www.ft.com/rss/world/asiapacific/china/finance",
"http://www.scnow.com/midatlantic/scp/rss/crime.xml",
"http://www.buffalonews.com/116/index.rss",
"http://www.lyndentribune.com/taxonomy/term/17/0/feed",
"http://feeds.iol.co.za/rss/feed_ioltech_mobile.rss",
"http://www.mansfieldnewsjournal.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://wp2.medina-gazette.com/category/obituaries/feed/",
"http://www.iht.com/rss/america.xml",
"http://www.mg.co.za/feeds/rss.aspx",
"http://www.publicbroadcasting.net/michigan/news.newsmain?action=rssheadlines&section=5",
"http://www.mcclatchydc.com/127/index.rss",
"http://www.dnews.com/rss/opinion.php",
"http://feeds.livescience.com/livescience/strangenews?format=xml",
"http://www.marionstar.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://www.pottsmerc.com:80/WebApp/rssfeed?feed=/PTM/_RSSFeed/Sports",
"http://feeds.chron.com/houstonchronicle/space",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsccarlton.xml",
"http://www.middletownjournal.com/news/content/includes/rss/opinion.xml",
"http://www.morningsentinel.com/news.xml",
"http://www.moultrieobserver.com/sports/resources_rsssection.xml",
"http://www.meridianstar.com/opinion/resources_rsssection.xml",
"http://www.townonline.com/mothertown/homepage/rss",
"http://pipes.yahoo.com/pipes/pipe.run?_id=ulER4Mzk2xG54hulnkartA&_render=rss",
"http://arts.independent.co.uk/film/news/index.jsp?service=rss",
"http://www.ourmidland.com/site/rss/?Midland%20Daily%20News/News/Main%20Section/Local%20Sports",
"http://www.mineralwellsindex.com/local/resources_rsssection.xml",
"http://www.kansascity.com/news/columnists/index.xml",
"http://www.mtairynews.com/?rss=news/sports",
"http://feeds.latimes.com/latimes/sports/college/basketball/",
"http://www.mcalesternews.com/obituaries/resources_rsssection.xml",
"http://www.milehighnews.com/rssheadlines.xml",
"http://www.mpnnow.com/towns/farmington/rss",
"http://www.pioneerlocal.com/glencoe/rss/business/index.xml",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss21&mime=xml",
"http://www2.ljworld.com/rss/headlines/crime/",
"http://rss1.mediafed.com/feed/mirror/Top_Stories",
"http://www.mountainx.com/rss/news/",
"http://comment.independent.co.uk/commentators/matthew_norman/index.jsp?service=rss",
"http://feeds.news.com.au/public/rss/2.0/fs_soccer_20.xml",
"http://www.msnbc.msn.com/id/3033081/device/rss/rss.xml",
"http://www.forbes.com/infoimaging/index.xml",
"http://syndication.boston.com/news/local/new_hampshire?mode=rss_10",
"http://news.independent.co.uk/people/index.jsp?service=rss",
"http://www.chron.com/rss/ent/dining/reviews/index.rss",
"http://www.wickedlocal.com/marblehead/news/lifestyle/rss",
"http://www.miamiherald.com/478/index.xml",
"http://feeds.feedburner.com/nynewsday/news/columnists/LawrenceCLevy",
"http://rss.mnginteractive.com/live/LowellSun/LS_104.xml",
"http://www.morningjournal.com/site/rss/?The%20Morning%20Journal/News/News/Top%20Stories",
"http://www.ft.com/rss/comment",
"http://home.kyodo.co.jp/rss/rss48.xml",
"http://www.mercedsunstar.com/167/index.rss",
"http://www.commercialappeal.com/feeds/headlines/business/technology/",
"http://miamiherald.typepad.com/crime_scene/rss.xml",
"http://www.meridianstar.com/obituaries/resources_rsssection.xml",
"http://www.madison.com/tct/news/rss.xml",
"http://www.scnow.com/midatlantic/scp/rss/living.xml",
"http://www.iht.com/rss/asia.xml",
"http://feeds.iol.co.za/rss/feed_tonight.rss",
"http://www.lyndentribune.com/taxonomy/term/2/0/feed",
"http://www.mcclatchydc.com/155/index.rss",
"http://www.dnews.com/rss/obituaries.php",
"http://www.publicbroadcasting.net/michigan/news.newsmain?action=rssheadlines&section=2",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsautohof.xml",
"http://feeds.feedburner.com/nynewsday/entertainment/arts",
"http://rss.al.com/cleve_musicreviews/index.rss",
"http://feeds.latimes.com/latimes/entertainment/news/tv/",
"http://wp2.medina-gazette.com/category/sports/feed/",
"http://www.middletownjournal.com/news/content/includes/rss/sports.xml",
"http://pipes.yahoo.com/pipes/pipe.run?_id=yMwUA83k2xGJO7h4y6ky6g&_render=rss",
"http://www.pottsmerc.com:80/WebApp/rssfeed?feed=/PTM/_RSSFeed/News",
"http://feeds.chron.com/houstonchronicle/metro",
"http://www.mtairynews.com/?rss=obituaries",
"http://comment.independent.co.uk/commentators/johann_hari/index.jsp?service=rss",
"http://www.moultrieobserver.com/opinion/resources_rsssection.xml",
"http://www.ourmidland.com/site/rss/?Midland%20Daily%20News/News/Main%20Section/Local%20News",
"http://www.mountainx.com/rss/ae/",
"http://www.mpnnow.com/towns/victor/rss",
"http://www.mineralwellsindex.com/opinion/resources_rsssection.xml",
"http://www.milehighnews.com/RSS34122.12.xml",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss18&mime=xml",
"http://www.kansascity.com/news/local/index.xml",
"http://www.msnbc.msn.com/id/17032518/device/rss/rss.xml",
"http://www2.ljworld.com/rss/headlines/entertainment/",
"http://www.pioneerlocal.com/highlandpark/rss/news/index.xml",
"http://www.mcalesternews.com/features/resources_rsssection.xml",
"http://www.forbes.com/finance/etfs/index.xml",
"http://feeds.news.com.au/public/rss/2.0/heraldsun_opinion_210.xml",
"http://feeds.bizjournals.com/bizj_nashville",
"http://syndication.boston.com/news/globe/living/beam?mode=rss_10",
"http://news.independent.co.uk/world/asia/index.jsp?service=rss",
"http://www.tylerpaper.com/apps/pbcs.dll/section?category=RSS01&cat=NEWS11&mime=xml",
"http://www.pbs.org/wnet/nature/rss/rss.xml",
"http://www.chron.com/rss/nb/pasadena/news/index.rss",
"http://www.miamiherald.com/579/index.xml",
"http://www.wickedlocal.com/malden/news/lifestyle/rss",
"http://www.morningjournal.com/site/rss/?The%20Morning%20Journal/News/News/Obituaries",
"http://www.ft.com/rss/companies/aerospace",
"http://rss.mnginteractive.com/live/LowellSun/LS_26.xml",
"http://home.kyodo.co.jp/rss/rss3.xml",
"http://www.scnow.com/midatlantic/scp/rss/entertainment.xml",
"http://www.mercedsunstar.com/109/index.rss",
"http://www.commercialappeal.com/feeds/headlines/entertainment/",
"http://feeds.iol.co.za/rss/feed_eastafrica.rss",
"http://miamiherald.typepad.com/nakedpolitics/rss.xml",
"http://www.mcclatchydc.com/149/index.rss",
"http://www.register-news.com/sports/resources_rsssection.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsmesquite.xml",
"http://www.meridianstar.com/news/resources_rsssection.xml",
"http://wp2.medina-gazette.com/category/police-logs/feed/",
"http://www.publicbroadcasting.net/michigan/news.newsmain?action=rssheadlines&section=4",
"http://feeds.feedburner.com/dailymail/TVShowbizReviews",
"http://www.moultrieobserver.com/local/resources_rsssection.xml",
"http://www.dnews.com/rss/business.php",
"http://pipes.yahoo.com/pipes/pipe.run?_id=rERIzF3s2xGz2xHRnkartA&_render=rss",
"http://www.iht.com/rss/properties.xml",
"http://feeds.latimes.com/latimes/news/local/orange/",
"http://www.myrtlebeachonline.com/living/health/index.xml",
"http://www.mysanantonio.com/newskiosk/rss/mysa-business.xml",
"http://www.middletownjournal.com/news/content/includes/rss/newswire.xml",
"http://feeds.chron.com/houstonchronicle/metromack",
"http://www.ourmidland.com/site/rss/?Midland%20Daily%20News/News/Main%20Section/Police%20and%20Courts",
"http://www.mtairynews.com/?rss=news/local_news",
"http://www.mylocalnews.com/nws/index.php?/main/rss_2.0",
"http://buyit.myrtlebeachonline.com/findit/search/rss_browse.jsp?sort=modifieddate&sortType=desc&catId=krd_myrtlebeachsunnews675a4&fromUrl=http%3A//buyit.myrtlebeachonline.com/findit/real_estate/apartments_home_rentals/index.htm",
"http://www.mywesttexas.com/site/rss/?MyWestTexas%2Ecom/News/Lifestyle%20%26%20Features/Lifestyle%20%26%20Features",
"http://www.mpnnow.com/towns/richmond/rss",
"http://www.nevadaappeal.com/apps/pbcs.dll/section?Category=rss01&mime=xml",
"http://comment.independent.co.uk/commentators/joan_smith/index.jsp?service=rss",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss28&mime=xml",
"http://www.msnbc.msn.com/id/3034600/device/rss/rss.xml",
"http://www2.ljworld.com/rss/headlines/arts/",
"http://www.forbes.com/finance/investoreducation/index.xml",
"http://www.nashuatelegraph.com/apps/pbcs.dll/section?category=XML04&mime=xml",
"http://syndication.boston.com/yourlife/home/hotton?mode=rss_10",
"http://www.pioneerlocal.com/libertyville/rss/sports/index.xml",
"http://news.independent.co.uk/health/index.jsp?service=rss",
"http://www.chron.com/rss/ent/movies/coming/index.rss",
"http://www.mineralwellsindex.com/localsports/resources_rsssection.xml",
"http://www.miamiherald.com/673/index.xml",
"http://www.muskogeephoenix.com/editorials/resources_rsssection.xml",
"http://rss.mnginteractive.com/live/MontereyHerald/MontereyHerald_1917651.xml",
"http://www.nbc10.com/money/topstory.rss",
"http://www.wickedlocal.com/mansfield/sports/rss",
"http://www.nationalreview.com/index.xml",
"http://www.morningjournal.com/site/rss/?The%20Morning%20Journal/News/News/Sports",
"http://www.nbc30.com/health/topstory.rss",
"http://www.ft.com/rss/indepth/iran",
"http://ncregister.com/site/rss_2.0",
"http://feeds.news.com.au/public/rss/2.0/fs_super14_247.xml",
"http://www.nationmedia.com/dailynation/nmgrss.asp?category_id=3",
"http://home.kyodo.co.jp/rss/rss6.xml",
"http://feeds.bizjournals.com/bizj_national",
"http://www.tucsoncitizen.com/altdaily/rss/nationworld/",
"http://www.pbs.org/cringely/nerdtv/rss/nerdtv.xml",
"http://www.nbc13.com/gulfcoastwest/vtm/rss/health_and_wellness.xml",
"http://www.nbc-2.com/RSS/sports.xml",
"http://feeds.iol.co.za/rss/feed_europe.rss",
"http://www.scnow.com/midatlantic/scp/rss/news.xml",
"http://www.mcclatchydc.com/152/index.rss",
"http://miamiherald.typepad.com/gaysouthflorida/rss.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsautoterrysgarage.xml",
"http://feeds.feedburner.com/EditorAndPublisher-Newsroom",
"http://www.register-news.com/local/resources_rsssection.xml",
"http://www.dnews.com/rss/breaking-news.php",
"http://feeds.latimes.com/latimes/news/local/los_angeles_metro/",
"http://www.nbcsandiego.com/entertainment/topstory.rss",
"http://pipes.yahoo.com/pipes/pipe.run?_id=vqQJrF7s2xGOYw8Zo_NLYQ&_render=rss",
"http://www.publicbroadcasting.net/michigan/news.newsmain?action=rssheadlines&section=3",
"http://www.ncbr.com/rss/industry.asp?cid=5",
"http://www.myrtlebeachonline.com/business/index.xml",
"http://www.ourmidland.com/site/rss/?Midland%20Daily%20News/News/Main%20Section/Editorial%20Page",
"http://www.mysanantonio.com/newskiosk/rss/mysa-nation.xml",
"http://feeds.chron.com/houstonchronicle/life",
"http://www.middletownjournal.com/news/content/includes/rss/features.xml",
"http://www.qctimes.com/?rss=/news/business",
"http://blog.nj.com/ledgerupdates_impact/atom.xml",
"http://www.wcfcourier.com/?rss=news/breaking_news",
"http://www.siouxcityjournal.com/?rss=news_business/local/",
"http://www.nctimes.com/?rss=/news/californian",
"http://static.canadaeast.com/rss/TJOPINION.xml",
"http://www.mpnnow.com/towns/pittsford/rss",
"http://www.newarkadvocate.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.nwherald.com/?rss=news/columnists",
"http://buyit.myrtlebeachonline.com/findit/search/rss_browse.jsp?sort=modifieddate&sortType=desc&catId=krd_myrtlebeachsunnews65848&fromUrl=http%3A//buyit.myrtlebeachonline.com/findit/real_estate/homes_for_sale/index.htm",
"http://www.msnbc.msn.com/id/9409918/device/rss/rss.xml",
"http://www.pioneerlocal.com/maywood/rss/lifestyles/index.xml",
"http://www.ncnewsonline.com/sports/resources_rsssection.xml",
"http://www.mywesttexas.com/site/rss/?MyWestTexas%2Ecom/News/Editorial%20%26%20Opinion/Columnists%20%26%20Editorials",
"http://comment.independent.co.uk/commentators/alan_watkins/index.jsp?service=rss",
"http://www.forbes.com/healthcare/index.xml",
"http://newcastlepacer.com/1_rss.xml",
"http://www.nashuatelegraph.com/apps/pbcs.dll/section?category=XML07&mime=xml",
"http://www.nhregister.com/site/rss/?New%20Haven%20Register/News/News/Margaret%20E%2E%20Haering",
"http://www.unionleader.com/rss-homepage.aspx",
"http://news.independent.co.uk/sci_tech/index.jsp?service=rss",
"http://www.miamiherald.com/515/index.xml",
"http://www.nhgazette.com/?feed=rss2",
"http://www.chron.com/rss/life/style/index.rss",
"http://rss.mnginteractive.com/live/danbury/danbury_1939438.xml",
"http://www.wickedlocal.com/malden/news/business/rss",
"http://www.nbc30.com/entertainment/topstory.rss",
"http://www.ft.com/rss/yourmoney/beginnersguide",
"http://www.nbc10.com/sports/topstory.rss",
"http://www.newburyportnews.com/purecord/resources_etp_rss_section.xml",
"http://www.muskogeephoenix.com/entertainment/resources_rsssection.xml",
"http://feeds.news.com.au/public/rss/2.0/business_superannuation_302.xml",
"http://www.nationmedia.com/dailynation/nmgrss.asp?category_id=5",
"http://home.kyodo.co.jp/rss/rss20.xml",
"http://feeds.iol.co.za/rss/busrep_mining.rss",
"http://www.mcclatchydc.com/167/index.rss",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewstastemiracles.xml",
"http://www.nbc13.com/gulfcoastwest/vtm/rss/sports.xml",
"http://feeds.feedburner.com/knbc/entertainment",
"http://www.nbc-2.com/RSS/weather.xml",
"http://feeds.latimes.com/latimes/features/magazine/west/",
"http://feeds.bizjournals.com/bizj_albuquerque",
"http://www.dnews.com/rss/sports.php",
"http://pipes.yahoo.com/pipes/pipe.run?_id=bHn85l3s2xGsumBLCB2yXQ&_render=rss",
"http://www.newsindia-times.com/Web/RSSFeed/2007/10/26/26_10_2007_029.xml",
"http://www.news10.net/tech/rss/us-world.aspx",
"http://www.scnow.com/midatlantic/scp/rss/sports.xml",
"http://www.myrtlebeachonline.com/news/index.xml",
"http://feeds.hollywood.com/hollywoodcom_recent_news",
"http://miamiherald.typepad.com/reeling/rss.xml",
"http://www.ourmidland.com/site/rss/?Midland%20Daily%20News/News/Main%20Section/High%20School%20Football",
"http://static.canadaeast.com/rss/TJSPORTS.xml",
"http://www.mysanantonio.com/newskiosk/rss/mysa-editorials.xml",
"http://www.nbcsandiego.com/health/topstory.rss",
"http://www.mpnnow.com/towns/bloomfield/rss",
"http://www.ncbr.com/rss/industry.asp?cid=9",
"http://www.newarkadvocate.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss16&mime=xml",
"http://www.publicbroadcasting.net/michigan/news.newsmain?action=rssheadlines&section=8",
"http://www.pioneerlocal.com/mundelein/rss/business/index.xml",
"http://www.news4jax.com/entertainment/topstory.rss",
"http://www.msnbc.msn.com/id/8885164/device/rss/rss.xml",
"http://www.newburyportnews.com/pubiz/resources_etp_rss_section.xml",
"http://www.ncnewsonline.com/entertainment/resources_rsssection.xml",
"http://cantondailyledger.com/?rss=news",
"http://www.bentoneveningnews.com/?rss=news",
"http://www.qctimes.com/?rss=/news/elections",
"http://www.forbes.com/ebusiness/index.xml",
"http://www.siftingsherald.com/?rss=news",
"http://www.mywesttexas.com/site/rss/?MyWestTexas%2Ecom/News/Police%20Reports/Police%20Reports",
"http://newcastlepacer.com/3_rss.xml",
"http://www.mariondaily.com/?rss=breaking_news&title=News%20from%20the%20Marion%20Daily%20Republican&desc=The%20latest%20news%20from%20Marion,%20IL",
"http://comment.independent.co.uk/columnists/brian_viner/index.jsp?service=rss",
"http://news.independent.co.uk/business/sme/index.jsp?service=rss",
"http://www.nhregister.com/WebApp/rssfeed?feed=/NHR/_RSSFeed/Life",
"http://www.miamiherald.com/298/index.xml",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_1814108.xml",
"http://www.nashuatelegraph.com/apps/pbcs.dll/section?category=XML06&mime=xml",
"http://www.chron.com/rss/tech/news/index.rss",
"http://www.muskogeephoenix.com/business/resources_rsssection.xml",
"http://www.ft.com/rss/yourmoney/tax",
"http://www.nbc10.com/health/topstory.rss",
"http://www.nhgazette.com/?feed=comments-rss2",
"http://www.wickedlocal.com/marshfield/news/business/rss",
"http://feeds.news.com.au/public/rss/2.0/trav_aus_qld_349.xml",
"http://www.bcrnews.com/?rss=news",
"http://www.nationmedia.com/dailynation/nmgrss.asp?category_id=1",
"http://www.dailypilot.com/?rss=news",
"http://home.kyodo.co.jp/rss/rss19.xml",
"http://feeds.iol.co.za/rss/feed_ioltech_entertainment.rss",
"http://www.helena-arkansas.com/?rss=news",
"http://www.nbc30.com/sports/topstory.rss",
"http://www.kauaiworld.com/?rss=news",
"http://www.journalreview.com/?rss=news",
"http://www.lodinews.com/?rss=news",
"http://www.lakesunleader.com/?rss=news",
"http://www.jg-tc.com/?rss=news",
"http://www.newportindependent.com/?rss=news",
"http://www.nwaonline.net/?rss=news",
"http://www.mcclatchydc.com/175/index.rss",
"http://www.glendalenewspress.com/?rss=news",
"http://www.mi-reporter.com/?rss=news",
"http://www.pantagraph.com/?rss=news",
"http://www.dallasnews.com/newskiosk/rss/dallasnewstcu.xml",
"http://www.shelbycountyreporter.com/?rss=news",
"http://www.ridgecrestca.com/?rss=news",
"http://feeds.latimes.com/GeorgeSkelton/",
"http://www.stuttgartdailyleader.com/?rss=news",
"http://pipes.yahoo.com/pipes/pipe.run?_id=eIJrDV7s2xGxuOKJlfXiAA&_render=rss",
"http://feeds.feedburner.com/News8Politics",
"http://www.dnews.com/rss/pulse.php",
"http://www.svherald.com/?rss=news",
"http://www.sonomanews.com/?rss=news",
"http://www.siskiyoudaily.com/?rss=news",
"http://www.myrtlebeachonline.com/entertainment/index.xml",
"http://www.nbc-2.com/RSS/main.xml",
"http://comment.independent.co.uk/commentators/howard_jacobson/index.jsp?service=rss",
"http://www.scnow.com/midatlantic/scp/rss/politics.xml",
"http://www.newsindia-times.com/Web/RSSFeed/2007/10/26/26_10_2007_028.xml",
"http://feeds.hollywood.com/hollywoodcom_new_reviews",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss27&mime=xml",
"http://www.wgtndailynews.com/?rss=news",
"http://www.msnbc.msn.com/id/17153380/device/rss/rss.xml",
"http://www.pbs.org/newshour/rss/teacher.xml",
"http://www.newarkadvocate.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://www.news4jax.com/sports/topstory.rss",
"http://www.mpnnow.com/towns/gates/rss",
"http://www.nbcsandiego.com/sports/topstory.rss",
"http://www.newsdemocrat.com/2_rss.xml",
"http://www.pioneerlocal.com/maywood/rss/entertainment/index.xml",
"http://www.zwire.com/site/rss/?The%20News%20Item/News/Sports/Local%20Sports/",
"http://static.canadaeast.com/rss/TJBUSINESS.xml",
"http://www.siouxcityjournal.com/?rss=news_living/local/",
"http://www.napavalleyregister.com/?rss=news/local",
"http://billingsgazette.net/?rss=news/local",
"http://www.ncbr.com/rss/industry.asp?cid=8",
"http://www.journalgazette.net/apps/pbcs.dll/section?Category=NEWS09&mime=xml",
"http://bozemandailychronicle.com/?rss=news",
"http://www.ncnewsonline.com/local/resources_rsssection.xml",
"http://www.herald-review.com/?rss=news/editorials",
"http://www.forbes.com/finance/funds/index.xml",
"http://www.wcfcourier.com/?rss=news/metro",
"http://minnesota.publicradio.org/tools/rss/mprnews.php",
"http://www.mywesttexas.com/site/rss/?MyWestTexas%2Ecom/News/Sports/Local%20Sports",
"http://www.nhregister.com/site/rss/?New%20Haven%20Register/News/News/Alan%20P%2E%20Weiss",
"http://www.caswellmessenger.com/?rss=news",
"http://www.gwcommonwealth.com/?rss=news/obituaries",
"http://news.independent.co.uk/world/middle_east/index.jsp?service=rss",
"http://www.qctimes.com/?rss=/news/local",
"http://www.miamiherald.com/435/index.xml",
"http://www.chron.com/rss/ent/celebrities/index.rss",
"http://www.ft.com/rss/comment/personalview",
"http://www.nashuatelegraph.com/apps/pbcs.dll/section?category=XML05&mime=xml",
"http://hjnews.townnews.com/?rss=news",
"http://www.nwherald.com/?rss=news/local",
"http://gazetterecord.com/?rss=news",
"http://feeds.news.com.au/public/rss/2.0/news_national_breaking_news_39.xml",
"http://www.legacy.com/services/obitrss.asp?Source=News-Record&omniture=0",
"http://rss.mnginteractive.com/live/DailyNews/DailyNews_1919006.xml",
"http://www.ddtonline.com/?rss=news",
"http://feeds.iol.co.za/rss/feed_westafrica.rss",
"http://www.wickedlocal.com/mansfield/news/business/rss",
"http://www.nationmedia.com/dailynation/nmgrss.asp?category_id=2",
"http://www.aledotimesrecord.com/?rss=news",
"http://www.mcclatchydc.com/172/index.rss",
"http://www.elkintribune.com/?rss=news",
"http://www.freemansd.com/?rss=news",
"http://www.lacrossetribune.com/?rss=news",
"http://www.nbc10.com/news/topstory.rss",
"http://www.hopestar.com/?rss=news",
"http://www.nwi.com/?rss=/news/top_news",
"http://www.blockislandtimes.com/?rss=news",
"http://www.kvnews.com/?rss=news/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsjlanders.xml",
"http://www.palatkadailynews.com/?rss=news",
"http://www.holmencourier.com/?rss=news",
"http://www.seattleweekly.com/news/rss.xml",
"http://www.nlrtimes.com/?rss=news",
"http://www.enterprise-journal.com/?rss=news",
"http://www.loganbanner.com/?rss=news",
"http://feeds.feedburner.com/knbc/health",
"http://www.codyenterprise.com/?rss=news",
"http://www.lagrangenews.com/?rss=news",
"http://www.franklincountytimes.com/?rss=news",
"http://feeds.latimes.com/latimes/features/home/",
"http://www.maconch.com/?rss=news",
"http://www.dailytribune.net/?rss=news",
"http://www.greenfieldreporter.com/?rss=news",
"http://www.njlnews.com/?rss=news",
"http://www.maumellemonitor.com/?rss=news",
"http://www.heraldindependent.com/?rss=news",
"http://www.kcchronicle.com/?rss=news/state",
"http://www.newsenterpriseonline.com/?rss=news",
"http://www.newberryobserver.com/?rss=news",
"http://pipes.yahoo.com/pipes/pipe.run?_id=vvBegM3k2xGgmqsPjknRlg&_render=rss",
"http://www.onalaskalife.com/?rss=news",
"http://www.pickenssentinel.com/?rss=news",
"http://www.nogalesinternational.com/?rss=news",
"http://www.richfieldreaper.com/?rss=news",
"http://www.mtshastanews.com/?rss=news",
"http://www.stjamesnews.com/?rss=news",
"http://www.standard-journal.com/?rss=news",
"http://www.taftmidwaydriller.com/?rss=news",
"http://www.dnews.com/rss/local.php",
"http://www.wdtimes.com/?rss=news",
"http://www.scnow.com/midatlantic/scp/rss/forecasts.xml",
"http://www.myrtlebeachonline.com/news/local/crime_courts/index.xml",
"http://feeds.newyorker.com/services/rss/feeds/books.xml",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss15&mime=xml",
"http://comment.independent.co.uk/commentators/mary_dejevsky/index.jsp?service=rss",
"http://www.mpnnow.com/towns/canandaigua/rss",
"http://www.msnbc.msn.com/id/13282720/device/rss/rss.xml",
"http://www.newburyportnews.com/puopinion/resources_etp_rss_section.xml",
"http://www.nifocus.com/newsflash/rss.xml",
"http://www.pbs.org/newshour/rss/headlines.xml",
"http://www.napavalleyregister.com/?rss=news/national",
"http://www.herald-review.com/?rss=news/money",
"http://www.news-gazette.com/sportsfacts/rss/sportsfacts.xml",
"http://www.newsindia-times.com/Web/RSSFeed/2007/10/26/26_10_2007_030.xml",
"http://billingsgazette.net/?rss=news/wyoming",
"http://feeds.hollywood.com/hollywoodcom_weekend_box_office_top_10",
"http://www.news4jax.com/health/topstory.rss",
"http://www.forbes.com/logistics/index.xml",
"http://www.newburyportnews.com/pulife/resources_etp_rss_section.xml",
"http://www.news-journal.com/news/content/includes/rss/features.xml",
"http://www.wellsvilledaily.com/?rss=news",
"http://www.zwire.com/site/rss/?Harrison%20Daily%20Times/News/Newton%20County%20Times/Top%20Stories%20%2D%20NCT",
"http://www.pioneerlocal.com/mundelein/rss/sports/index.xml",
"http://www.news-sentinel.com/apps/pbcs.dll/section?template=RSS&cat=FRONTPAGE&mime=xml",
"http://www.ncbr.com/rss/industry.asp?cid=4",
"http://www.newsherald.com/rss/top_stories.php",
"http://www.nymag.com/rss/Tech.xml",
"http://www.nhregister.com/site/rss/?New%20Haven%20Register/News/News/Dr%2E%20David%20L%2E%20Katz",
"http://www.thewesterlysun.com/?rss=/news/local",
"http://www.wcfcourier.com/?rss=news/politics",
"http://www.newsmax.com/xml/money.xml",
"http://www.newsleader.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.miamiherald.com/597/index.xml",
"http://www.chron.com/rss/ent/arts/dance/index.rss",
"http://www.nwherald.com/?rss=news/state",
"http://www.ncnewsonline.com/homepage/resources_rsssection.xml",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_1885166.xml",
"http://news.independent.co.uk/appeals/ios_appeal/index.jsp?service=rss",
"http://www.gwcommonwealth.com/?rss=news/top_stories",
"http://apps.newsobserver.com/rss/rss3.xml",
"http://www.ft.com/rss/markets/commodities",
"http://www.qctimes.com/?rss=/news/state",
"http://www.mywesttexas.com/site/rss/?MyWestTexas%2Ecom/News/Local%20News/Top%20Stories",
"http://www.news-press.com/apps/pbcs.dll/section?category=RSS05&mime=xml",
"http://www.casperstartribune.net/?rss=news/regional",
"http://feeds.news.com.au/public/rss/2.0/news_centralsthasia_279.xml",
"http://www.observer.com/index.xml",
"http://feeds.iol.co.za/rss/feed_crimecourts.rss",
"http://www.wickedlocal.com/marblehead/news/opinions/rss",
"http://www.mcclatchydc.com/105/index.rss",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsfluksa.xml",
"http://www.nbc10.com/entertainment/topstory.rss",
"http://nymag.com/daily/fashion/index.xml",
"http://www.news-reporter.com/news.xml",
"http://feeds.feedburner.com/lexisnexis/topstories",
"http://feeds.latimes.com/latimes/news/local/ventura/",
"http://rss.msnbc.msn.com/id/3637971/device/rss/rss.xml",
"http://www.oregonnews.com/apps/pbcs.dll/section?Category=rss01&mime=xml",
"http://pipes.yahoo.com/pipes/pipe.run?_id=To9jpl3s2xGgcWVJCB2yXQ&_render=rss",
"http://www.rapidcityjournal.com/?rss=news/top",
"http://www.myrtlebeachonline.com/news/breaking_news/index.xml",
"http://www.newstimeslive.com/rss/police.xml",
"http://www.newsvine.com/_feeds/rss2/index",
"http://www.southjerseylocalnews.com/WebApp/rssfeed?feed=/SJL/_RSSFeed/Sports",
"http://www.msnbc.msn.com/id/3058960/?displaymode=1026&eventType=1&rss.xml",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss19&mime=xml",
"http://www.crainsny.com/apps/pbcs.dll/section?category=rss22&mime=xml&profile=Technology&profileid=1064",
"http://www.pioneerlocal.com/mountprospect/rss/business/index.xml",
"http://www.mpnnow.com/towns/fairport/rss",
"http://www.scnow.com/midatlantic/scp/rss/health.xml",
"http://www.zwire.com/site/rss/?The%20News%20Item/News/News/Obituaries/",
"http://comment.independent.co.uk/commentators/john_rentoul/index.jsp?service=rss",
"http://www.herald-review.com/?rss=news/state",
"http://www.forbes.com/manufacturing/index.xml",
"http://www.news-journal.com/news/content/includes/rss/newswire.xml",
"http://billingsgazette.net/?rss=news/state",
"http://www.pbs.org/nbr/site/research/learnmore/rss/standard_rss.xml",
"http://feeds.hollywood.com/hollywoodcom_celeb_birthdays",
"http://www.nymag.com/rss/Theater.xml",
"http://www.legacy.com/services/obitrss.asp?Source=NWNG",
"http://www.ncbr.com/rss/industry.asp?cid=19",
"http://www.chron.com/rss/sports/college/index.rss",
"http://www.miamiherald.com/295/index.xml",
"http://news.independent.co.uk/world/index.jsp?service=rss",
"http://www.ft.com/rss/businesslife/investinginindia",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_74.xml",
"http://www.nypost.com/rss/liz.xml",
"http://apps.newsobserver.com/rss/rss15.xml",
"http://www.newsleader.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.nhregister.com/WebApp/rssfeed?feed=/NHR/_RSSFeed/Opinions",
"http://www.news-press.com/apps/pbcs.dll/section?category=RSS08&mime=xml",
"http://www.casperstartribune.net/?rss=news/wyoming",
"http://feeds.news.com.au/public/rss/2.0/ent_television_38.xml",
"http://feeds.iol.co.za/rss/feed_southamerica.rss",
"http://www.newburyportnews.com/pusports/resources_etp_rss_section.xml",
"http://www.nydailynews.com/index_rss.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsbhorn.xml",
"http://www.mcclatchydc.com/150/index.rss",
"http://www.wickedlocal.com/marlborough/news/business/rss",
"http://feeds.feedburner.com/nynewsday/sports/football/jets",
"http://feeds.latimes.com/latimes/news/local",
"http://www.nbc10.com/technology/topstory.rss",
"http://pipes.yahoo.com/pipes/pipe.run?_id=1kaSYc3k2xG2gWAW1vC6Jw&_render=rss",
"http://www.nflplayers.com/journalrss.aspx",
"http://www.newstimeslive.com/rss/editorial.xml",
"http://comment.independent.co.uk/commentators/andrew_grice/index.jsp?service=rss",
"http://rss.msnbc.msn.com/id/3037903/device/rss/rss.xml",
"http://www.nysun.com/edition/22_rss_2.0.xml",
"http://www.nhbr.com/apps/pbcs.dll/section?category=XML08&mime=xml",
"http://www.normantranscript.com/realestate/resources_rsssection.xml",
"http://feeds.newyorker.com/services/rss/feeds/politics.xml",
"http://www.county29.net/cms2/index2.php?option=ds-syndicate&version=1&feed_id=2",
"http://www.zwire.com/site/rss/?The%20News%20Item/News/Opinion/Sound%20Off/",
"http://www.msnbc.msn.com/id/3032432/device/rss/rss.xml",
"http://www.pioneerlocal.com/mountprospect/rss/entertainment/index.xml",
"http://www.mpnnow.com/towns/bristol/rss",
"http://www.nafreepress.com/news/rss",
"http://www.forbes.com/finance/investingideas/index.xml",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss01&mime=xml",
"http://www.npr.org/rss/rss.php?id=1008",
"http://www.miamiherald.com/540/index.xml",
"http://www.norwichbulletin.com/entertainment/rss",
"http://www.chron.com/rss/nb/bay/sports/index.rss",
"http://www.nwfdailynews.com/articleArchive/rss.php",
"http://www.myrtlebeachonline.com/news/local/index.xml",
"http://www.crainsny.com/apps/pbcs.dll/section?category=rss08&mime=xml&profile=HealthCare&profileid=1048",
"http://www.nypost.com/rss/weekend.xml",
"http://rss.mnginteractive.com/live/MontereyHerald/MontereyHerald_1917647.xml",
"http://www.nhregister.com/site/rss/?New%20Haven%20Register/News/News/US%2FWorld",
"http://www.ft.com/rss/companies",
"http://www.pbs.org/wgbh/nova/rss/nova.xml",
"http://feeds.hollywood.com/hollywoodcom_new_movies_this_week",
"http://www.niagara-gazette.com/obituaries/resources_rsssection.xml",
"http://apps.newsobserver.com/rss/rss1.xml",
"http://www.news-journal.com/news/content/includes/rss/opinion.xml",
"http://feeds.news.com.au/public/rss/2.0/business_analysis_300.xml",
"http://www.njbiz.com/feed/rss.xml",
"http://www.nwpr.org/rss/Articles.aspx",
"http://www.news-press.com/apps/pbcs.dll/section?category=RSS04&mime=xml",
"http://www.tahoebonanza.com/apps/pbcs.dll/section?Category=rss01&mime=xml",
"http://www.casperstartribune.net/?rss=news/top_story",
"http://feeds.iol.co.za/rss/feed_motoring.rss",
"http://www.mcclatchydc.com/112/index.rss",
"http://www.nydailynews.com/ny_local/bronx/rss.xml",
"http://feeds.nydailynews.com/nydnrss/sports/baseball",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsautoclassics.xml",
"http://www.wickedlocal.com/marlborough/sports/rss",
"http://feeds.feedburner.com/nynewsday/sports/columnists/JoeGergen",
"http://www.nbc10.com/nationalnews/topstory.rss",
"http://feeds.latimes.com/latimes/sports/boxing/",
"http://news.independent.co.uk/people/obituaries/index.jsp?service=rss",
"http://pipes.yahoo.com/pipes/pipe.run?_id=oOaiHV3s2xGuUxrTnkartA&_render=rss",
"http://rss.msnbc.msn.com/id/3037898/device/rss/rss.xml",
"http://www.pioneerlocal.com/gurnee/rss/lifestyles/index.xml",
"http://www.msnbc.msn.com/id/16269183/device/rss/rss.xml",
"http://www.newstimeslive.com/rss/columns.xml",
"http://www.nysun.com/edition/31_rss_2.0.xml",
"http://comment.independent.co.uk/columnists/john_walsh/index.jsp?service=rss",
"http://www.mpnnow.com/towns/spencerport/rss",
"http://www.nafreepress.com/sports/rss",
"http://www.forbes.com/infrastructure/index.xml",
"http://www.nhbr.com/apps/pbcs.dll/section?category=XML09&mime=xml",
"http://feeds.newyorker.com/services/rss/feeds/tables.xml",
"http://www.normantranscript.com/localsports/resources_rsssection.xml",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss13&mime=xml",
"http://www.npr.org/rss/rss.php?id=1019",
"http://www.nymag.com/rss/Business_and_Money.xml",
"http://www.miamiherald.com/283/index.xml",
"http://www.nwfdailynews.com/articleArchive/rss.php?cat=spr",
"http://www.chron.com/rss/sports/bk/bkn/index.rss",
"http://www.zwire.com/site/rss/?The%20News%20Item/News/News/Local%20News/",
"http://www.globegazette.com/?rss=obit",
"http://www.nypost.com/rss/knicks.xml",
"http://www.ft.com/rss/home/asia",
"http://www.crainsny.com/apps/pbcs.dll/section?category=rss17&mime=xml&profile=Real%20Estate%20-%20Commercial&profileid=1058",
"http://www.pantagraph.com/?rss=obits",
"http://www.county29.net/cms2/index2.php?option=ds-syndicate&version=1&feed_id=1",
"http://www.southjerseylocalnews.com/WebApp/rssfeed?feed=/SJL/_RSSFeed/News",
"http://uk.news.yahoo.com/rss/fc/nuclear.xml",
"http://apps.newsobserver.com/rss/rss13.xml",
"http://www.wcfcourier.com/?rss=obituaries/death_notices/",
"http://feeds.news.com.au/public/rss/2.0/business_businessowner_304.xml",
"http://www.norwichbulletin.com/sports/rss",
"http://www.nhregister.com/site/rss/?New%20Haven%20Register/News/Sports/Football%20%2706%20Archive",
"http://www.news-press.com/apps/pbcs.dll/section?category=RSS1007&mime=xmll",
"http://rss.mnginteractive.com/live/LowellSun/LS_28.xml",
"http://brookfield.townnews.com/?rss=obituaries",
"http://feeds.iol.co.za/rss/feed_northafrica.rss",
"http://news.independent.co.uk/uk/crime/index.jsp?service=rss",
"http://www.mcclatchydc.com/177/index.rss",
"http://www.nydailynews.com/ny_local/brooklyn/rss.xml",
"http://www.nuvo.net/rss/section.php?id=8",
"http://www.pbs.org/now/rss.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsbusiness.xml",
"http://cantondailyledger.com/?rss=obituaries",
"http://douglascountysentinel.com/?rss=obituaries",
"http://feeds.feedburner.com/NBC6/Entertainment",
"http://feeds.latimes.com/latimes/sports/hockey/nhl/",
"http://eldoradotimes.com/?rss=obituaries",
"http://www.myrtlebeachonline.com/sports/index.xml",
"http://www.news-journal.com/news/content/includes/rss/news.xml",
"http://gazetterecord.com/?rss=obituaries",
"http://www.mariondaily.com/?rss=obituaries&title=News%20from%20the%20Marion%20Daily%20Republican&desc=The%20latest%20news%20from%20Marion,%20IL",
"http://rss.msnbc.msn.com/id/3694752/device/rss/rss.xml",
"http://www.advocatepress.com/?rss=obituaries",
"http://www.wickedlocal.com/marlborough/news/opinions/rss",
"http://www.ascensioncitizen.com/?rss=obituaries",
"http://www.agjournalonline.com/?rss=obituaries",
"http://www.bcrnews.com/?rss=obituaries",
"http://www.augustagazette.com/?rss=obituaries",
"http://obsentinel.womacknewspapers.com/?rss=obituaries",
"http://www.bgdailynews.com/?rss=obituaries&fullstory=1",
"http://www.bentoneveningnews.com/?rss=obituaries",
"http://www.boonvilledailynews.com/?rss=obituaries",
"http://www.aledotimesrecord.com/?rss=obituaries",
"http://www.carmitimes.com/?rss=obituaries",
"http://www.charlescitypress.com/?rss=obituaries",
"http://www.dailyregister.com/?rss=obituaries",
"http://www.crookstontimes.com/?rss=obituaries",
"http://pipes.yahoo.com/pipes/pipe.run?_id=RlS00M3k2xG7tamVl7okhQ&_render=rss",
"http://www.carthagepress.com/?rss=obituaries",
"http://www.ddtonline.com/?rss=obituaries",
"http://www.dailytribune.net/?rss=obituaries",
"http://www.deridderdailynews.com/?rss=obituaries",
"http://www.franklincountytimes.com/?rss=obituaries",
"http://www.enterprise-journal.com/?rss=obituaries",
"http://www.elkintribune.com/?rss=obituaries",
"http://www.derbydailyrep.com/?rss=obituaries",
"http://www.msnbc.msn.com/id/3032083/device/rss/rss.xml",
"http://www.oakridger.com/RSS/news.xml",
"http://www.granitefallsnews.com/?rss=obituaries",
"http://topics.nytimes.com/top/news/international/countriesandterritories/china/index.html?rss=1",
"http://www.helena-arkansas.com/?rss=obituaries",
"http://www.griffindailynews.com/?rss=obituaries",
"http://www.freemansd.com/?rss=obituaries",
"http://comment.independent.co.uk/commentators/dominic_lawson/index.jsp?service=rss",
"http://www.forbes.com/forbeslife/travel/index.xml",
"http://www.niagara-gazette.com/sports/resources_rsssection.xml",
"http://www.kauaiworld.com/?rss=obituaries",
"http://feeds.newyorker.com/services/rss/feeds/humor.xml",
"http://www.leavenworthtimes.com/?rss=obituaries",
"http://www.kirksvilledailyexpress.com/?rss=obituaries",
"http://www.heraldindependent.com/?rss=obituaries",
"http://www.lagrangenews.com/?rss=obituaries",
"http://www.pioneerlocal.com/lincolnwood/rss/business/index.xml",
"http://www.nafreepress.com/news/lifestyle/rss",
"http://www.nysun.com/edition/20_rss_2.0.xml",
"http://www.journalreview.com/?rss=obituaries",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss22&mime=xml",
"http://www.newstimeslive.com/rss/local_news.xml",
"http://www.miamiherald.com/426/index.xml",
"http://www.npr.org/rss/rss.php?id=1006",
"http://www.nymag.com/rss/Media.xml",
"http://www.leesvilledailyleader.com/?rss=obituaries",
"http://www.mpnnow.com/towns/brockport/rss",
"http://www.loganbanner.com/?rss=obituaries",
"http://www.nwfdailynews.com/articleArchive/rss.php?cat=hea",
"http://www.ft.com/rss/businesslife/investinginchina",
"http://www.maumellemonitor.com/?rss=obituaries",
"http://www.lakesunleader.com/?rss=obituaries",
"http://www.crainsny.com/apps/pbcs.dll/section?category=rss04&mime=xml&profile=Biotech-Pharmaceuticals&profileid=1045",
"http://www.mcphersonsentinel.com/?rss=obituaries",
"http://www.nypost.com/rss/health.xml",
"http://www.macombjournal.com/?rss=obituaries",
"http://www.mexicoledger.com/?rss=obituaries",
"http://feeds.hollywood.com/hollywoodcom_entertainment_highlights",
"http://feeds.nydailynews.com/nydnrss/sports/football",
"http://www.moberlymonitor.com/?rss=obituaries",
"http://www.chron.com/rss/sports/hso/index.rss",
"http://www.mtshastanews.com/?rss=obituaries",
"http://www.newberryobserver.com/?rss=obituaries",
"http://feeds.news.com.au/public/rss/2.0/news_bknews_woman_308.xml",
"http://www.zwire.com/site/rss/?The%20News%20Item/News/News/Police%20Blotter/",
"http://www.newportindependent.com/?rss=obituaries",
"http://www.neoshodailynews.com/?rss=obituaries",
"http://www.morrisdailyherald.com/?rss=obituaries",
"http://apps.newsobserver.com/rss/rss2.xml",
"http://rss.mnginteractive.com/live/NorthAdamsTranscript/NAT_22.xml",
"http://www.pickenssentinel.com/?rss=obituaries",
"http://www.newstribune.info/?rss=obituaries",
"http://www.reviewatlas.com/?rss=obituaries",
"http://www.news-press.com/apps/pbcs.dll/section?category=RSS02&mime=xml",
"http://www.norwichbulletin.com/lifestyles/rss",
"http://www.siftingsherald.com/?rss=obituaries",
"http://www.olneydailymail.com/?rss=obituaries",
"http://www.pontiacdailyleader.com/?rss=obituaries",
"http://www.ridgecrestca.com/?rss=obituaries",
"http://www.richfieldreaper.com/?rss=obituaries",
"http://www.pratttribune.com/?rss=obituaries",
"http://www.nlrtimes.com/?rss=obituaries",
"http://www.sentinel-standard.com/?rss=obituaries",
"http://news.independent.co.uk/europe/index.jsp?service=rss",
"http://feeds.iol.co.za/rss/feed_persfin.rss",
"http://www.siskiyoudaily.com/?rss=obituaries",
"http://www.silverbelt.com/?rss=obituaries",
"http://www.economist.com/rss/obituary_rss.xml",
"http://www.sulphurdailynews.com/?rss=obituaries",
"http://www.sturgisjournal.com/?rss=obituaries",
"http://www.wdtimes.com/?rss=obituaries",
"http://www.starcourier.com/?rss=obituaries",
"http://www.taftmidwaydriller.com/?rss=obituaries",
"http://www.mcclatchydc.com/214/index.rss",
"http://www.nydailynews.com/opinions/editorials/rss.xml",
"http://www.napavalleyregister.com/?rss=obituaries/obituaries",
"http://feeds.nydailynews.com/nydnrss/news/us_world",
"http://www.heraldtribune.com/apps/pbcs.dll/section?CATEGORY=RSS12&mime=xml&class=30",
"http://www.wgtndailynews.com/?rss=obituaries",
"http://www.stjamesnews.com/?rss=obituaries",
"http://www.nhregister.com/WebApp/rssfeed?feed=/NHR/_RSSFeed/Connecticut",
"http://www.westhawaiitoday.com/?rss=obituaries/",
"http://www.stuttgartdailyleader.com/?rss=obituaries",
"http://www.uticaod.com/sports/rss",
"http://www.dallasnews.com/newskiosk/rss/dallasnewshighschoolsoftball.xml",
"http://www.waynesvilledailyguide.com/?rss=obituaries",
"http://feeds.feedburner.com/wrc/health",
"http://www.wellsvilledaily.com/?rss=obituaries",
"http://feeds.latimes.com/latimes/classified/automotive/highway1/",
"http://www.nuvo.net/rss/section.php?id=49",
"http://rss.msnbc.msn.com/id/3694722/device/rss/rss.xml",
"http://www.newsenterpriseonline.com/?rss=obituaries",
"http://www.news-journal.com/news/content/includes/rss/sports.xml",
"http://comment.independent.co.uk/commentators/index.jsp?service=rss",
"http://www.pekintimes.com/?rss=obituaries",
"http://www.gwcommonwealth.com/?rss=opinion/columns",
"http://www.lodinews.com/?rss=opinion/editorials",
"http://www.jg-tc.com/?rss=opinion/editorial",
"http://www.niagara-gazette.com/opinion/resources_rsssection.xml",
"http://pipes.yahoo.com/pipes/pipe.run?_id=rIpkPs3k2xGKeAQIlfXiAA&_render=rss",
"http://www.globegazette.com/?rss=opinion",
"http://www.codyenterprise.com/?rss=opinion",
"http://www.ivpressonline.com/?rss=opinion",
"http://www.journaltimes.com/?rss=opinion",
"http://www.msnbc.msn.com/id/6629189/device/rss/rss.xml",
"http://www.dailypilot.com/?rss=opinion",
"http://www.oakridger.com/RSS/opinion.xml",
"http://www.franklincountytimes.com/?rss=opinion",
"http://www.glendalenewspress.com/?rss=opinion",
"http://www.newtondailynews.com/?rss=opinion",
"http://www.enterprise-journal.com/?rss=opinion",
"http://www.nogalesinternational.com/?rss=opinion",
"http://www.normantranscript.com/obituaries/resources_rsssection.xml",
"http://topics.nytimes.com/top/news/international/countriesandterritories/india/index.html?rss=1",
"http://www.forbes.com/entrepreneurs/technology/index.xml",
"http://feeds.newyorker.com/services/rss/feeds/talk.xml",
"http://www.tucsoncitizen.com/altdaily/rss/opinion/",
"http://www.newstimeslive.com/rss/updates.xml",
"http://www.lakesunleader.com/?rss=opinion",
"http://www.nymag.com/rss/People.xml",
"http://www.miamiherald.com/635/index.xml",
"http://www.nysun.com/edition/4_rss_2.0.xml",
"http://www.hammondstar.com/?rss=opinion/columnists",
"http://www.npr.org/rss/rss.php?id=1070",
"http://www.journalgazette.net/apps/pbcs.dll/section?Category=EDIT01&mime=xml",
"http://www.bgdailynews.com/?rss=opinion/our_opinion&fullstory=1",
"http://www.mpnnow.com/towns/webster/rss",
"http://www.chron.com/rss/nb/fortbend/news/index.rss",
"http://www.nypost.com/rss/travel.xml",
"http://www.sonomanews.com/?rss=opinion",
"http://www.ft.com/rss/yourmoney/moneymakeover",
"http://www.nafreepress.com/news/lifestyle/health/rss",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss23&mime=xml",
"http://www.crainsny.com/apps/pbcs.dll/section?category=rss18&mime=xml&profile=RealEstate&profileid=1059",
"http://www.kauaiworld.com/?rss=opinion",
"http://www.nwfdailynews.com/articleArchive/rss.php?cat=tec",
"http://www.wcfcourier.com/?rss=opinions/editorial/",
"http://www.lagrangenews.com/?rss=opinion",
"http://www.nwi.com/?rss=/opinion/times_editorials",
"http://feeds.bizjournals.com/bizj_orlando",
"http://www.daily-chronicle.com/?rss=opinions/columnists",
"http://feeds.news.com.au/public/rss/2.0/trav_indepth_365.xml",
"http://www.nwaonline.net/?rss=our_town",
"http://www.norwichbulletin.com/opinions/rss",
"http://feeds.iol.co.za/rss/feed_thestar.rss",
"http://www.pioneerlocal.com/maywood/rss/sports/index.xml",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_1813196.xml",
"http://news.independent.co.uk/business/index.jsp?service=rss",
"http://www.nydailynews.com/opinions/letters/rss.xml",
"http://www.mcclatchydc.com/103/index.rss",
"http://www.heraldtribune.com/apps/pbcs.dll/section?CATEGORY=RSS08&mime=xml",
"http://feeds.nydailynews.com/nydnrss/sports/baseball/mets",
"http://www.news-press.com/apps/pbcs.dll/section?category=RSS07&mime=xml",
"http://www.napavalleyregister.com/?rss=opinion/commentary",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsrock.xml",
"http://apps.newsobserver.com/rss/rss4.xml",
"http://www.observer-reporter.com/RSS/",
"http://www.uticaod.com/viewpoints/rss",
"http://www.omaha.com/rss_data/pg_3924.xml",
"http://www.nhregister.com/WebApp/rssfeed?feed=/NHR/_RSSFeed/Towns",
"http://feeds.latimes.com/latimes/europe",
"http://newsok.com/load/xml/headlines/health/main/",
"http://feeds.feedburner.com/JoeMcquaid?format=xml",
"http://www.topix.net/rss/olympics",
"http://www.oaoa.com/common/rss/rss.php?cat=Business",
"http://extras.mnginteractive.com/live/xsl/memv/xml/206_most_viewed_rss.xml",
"http://www.richfieldreaper.com/?rss=opinion/our_view",
"http://rss.msnbc.msn.com/id/3694504/device/rss/rss.xml",
"http://www.westhawaiitoday.com/?rss=opinion/editorial/",
"http://www.ocala.com/apps/pbcs.dll/section?Category=prepSportsRSS&mime=xml",
"http://www.pbs.org/ombudsman/rss/ombudsman-rss.xml",
"http://www.msnbc.msn.com/id/3038997/device/rss/rss.xml",
"http://www.oakridger.com/RSS/headlines.xml",
"http://www.miamiherald.com/219/index.xml",
"http://www.nypost.com/rss/opedcolumnists.xml",
"http://www.npr.org/rss/rss.php?id=1026",
"http://feeds.newyorker.com/services/rss/feeds/everything.xml",
"http://www.nymag.com/rss/The_Imperial_City.xml",
"http://www.chron.com/rss/nb/aldine/sports/index.rss",
"http://www.ft.com/rss/world/americas/laa",
"http://www.mpnnow.com/homepage/rss",
"http://feeds.news.com.au/public/rss/2.0/fs_golf_16.xml",
"http://www.pioneerlocal.com/gurnee/rss/entertainment/index.xml",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss24&mime=xml",
"http://www.forbes.com/forbeslife/health/index.xml",
"http://www.oskaloosaherald.com/community/resources_rsssection.xml",
"http://www.normantranscript.com/homes/resources_rsssection.xml",
"http://www.mcclatchydc.com/170/index.rss",
"http://www.nydailynews.com/entertainment/tv/rss.xml",
"http://www.palmbeachdailynews.com/news/content/includes/rss/news.xml",
"http://www.news-press.com/apps/pbcs.dll/section?category=RSS01&mime=xml",
"http://rss.mnginteractive.com/live/DailyNews/DailyNews_75.xml",
"http://www.opb.org/newsroom/opbnews.rss",
"http://www.ocweekly.com/index2.php?catid=49&no_html=1&nocache=0&option=com_ds-syndicate&source=category&type=RSS",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewscolmjameson.xml",
"http://www.pal-item.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://feeds.latimes.com/latimes/news/local/politics/cal/",
"http://feeds.iol.co.za/rss/feed_iolhiv-aids.rss",
"http://www.palmbeachpost.com/news/content/services/rss/breaking_news_feeds.xml",
"http://www.nwfdailynews.com/articleArchive/rss.php?cat=sci",
"http://www.omaha.com/rss_data/pg_3923.xml",
"http://onlineathens.com/RSS/business.xml",
"http://comment.independent.co.uk/commentators/philip_hensher/index.jsp?service=rss",
"http://www.norwichbulletin.com/homepage/rss",
"http://www.nhregister.com/WebApp/rssfeed?feed=/NHR/_RSSFeed/NewHaven",
"http://www.ozarkcountytimes.com/publish/rss.xml",
"http://www.normantranscript.com/localnews/resources_rsssection.xml",
"http://feeds.feedburner.com/dp-news-national",
"http://rss.msnbc.msn.com/id/6073321/device/rss/rss.xml",
"http://www.msnbc.msn.com/id/3033062/device/rss/rss.xml",
"http://rss.pennlive.com/penn_patriotnews/index.rss",
"http://www.orangeleader.com/local/resources_rsssection.xml",
"http://www.nysun.com/edition/2_rss_2.0.xml",
"http://www.oakridger.com/RSS/community.xml",
"http://www.chron.com/rss/nb/east/sports/index.rss",
"http://www.gwcommonwealth.com/?rss=opinion/editorials",
"http://feeds.orlandosentinel.com/orlandosentinel/news/space/",
"http://www.peacecorps.gov/rss/peacecorpsnews.xml",
"http://www.pioneerlocal.com/oakpark/rss/lifestyles/index.xml",
"http://www.paloaltoonline.com/news/rss.php",
"http://www.miamiherald.com/382/index.xml",
"http://newsok.com/load/xml/headlines/opinions/main/",
"http://www.nypost.com/rss/tempo.xml",
"http://feeds.bizjournals.com/bizj_pacific",
"http://www.ft.com/rss/comment/columnists",
"http://news.independent.co.uk/business/news/index.jsp?service=rss",
"http://www.nymag.com/rss/Movie_Reviews.xml",
"http://www.npr.org/rss/rss.php?id=1003",
"http://www.ocala.com/apps/pbcs.dll/section?Category=localRSS&mime=xml",
"http://www.pbn.com/rss/latest_stories.rss",
"http://rss.nj.com/njo_patriotsupdate/index.rss",
"http://feeds.news.com.au/public/rss/2.0/business_markets_298.xml",
"http://www.paulsvalleydailydemocrat.com/obituaries/resources_rsssection.xml",
"http://feedblendr.com/blends/18893.rss",
"http://feeds.newyorker.com/services/rss/feeds/reporting.xml",
"http://www.oaoa.com/common/rss/rss.php?cat=Top%20Story",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss25&mime=xml",
"http://www.forbes.com/feeds/popstories.xml",
"http://feeds.nydailynews.com/nydnrss/news/columnists",
"http://rss.mnginteractive.com/live/Paradise%20Post/Paradise_1896508.xml",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewscollgill.xml",
"http://www.mcclatchydc.com/176/index.rss",
"http://www.napavalleyregister.com/?rss=opinion/editorial",
"http://www.pal-item.com/apps/pbcs.dll/section?category=RSS02&mime=xml",
"http://feeds.feedburner.com/nynewsday/news/columnists/RickBrand",
"http://feeds.iol.co.za/rss/feed_sadc.rss",
"http://feeds.latimes.com/RonaldBrownstein/",
"http://www.nydailynews.com/entertainment/photo_galleries/rss.xml",
"http://www.omaha.com/rss_data/pg_3935.xml",
"http://www.mpnnow.com/towns/east_rochester/rss",
"http://outside.in/rss.php?region=Boston",
"http://www.palmbeachpost.com/news/content/services/rss/sports.xml",
"http://onlineathens.com/RSS/news.xml",
"http://www.normantranscript.com/features/resources_rsssection.xml",
"http://www.uticaod.com/business/rss",
"http://www.panews.com/business/resources_rsssection.xml",
"http://www.norwichbulletin.com/news/rss",
"http://www.news-press.com/apps/pbcs.dll/section?category=RSS1001&mime=xml",
"http://www.nwfdailynews.com/articleArchive/rss.php?cat=wor",
"http://www.ocweekly.com/index2.php?option=com_ds-syndicate&type=RSS&no_html=1&nocache=0&source=category&catid=49",
"http://rss.msnbc.msn.com/id/3037880/device/rss/rss.xml",
"http://www.msnbc.msn.com/id/3032632/device/rss/rss.xml",
"http://www.oskaloosaherald.com/obituaries/resources_rsssection.xml",
"http://www.nhregister.com/WebApp/rssfeed?feed=/NHR/_RSSFeed/News",
"http://www.pioneerlocal.com/mortongrove/rss/business/index.xml",
"http://www.chron.com/rss/nb/spring/sports/index.rss",
"http://www.oakridger.com/RSS/announcements.xml",
"http://www.peacecorps.gov/rss/peacecorpsevents_ny.xml",
"http://www.miamiherald.com/611/index.xml",
"http://www.nymag.com/rss/Nightlife.xml",
"http://www.pe.com/newskiosk/rss/politics.xml",
"http://www.nypost.com/rss/realestate.xml",
"http://www.ft.com/rss/world/mideastafrica/spotlightonafrica",
"http://feeds.bizjournals.com/bizj_philadelphia",
"http://www.npr.org/rss/rss.php?id=1032",
"http://feeds.orlandosentinel.com/orlandosentinel/",
"http://www.panews.com/entertainment/resources_rsssection.xml",
"http://www.paulsvalleydailydemocrat.com/sports/resources_rsssection.xml",
"http://feeds.news.com.au/public/rss/2.0/ent_music_37.xml",
"http://newsok.com/load/xml/headlines/home/main/",
"http://feeds.newyorker.com/services/rss/feeds/movies.xml",
"http://www.newsandsentinel.com/rss/RSS-Business.asp",
"http://www.ocala.com/apps/pbcs.dll/section?Category=editorialsRSS&mime=xml",
"http://www.oaoa.com/common/rss/rss.php?cat=Lifestyle",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss06&mime=xml",
"http://www.forbes.com/finance/taxesestates/index.xml",
"http://news.independent.co.uk/appeals/index.jsp?service=rss",
"http://feeds.nydailynews.com/nydnrss/sports/baseball/yankees",
"http://www.dallasnews.com/newskiosk/rss/dallasnewschall.xml",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_1813106.xml",
"http://english.people.com.cn/rss/90781.xml",
"http://www.mcclatchydc.com/104/index.rss",
"http://www.nydailynews.com/ny_local/queens/rss.xml",
"http://feeds.feedburner.com/nynewsday/entertainment/DianeWerts",
"http://feeds.iol.co.za/rss/feed_southafrica.rss",
"http://www.oskaloosaherald.com/realestate/resources_rsssection.xml",
"http://www.pal-item.com/apps/pbcs.dll/section?category=RSS03&mime=xml",
"http://feeds.latimes.com/latimes/business/investing",
"http://www.omaha.com/rss_data/pg_1223.xml",
"http://obsentinel.womacknewspapers.com/?rss=politics",
"http://www.congoo.com/feed/newschannelsfeed.aspx?chid=64&catid=-1",
"http://www.myfoxtampabay.com/myfox/rss_servlet?sectionId=20014&siteId=1018",
"http://onlineathens.com/RSS/obits.xml",
"http://www.buckslocalnews.com/WebApp/rssfeed?feed=/BLN/_RSSFeed/Sports",
"http://www.dailypilot.com/?rss=politics",
"http://www.palmbeachpost.com/news/content/services/rss/obituaries.xml",
"http://www.uticaod.com/homepage/rss",
"http://www.normantranscript.com/entertainment/resources_rsssection.xml",
"http://www.news-press.com/apps/pbcs.dll/section?category=RSS03&mime=xml",
"http://www.nwfdailynews.com/articleArchive/rss.php?cat=ent",
"http://rss.msnbc.msn.com/id/6639214/device/rss/rss.xml",
"http://www.glendalenewspress.com/?rss=politics",
"http://www.ocweekly.com/index2.php?option=com_ds-syndicate&type=RSS&no_html=1&nocache=0&source=section&sectionid=22",
"http://www.pharostribune.com/statenews/resources_rsssection.xml",
"http://www.msnbc.msn.com/id/3174077/device/rss/rss.xml",
"http://www.pewinternet.org/rss-topics.asp?r=4",
"http://www.wiscnews.com/pdr/news/rss.xml",
"http://www.nhregister.com/WebApp/rssfeed?feed=/NHR/_RSSFeed/Sports",
"http://www.pioneerlocal.com/mountprospect/rss/lifestyles/index.xml",
"http://rss.nj.com/njo_rangers/index.rss",
"http://www.chron.com/rss/nb/east/news/index.rss",
"http://rss.phoenixnewtimes.com/php/rss/rss.php?section=default",
"http://www.peacecorps.gov/rss/peacecorpsevents_dc.xml",
"http://www.miamiherald.com/460/index.xml",
"http://www.ft.com/rss/companies/it",
"http://www.nypost.com/rss/news.xml",
"http://www.phoenixvillenews.com:80/WebApp/rssfeed?feed=/PVN/_RSSFeed/NewsColumnists",
"http://www.nymag.com/rss/The_City_Politic.xml",
"http://www.npr.org/rss/rss.php?id=1049",
"http://feeds.orlandosentinel.com/orlandosentinel/entertainment/",
"http://feeds.bizjournals.com/bizj_portland",
"http://www.pe.com/newskiosk/rss/business.xml",
"http://feeds.news.com.au/public/rss/2.0/trav_hldays_Family_330.xml",
"http://www.pnj.com/apps/pbcs.dll/section?category=RSS01",
"http://www.pittsburghcitypaper.ws/gyrobase/Rss.xml?section=14787&pub=14778",
"http://newpittsburghcourieronline.com/articlelive/articlerss/cat/7/",
"http://feeds.newyorker.com/services/rss/feeds/comment.xml",
"http://www.newsandsentinel.com/rss/RSS-Community.asp",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolmlandauer.xml",
"http://www.ocala.com/apps/pbcs.dll/section?Category=featuresRSS&mime=xml",
"http://www.panews.com/healthandfitness/resources_rsssection.xml",
"http://www.mcclatchydc.com/165/index.rss",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss09&mime=xml",
"http://feeds.feedburner.com/tbo/plantcity",
"http://www.nwaonline.net/?rss=prep_sports",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_26.xml",
"http://feeds.iol.co.za/rss/feed_ioltech_home.rss",
"http://feeds.latimes.com/latimes/sports/college/usc/",
"http://www.omaha.com/rss_data/pg_1208.xml",
"http://www.politico.com/rss/suitetalk.xml",
"http://www.poconorecord.com/apps/pbcs.dll/section?Category=rss29&mime=xml",
"http://www.nydailynews.com/entertainment/arts/rss.xml",
"http://uk.news.yahoo.com/rss/fc/soap-operas.xml",
"http://www.polkonline.com/RSS/obits.xml",
"http://www.paulsvalleydailydemocrat.com/statenews/resources_rsssection.xml",
"http://www.forbes.com/facesscan/index.xml",
"http://www.pntonline.com/common/rss/rss.php?cat=Opinion",
"http://www.pal-item.com/apps/pbcs.dll/section?category=RSS04&mime=xml",
"http://www.oaoa.com/common/rss/rss.php?cat=Obituaries",
"http://english.people.com.cn/rss/90776.xml",
"http://www.msnbc.msn.com/id/3158180/device/rss/rss.xml",
"http://www.oskaloosaherald.com/editorials/resources_rsssection.xml",
"http://www.pharostribune.com/local/resources_rsssection.xml",
"http://www.uticaod.com/education/rss",
"http://www.pioneerlocal.com/highlandpark/rss/business/index.xml",
"http://www.starfl.com/common/rss/rss.php?cat=Editorials",
"http://onlineathens.com/RSS/opinion.xml",
"http://www.wiscnews.com/pdr/opinion/rss.xml",
"http://development.postbulletin.com/rss/top_political.xml",
"http://www.buckslocalnews.com/WebApp/rssfeed?feed=/BLN/_RSSFeed/News",
"http://www.chron.com/rss/nb/bay/news/index.rss",
"http://feeds.portfolio.com/portfolio/cultureandlifestyle",
"http://www.miamiherald.com/221/index.xml",
"http://www.ft.com/rss/home/us",
"http://www.phoenixvillenews.com:80/WebApp/rssfeed?feed=/PVN/_RSSFeed/BreakingNews",
"http://www.politicswest.com/frontpage/exclusive/feed",
"http://www.nypost.com/rss/yankees.xml",
"http://www.portclintonnewsherald.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.poststar.com/?rss=news",
"http://www.peacecorps.gov/rss/peacecorpsevents_chicago.xml",
"http://feeds.bizjournals.com/bizj_pittsburgh",
"http://www.npr.org/rss/rss.php?id=1046",
"http://feeds.news.com.au/public/rss/2.0/news_nswact_278.xml",
"http://www.nymag.com/rss/Restaurant_Review.xml",
"http://www.panews.com/opinion/resources_rsssection.xml",
"http://www.nwfdailynews.com/articleArchive/rss.php?cat=odd",
"http://poughkeepsiejournal.com/apps/pbcs.dll/section?category=RSS01&mime=xml",
"http://www.pnj.com/apps/pbcs.dll/section?category=RSS04",
"http://www.newsandsentinel.com/rss/RSS-News.asp",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsjtaylor.xml",
"http://pepei.pennnet.com/rss/articlefeed.cfm?section=BUSIN&p=6",
"http://www.charleston.net/rss/headlines/sports/",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss20&mime=xml",
"http://feeds.latimes.com/latimes/sports/baseball/mlb/angels/",
"http://www.post-gazette.com/rss/news.xml",
"http://www.ocala.com/apps/pbcs.dll/section?Category=stateRSS&mime=xml",
"http://www.mcclatchydc.com/158/index.rss",
"http://feeds.feedburner.com/kqedforum",
"http://feeds.iol.co.za/rss/feed_news.rss",
"http://www.omaha.com/rss_data/pg_2798.xml",
"http://rss.msnbc.msn.com/id/3032541/device/rss/rss.xml",
"http://rss.nj.com/advance_autonews/index.rss",
"http://www.polkonline.com/RSS/accent.xml",
"http://feeds.orlandosentinel.com/orlandosentinel/technology/",
"http://feeds.nydailynews.com/nydnrss/sports/basketball/nets",
"http://www.msnbc.msn.com/id/3032127/device/rss/rss.xml",
"http://www.normantranscript.com/statenews/resources_rsssection.xml",
"http://www.politico.com/rss/pitboss.xml",
"http://www.pioneerlocal.com/glencoe/rss/news/index.xml",
"http://feeds.nydailynews.com/nydnrss/news/headlines",
"http://www.ft.com/rss/companies/telecoms",
"http://www.uticaod.com/announcements/rss",
"http://www.pewinternet.org/rss-topics.asp?r=5",
"http://feeds.news.com.au/public/rss/2.0/pnow_entertainment_169.xml",
"http://www.miamiherald.com/215/index.xml",
"http://www.npr.org/rss/rss.php?id=1043",
"http://www.chron.com/rss/kingwoodhumble/index.rdf",
"http://www.pnj.com/apps/pbcs.dll/section?category=RSS03",
"http://www.nydailynews.com/news/photo_galleries/rss.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsbaylor.xml",
"http://rss.mnginteractive.com/live/Nashoba/Nashoba_1890612.xml",
"http://www.pe.com/newskiosk/rss/realestate.xml",
"http://www.nypost.com/rss/pagesix.xml",
"http://www.portclintonnewsherald.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://www.nymag.com/rss/In_Season.xml",
"http://www.phoenixvillenews.com:80/WebApp/rssfeed?feed=/PVN/_RSSFeed/TopStories",
"http://www.omaha.com/rss_data/pg_2835.xml",
"http://feeds.feedburner.com/nynewsday/sports/columnists/ShaunPowell",
"http://yankton.net/RSS/healthlines.xml",
"http://feeds.latimes.com/latimes/asia",
"http://www.newsandsentinel.com/RSS/RSS-Today.asp",
"http://www.mcclatchydc.com/110/index.rss",
"http://feeds.iol.co.za/rss/feed_ioltech_developer.rss",
"http://development.postbulletin.com/rss/top_life.xml",
"http://feeds.portfolio.com/portfolio/cultureinc",
"http://www.nwfdailynews.com/articleArchive/rss.php?cat=loc",
"http://www.msnbc.msn.com/id/3034510/device/rss/rss.xml",
"http://feeds.newyorker.com/services/rss/feeds/fiction.xml",
"http://www.charleston.net/rss/headlines/stateregion/",
"http://www.mailtribune.com/apps/pbcs.dll/section?Category=rss29&mime=xml",
"http://feeds.nydailynews.com/nydnrss/sports/basketball",
"http://english.people.com.cn/rss/90777.xml",
"http://www.ft.com/rss/comment/columnists/johnauthers",
"http://poughkeepsiejournal.com/apps/pbcs.dll/section?category=RSS03&mime=xml",
"http://www.pharostribune.com/opinion/resources_rsssection.xml",
"http://rss.msnbc.msn.com/id/3694738/device/rss/rss.xml",
"http://www.chron.com/rss/sports/fb/texans/index.rss",
"http://www.miamiherald.com/602/index.xml",
"http://feeds.news.com.au/public/rss/2.0/trav_tips_337.xml",
"http://www.nydailynews.com/entertainment/horoscopes/rss.xml",
"http://www.npr.org/rss/rss.php?id=1020",
"http://www.peacecorps.gov/rss/peacecorpsevents_sf.xml",
"http://rss.nj.com/njo_jets/index.rss",
"http://newpittsburghcourieronline.com/articlelive/articlerss/cat/3/",
"http://feeds.feedburner.com/nynewsday/news/columnists/JohnValenti",
"http://www.poconorecord.com/apps/pbcs.dll/section?Category=rss01&mime=xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewskwhitmire.xml",
"http://www.nymag.com/rss/Food.xml",
"http://www.nypost.com/rss/jets.xml",
"http://www.starfl.com/common/rss/rss.php?cat=Sports",
"http://www.panews.com/obituaries/resources_rsssection.xml",
"http://feeds.latimes.com/latimes/business",
"http://feeds.iol.co.za/rss/feed_ioltech_telecoms.rss",
"http://www.polkonline.com/RSS/communitynews.xml",
"http://www.portorfordnews.com/index.php?option=com_rss&feed=RSS2.0&no_html=1",
"http://www.mcclatchydc.com/111/index.rss",
"http://www.pnj.com/apps/pbcs.dll/section?category=RSS05",
"http://www.politico.com/rss/congress.xml",
"http://yankton.net/RSS/news.xml",
"http://rss.mnginteractive.com/live/marinij/marinij_100002.xml",
"http://www.poststar.com/sections/ae/10_list/10list.xml",
"http://www.omaha.com/rss_data/pg_3937.xml",
"http://www.pntonline.com/common/rss/rss.php?cat=Top%20Story",
"http://www.pharostribune.com/sports/resources_rsssection.xml",
"http://www.wiscnews.com/pdr/sports/rss.xml",
"http://www.msnbc.msn.com/id/3032985/device/rss/rss.xml",
"http://onlineathens.com/RSS/uganews.xml",
"http://feeds.portfolio.com/portfolio/executives",
"http://development.postbulletin.com/rss/top_obits.xml",
"http://www.uticaod.com/lifestyles/rss",
"http://www.pittsburghcitypaper.ws/gyrobase/Rss.xml?section=14781&pub=14778",
"http://www.portclintonnewsherald.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.nwfdailynews.com/articleArchive/rss.php?cat=bus",
"http://pepei.pennnet.com/rss/articlefeed.cfm?section=INDUS&p=6",
"http://www.oskaloosaherald.com/opinion/resources_rsssection.xml",
"http://www.phoenixvillenews.com:80/WebApp/rssfeed?feed=/PVN/_RSSFeed/Obituaries",
"http://www.pe.com/newskiosk/rss/sports.xml",
"http://feeds.newyorker.com/services/rss/feeds/online.xml",
"http://feeds.nydailynews.com/nydnrss/gossip/rush_molloy",
"http://www.pioneerlocal.com/oakpark/rss/entertainment/index.xml",
"http://www.ft.com/rss/indepth/investmentbanking/deal",
"http://www.miamiherald.com/609/index.xml",
"http://www.charleston.net/rss/headlines/local/",
"http://www.chron.com/rss/nb/fortbend/sports/index.rss",
"http://poughkeepsiejournal.com/apps/pbcs.dll/section?category=RSS05&mime=xml",
"http://www.npr.org/rss/rss.php?id=1013",
"http://www.nydailynews.com/sports/college/rss.xml",
"http://feeds.news.com.au/public/rss/2.0/news_asiapacific_286.xml",
"http://www.peacecorps.gov/rss/peacecorpsevents_boston.xml",
"http://rss.nj.com/njo_giants/index.rss",
"http://newpittsburghcourieronline.com/articlelive/articlerss/cat/21/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewswash.xml",
"http://www.nypost.com/rss/nypdblotter.xml",
"http://www.nymag.com/rss/Intelligencer.xml",
"http://www.panews.com/sports/resources_rsssection.xml",
"http://feeds.feedburner.com/TheMailOnline/Cricketworldcup",
"http://feeds.latimes.com/latimes/technology",
"http://www.starfl.com/common/rss/rss.php?cat=Obituaries",
"http://www.pharostribune.com/features/resources_rsssection.xml",
"http://www.polkonline.com/RSS/crime.xml",
"http://feeds.iol.co.za/rss/feed_northamerica.rss",
"http://www.mcclatchydc.com/107/index.rss",
"http://yankton.net/RSS/sports.xml",
"http://rss.mnginteractive.com/live/LowellSun/LS_86.xml",
"http://www.poststar.com/?rss=news/columns/politics",
"http://www.omaha.com/rss_data/pg_3933.xml",
"http://www.politico.com/rss/ideas.xml",
"http://www.pnj.com/apps/pbcs.dll/section?category=RSS06",
"http://www.wiscnews.com/pdr/obits/rss.xml",
"http://www.pntonline.com/common/rss/rss.php?cat=Sports",
"http://www.poconorecord.com/apps/pbcs.dll/section?Category=rss38&mime=xml",
"http://www.msnbc.msn.com/id/3036033/device/rss/rss.xml",
"http://development.postbulletin.com/rss/top_news.xml",
"http://www.portclintonnewsherald.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://feeds.portfolio.com/portfolio/businesstravel",
"http://www.phoenixvillenews.com:80/WebApp/rssfeed?feed=/PVN/_RSSFeed/Features",
"http://feeds.nydailynews.com/nydnrss/sports/hockey/islanders",
"http://feeds.newyorker.com/services/rss/feeds/financial.xml",
"http://www.pioneerlocal.com/franklinpark/rss/entertainment/index.xml",
"http://www.ft.com/rss/indepth/investmentbanking/privateequity",
"http://www.miamiherald.com/610/index.xml",
"http://www.chron.com/rss/ent/movies/index.rss",
"http://www.newsandsentinel.com/rss/RSS-Obituaries.asp",
"http://www.newsandsentinel.com/rss/RSS-Sports.asp",
"http://poughkeepsiejournal.com/apps/pbcs.dll/section?category=RSS02&mime=xml",
"http://www.npr.org/rss/rss.php?id=1042",
"http://feeds.news.com.au/public/rss/2.0/trav_around_world_357.xml",
"http://www.pressconnects.com/apps/pbcs.dll/section?category=rss06&mime=xml",
"http://www.presstv.ir/rss/?section=us",
"http://rss.nj.com/njo_yankees/index.rss",
"http://www.peacecorps.gov/rss/peacecorpsevents_denver.xml",
"http://www.nydailynews.com/entertainment/movies/rss.xml",
"http://rss.prnewswire.com/subject/cpn/",
"http://www.poconorecord.com/apps/pbcs.dll/section?Category=rss43&mime=xml",
"http://www.pioneerlocal.com/mortongrove/rss/sports/index.xml",
"http://feeds.feedburner.com/nynewsday/entertainment/AileenJacobson",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsfootball.xml",
"http://www.nypost.com/rss/theater.xml",
"http://www.nymag.com/rss/Sex_and_Relationships.xml",
"http://unioneagle.com/index.php?option=com_rss&feed=RSS2.0&no_html=1",
"http://feeds.iol.co.za/rss/feed_busrep.rss",
"http://www.omaha.com/rss_data/pg_3930.xml",
"http://www.princegeorgecitizen.com/index.php?option=com_rss&feed=RSS2.0&no_html=1",
"http://yankton.net/RSS/community.xml",
"http://development.postbulletin.com/rss/top_opinion.xml",
"http://rss.mnginteractive.com/live/LowellSun/LS_82.xml",
"http://www.msnbc.msn.com/id/3032117/device/rss/rss.xml",
"http://www.mcclatchydc.com/201/index.rss",
"http://feeds.portfolio.com/portfolio/mostemailed",
"http://www.pharostribune.com/editorials/resources_rsssection.xml",
"http://www.polkonline.com/RSS/opinion.xml",
"http://feeds.nydailynews.com/nydnrss/gossip/bwiddicombe",
"http://feeds.latimes.com/PatrickGoldstein/",
"http://www.ft.com/rss/lex/best",
"http://www.miamiherald.com/509/index.xml",
"http://www.chron.com/rss/outdoors/report/index.rss",
"http://www.pioneerlocal.com/highlandpark/rss/entertainment/index.xml",
"http://www.presstv.ir/rss/?section=society",
"http://www.politico.com/rss/rogersimon.xml",
"http://feeds.news.com.au/public/rss/2.0/pnow_topstories_171.xml",
"http://www.nydailynews.com/entertainment/columnists/rss.xml",
"http://www.npr.org/rss/rss.php?id=1052",
"http://www.pnj.com/apps/pbcs.dll/section?category=RSS02",
"http://feeds.feedburner.com/NewsdaycomNewYorkRangersHeadlines",
"http://www.peacecorps.gov/rss/peacecorpsevents_dallas.xml",
"http://rss.prnewswire.com/industry/pel/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolkwilley.xml",
"http://www.pressconnects.com/apps/pbcs.dll/section?category=rss00&mime=xml",
"http://www.poststar.com/?rss=ae/columns/local/hipster",
"http://www.omaha.com/rss_data/pg_1219.xml",
"http://www.nypost.com/rss/editorials.xml",
"http://www.poconorecord.com/apps/pbcs.dll/section?Category=rss33&mime=xml",
"http://www.pharostribune.com/obituaries/resources_rsssection.xml",
"http://www.nymag.com/rss/Politics.xml",
"http://feeds.iol.co.za/rss/feed_thepost.rss",
"http://feeds.latimes.com/latimes/sports/baseball/mlb/",
"http://www.mcclatchydc.com/166/index.rss",
"http://www.msnbc.msn.com/id/3032846/device/rss/rss.xml",
"http://development.postbulletin.com/rss/top_entertainment.xml",
"http://rss.nj.com/njo_knicks/index.rss",
"http://www.phoenixvillenews.com:80/WebApp/rssfeed?feed=/PVN/_RSSFeed/Sports",
"http://feeds.portfolio.com/portfolio/careers",
"http://poughkeepsiejournal.com/apps/pbcs.dll/section?category=RSS04&mime=xml",
"http://rss.mnginteractive.com/live/Paradise%20Post/Paradise_1896500.xml",
"http://www.polkonline.com/RSS/sports.xml",
"http://feeds.newyorker.com/services/rss/feeds/arts.xml",
"http://feeds.nydailynews.com/nydnrss/news/politics",
"http://www.pioneerlocal.com/libertyville/rss/business/index.xml",
"http://yankton.net/RSS/headlines.xml",
"http://www.miamiherald.com/442/index.xml",
"http://www.ft.com/rss/world/asiapacific/china/economy",
"http://www.chron.com/rss/sports/mcclain/index.rss",
"http://www.politico.com/rss/politics08.xml",
"http://www.presstv.ir/rss/?section=middleeast",
"http://www.npr.org/rss/rss.php?id=1055",
"http://feeds.news.com.au/public/rss/2.0/trav_bookingsandoffers_flights_362.xml",
"http://www.nydailynews.com/sports/high_school/rss.xml",
"http://www.pressconnects.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://rss.prnewswire.com/subject/asi/",
"http://www.peacecorps.gov/rss/peacecorpsevents_seattle.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscoljragland.xml",
"http://feeds.feedburner.com/pressofatlanticcity/Sports/Phillies",
"http://feeds.bizjournals.com/bizj_seattle",
"http://www.wcfcourier.com/?rss=pulse/movies/",
"http://feeds.latimes.com/calendarlive/movies/reviews/",
"http://www.dcourier.com/107_rss.xml",
"http://www.nwaonline.net/?rss=razorback_central",
"http://www.zwire.com/site/rss/?Times%20Community%20Newspapers/Rappahannock%20County/Rappahannock%20County%20Local%20News/Rappahannock%20County%20Local%20News",
"http://www.omaha.com/rss_data/pg_3189.xml",
"http://www.nypost.com/rss/devils.xml",
"http://www.poconorecord.com/apps/pbcs.dll/section?Category=rss04&mime=xml",
"http://feeds.iol.co.za/rss/feed_ioltech_business.rss",
"http://www.pharostribune.com/food/resources_rsssection.xml",
"http://www.nymag.com/rss/The_Power_Grid.xml",
"http://www.msnbc.msn.com/id/14851101/device/rss/rss.xml",
"http://www.mcclatchydc.com/157/index.rss",
"http://development.postbulletin.com/rss/top_sports.xml",
"http://rss.nj.com/njo_mets/index.rss",
"http://www.phoenixvillenews.com:80/WebApp/rssfeed?feed=/PVN/_RSSFeed/Business",
"http://extras.mnginteractive.com/live/xsl/memv/xml/134_most_viewed_rss.xml",
"http://feeds.portfolio.com/portfolio/goods",
"http://www.miamiherald.com/440/index.xml",
"http://www.pioneerlocal.com/oakpark/rss/news/index.xml",
"http://feeds.nydailynews.com/nydnrss/sports/hockey/rangers",
"http://www.ft.com/rss/world/americas",
"http://www.chron.com/rss/nb/pearland/sports/index.rss",
"http://www.npr.org/rss/rss.php?id=1027",
"http://feeds.news.com.au/public/rss/2.0/trav_holidayideas_293.xml",
"http://www.nydailynews.com/ny_local/education/rss.xml",
"http://rss.prnewswire.com/geography/DC/",
"http://feeds.latimes.com/calendarlive/tv/",
"http://www.thepublicopinion.com/?rss=news/health",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsduncanville.xml",
"http://feeds.feedburner.com/DanDunkin",
"http://www.presstv.ir/rss/?section=sports",
"http://www.pressconnects.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.peacecorps.gov/rss/peacecorpsevents_minn.xml",
"http://www.qcsunonline.com/common/rss/rss.php",
"http://syndication.boston.com/sports/baseball/redsox/red_sox_rss/?mode=rss_10",
"http://www.recorderonline.com/common/rss/rss.php?cat=Obituaries",
"http://www.nypost.com/rss/mets.xml",
"http://legacy.com/services/obitrss.asp?Source=JournalTimes",
"http://www.politico.com/rss/helenaandrews.xml",
"http://www.projo.com/newskiosk/rss/projolocalnews.xml",
"http://www.rherald.com/news.xml",
"http://rss.mnginteractive.com/live/DailyNews/DailyNews_1885130.xml",
"http://www.nymag.com/rss/Look_Book.xml",
"http://www.pbs.org/wnet/religionandethics/rss.xml",
"http://www.msnbc.msn.com/id/3034560/device/rss/rss.xml",
"http://www.therecordherald.com/?rss=breaking_news",
"http://yankton.net/RSS/business.xml",
"http://www.mcclatchydc.com/143/index.rss",
"http://www.poconorecord.com/apps/pbcs.dll/section?Category=rss32&mime=xml",
"http://www.lodinews.com/?rss=religion",
"http://www.nwaonline.net/?rss=religion",
"http://www.phillyweekly.com/rss/pw_rss.xml?feed=columns",
"http://development.postbulletin.com/rss/top_austin_news.xml",
"http://feeds.iol.co.za/rss/feed_capetimes.rss",
"http://www.omaha.com/rss_data/pg_3931.xml",
"http://www.wcfcourier.com/?rss=pulse/musicreviews/",
"http://extras.mnginteractive.com/live/xsl/memv/xml/209_most_viewed_rss.xml",
"http://www.redding.com/feeds/headlines/business/",
"http://www.pharostribune.com/crime/resources_rsssection.xml",
"http://feeds.portfolio.com/portfolio/news",
"http://www.miamiherald.com/484/index.xml",
"http://www.reason.com/brickbat/index.xml",
"http://www.ft.com/rss/businesslife/entrepreneurship",
"http://www.chron.com/rss/nb/aldine/news/index.rss",
"http://feeds.nydailynews.com/nydnrss/sports/football/jets",
"http://www.pioneerlocal.com/northbrook/rss/lifestyles/index.xml",
"http://www.npr.org/rss/rss.php?id=1018",
"http://feeds.news.com.au/public/rss/2.0/ent_fashion_296.xml",
"http://www.nydailynews.com/news/ny_crime/rss.xml",
"http://rss.prnewswire.com/geography/AL/",
"http://feeds.feedburner.com/nynewsday/entertainment/TopEntertainment",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewscoljforeman.xml",
"http://feeds.latimes.com/latimes/sports/basketball/nba/lakers/",
"http://www.thepublicopinion.com/?rss=news/business",
"http://www.presstv.ir/rss/?section=health",
"http://www.politico.com/rss/life.xml",
"http://www.peacecorps.gov/rss/peacecorpsevents_la.xml",
"http://www.pressconnects.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.nypost.com/rss/business.xml",
"http://www.projo.com/newskiosk/rss/projopolitical.xml",
"http://www.rediff.com/rss/usrss.xml",
"http://www.recorderonline.com/common/rss/rss.php",
"http://rss.mnginteractive.com/live/MontereyHerald/MontereyHerald_1917822.xml",
"http://www.nymag.com/rss/The_Bottom_Line.xml",
"http://www.msnbc.msn.com/id/3032571/device/rss/rss.xml",
"http://www.mcclatchydc.com/151/index.rss",
"http://www.poconorecord.com/apps/pbcs.dll/section?Category=rss02&mime=xml",
"http://feeds.iol.co.za/rss/feed_africa.rss",
"http://www.therecordherald.com/?rss=community",
"http://www.phillyweekly.com/rss/pw_rss.xml?feed=ae",
"http://www.omaha.com/rss_data/pg_1200.xml",
"http://www.pharostribune.com/business/resources_rsssection.xml",
"http://feeds.portfolio.com/portfolio/top5",
"http://development.postbulletin.com/rss/top_business.xml",
"http://www.redding.com/feeds/headlines/sports/",
"http://news.rgj.com/apps/pbcs.dll/section?category=ENT&mime=xml&template=rss",
"http://www.rockymountainnews.com/feeds/headlines/outdoors/hunting-fishing/",
"http://www.miamiherald.com/569/index.xml",
"http://news.mywebpal.com/Rssfeeds/680/new/Nation.xml",
"http://www.chron.com/rss/nb/cyfair/news/index.rss",
"http://www.ft.com/rss/world/uk",
"http://www.nptelegraph.com/site/rss/?North%20Platte%20Telegraph/News/Unique%20Sections/Agriculture",
"http://www.kearneyhub.com/site/rss/?Kearney%20Hub/Entertainment/Entertainment/Movie%20Times",
"http://uk.news.yahoo.com/rss/fc/ruth-kelly.xml",
"http://www.journalstar.com/?rss=huskerextra/football",
"http://feeds.bizjournals.com/bizj_sacramento",
"http://feeds.salon.com/salon/ent",
"http://feeds.nydailynews.com/nydnrss/sports/hockey/devils",
"http://www.npr.org/rss/rss.php?id=1025",
"http://www.reason.com/allarticles/index.xml",
"http://feeds.news.com.au/public/rss/2.0/news_victoria_49.xml",
"http://www.pioneerlocal.com/mortongrove/rss/entertainment/index.xml",
"http://rss.prnewswire.com/geography/WV/",
"http://www.nydailynews.com/entertainment/music/rss.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsfinance.xml",
"http://extras.mnginteractive.com/live/xsl/memv/xml/208_most_viewed_rss.xml",
"http://feeds.feedburner.com/pressofatlanticcity/ForWomen",
"http://www.thepublicopinion.com/?rss=news/opinions",
"http://www.presstv.ir/rss/?section=iran",
"http://www.nypost.com/rss/cindy.xml",
"http://www.pressconnects.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://www.recorderonline.com/common/rss/rss.php?cat=Local%20News",
"http://www.peacecorps.gov/rss/peacecorpsevents_atlanta.xml",
"http://www.politico.com/rss/lobbyists.xml",
"http://feeds.reuters.com/reuters/entertainment",
"http://feeds.latimes.com/DanaParsons/",
"http://www.reverejournal.com/feed",
"http://www.richmond.com/rss.aspx?channelId=43",
"http://rss.mnginteractive.com/live/SLT/SaltLakeTribune_104.xml",
"http://www.msnbc.msn.com/id/3058960/?displaymode=1026&eventType=101&rss.xml",
"http://www.nymag.com/rss/Family_and_Kids.xml",
"http://www.rediff.com/rss/moneyrss.xml",
"http://www.mcclatchydc.com/159/index.rss",
"http://feeds.iol.co.za/rss/feed_ioltech_security.rss",
"http://www.rrstar.com/sports/rss",
"http://www.omaha.com/rss_data/pg_3925.xml",
"http://www.therecordherald.com/?rss=local_news",
"http://development.postbulletin.com/rss/top_columns.xml",
"http://www.heraldonline.com/lifestyles/index.rss",
"http://www.poconorecord.com/apps/pbcs.dll/section?Category=rss30&mime=xml",
"http://rss.riverfronttimes.com/php/rss/rss.php?section=default",
"http://news.rgj.com/apps/pbcs.dll/section?category=PREPSPORTS&mime=xml&template=rss",
"http://www.redding.com/feeds/headlines/opinion/",
"http://www.rcreader.com/index.php?option=com_rss&feed=RSS2.0&no_html=1",
"http://www.rockymountainnews.com/feeds/headlines/living/food/",
"http://www.rollcall.com/issues/features/index.xml",
"http://www.rockymounttelegram.com/news/content/includes/rss/news.xml",
"http://www.miamiherald.com/428/index.xml",
"http://www.chron.com/rss/nb/alief/sports/index.rss",
"http://www.fremonttribune.com/rss.php?cat=opinion",
"http://www.ft.com/rss/markets/investor",
"http://www.rrleader.com/203_rss.xml",
"http://news.mywebpal.com/Rssfeeds/680/new/Opinion%20and%20Editorial.xml",
"http://www.winknews.com/news/entertainment/index.rss",
"http://www.sacbee.com/103/index.rss",
"http://www.beatricedailysun.com/?rss=ap-state-ne",
"http://www.ruralnorthwest.com/rss/news.xml",
"http://www.sanluisobispo.com/137/index.xml",
"http://columbustelegram.com/shared-content/phpBB/topics_anywhere.php?mode=show&out=rss2.0&f=a&n=10&sfn=y&r=y&sr=y&b=non&lpb=0&lpd=0",
"http://www.columbustelegram.com/?rss=ap/headlines/",
"http://feeds.bizjournals.com/bizj_sanfrancisco",
"http://www.salemnews.com/purecord/resources_etp_rss_section.xml",
"http://www.npr.org/rss/rss.php?id=11",
"http://www.pioneerlocal.com/mundelein/rss/entertainment/index.xml",
"http://uk.news.yahoo.com/rss/fc/sally-clark.xml",
"http://feeds.nydailynews.com/nydnrss/sports/hockey",
"http://feeds.news.com.au/public/rss/2.0/pnow_business_170.xml",
"http://rss.prnewswire.com/industry/flm/",
"http://www.nydailynews.com/sports/photo_galleries/rss.xml",
"http://www.rutlandherald.com/apps/pbcs.dll/section?category=RSS08&mime=xml",
"http://www.signonsandiego.com/news/rss2/daily/personaltech.xml",
"http://feeds.feedburner.com/business/rss/luhby",
"http://www.dallasnews.com/newskiosk/rss/dallasnewshighschoolfootball.xml",
"http://extras.mnginteractive.com/live/xsl/memv/xml/205_most_viewed_rss.xml",
"http://www.economist.com/rss/science_and_technology_rss.xml",
"http://feeds.latimes.com/MostEmailed",
"http://www.congoo.com/feed/newschannelsfeed.aspx?chid=11&catid=-1",
"http://www.sacurrent.com/rss/rss.xml",
"http://www.sfgate.com/rss/feeds/athletics.xml",
"http://www.presstv.ir/rss/?section=americas",
"http://www.thepublicopinion.com/?rss=news/sports",
"http://sandmountainreporter.com/rss-weather.lasso",
"http://www.nypost.com/rss/ent.xml",
"http://www.pressconnects.com/apps/pbcs.dll/section?category=rss05&mime=xml",
"http://rss.mnginteractive.com/live/insidebayarea/IBA_28.xml",
"http://feeds.reuters.com/reuters/politicsNews",
"http://www.richmond.com/rss.aspx?channelId=9",
"http://www.msnbc.msn.com/id/3034590/device/rss/rss.xml",
"http://www.nymag.com/rss/Crime.xml",
"http://www.recorderonline.com/common/rss/rss.php?cat=Real%20Estate",
"http://www.mcclatchydc.com/117/index.rss",
"http://www.rediff.com/rss/intnewsrss.xml",
"http://feeds.iol.co.za/rss/feed_tourism.rss",
"http://www.topix.net/rss/science",
"http://feeds.sfgate.com/sfgate/rss/feeds/matierandross",
"http://www.therecordherald.com/?rss=sports",
"http://www.omaha.com/rss_data/pg_3929.xml",
"http://www.rrstar.com/obits/rss",
"http://www.wickedlocal.com/sharon/news/business/rss",
"http://www.heraldonline.com/business/index.rss",
"http://www.rockymountainnews.com/feeds/staff/stories/mike-pearson/",
"http://www.redding.com/feeds/headlines/features/",
"http://www.rollcall.com/vested/index.xml",
"http://www.miamiherald.com/154/index.xml",
"http://www.chron.com/rss/fortbend/index.rdf",
"http://www.ft.com/rss/reports/businesseducation",
"http://www.rockymounttelegram.com/news/content/includes/rss/newswire.xml",
"http://www.kearneyhub.com/site/rss/?Kearney%20Hub/Entertainment/Entertainment/Events",
"http://www.jacksonvillepatriot.com/?rss=sherwood_voice/news",
"http://www.sherwoodvoice.com/?rss=sherwood_voice/news",
"http://news.rgj.com/apps/pbcs.dll/section?category=MVN&mime=xml&template=rss",
"http://www.nptelegraph.com/site/rss/?North%20Platte%20Telegraph/News/Police%20&%20Courts/Police%20&%20Courts",
"http://www.journalstar.com/?rss=huskerextra/baseball",
"http://www.sacbee.com/110/index.rss",
"http://www.sanluisobispo.com/151/index.xml",
"http://www.columbustelegram.com/?rss=ap-state-ne",
"http://news.mywebpal.com/Rssfeeds/680/new/Sports.xml",
"http://feeds.salon.com/salon/blumenthal",
"http://www.sanmarcosrecord.com/sports/resources_rsssection.xml",
"http://www.fremonttribune.com/rss.php?cat=living",
"http://www.rrleader.com/10_rss.xml",
"http://www.winknews.com/sports/local/index.rss",
"http://feeds.bizjournals.com/bizj_sanjose",
"http://www.rutlandherald.com/apps/pbcs.dll/section?category=RSS05&mime=xml",
"http://www.npr.org/rss/rss.php?id=1024",
"http://www.pioneerlocal.com/glencoe/rss/lifestyles/index.xml",
"http://uk.news.yahoo.com/rss/fc/sarah-harding.xml",
"http://feeds.nydailynews.com/nydnrss/sports/football/giants",
"http://feeds.news.com.au/public/rss/2.0/news_the_other_side_46.xml",
"http://rss.prnewswire.com/subject/dsc/",
"http://sfreporter.com/rss/news.xml",
"http://www.santafetimes.com/index.php?option=com_rss&feed=RSS2.0&no_html=1",
"http://www1.pressdemocrat.com/apps/pbcs.dll/section?category=RSS01&mime=xml",
"http://www.eveningtimes.com/?rss=news",
"http://www.salemnews.com/pusports/resources_etp_rss_section.xml",
"http://feeds.feedburner.com/nynewsday/news/columnists/RichGalant",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscoljfloyd.xml",
"http://www.signonsandiego.com/news/rss2/daily/homescape.xml",
"http://feeds.latimes.com/latimes/news/education",
"http://www.nydailynews.com/gossip/photo_galleries/rss.xml",
"http://savannahnow.com/taxonomy/term/324/all/feed",
"http://www.sapulpadailyherald.com/obituaries/resources_rsssection.xml",
"http://www.sfgate.com/rss/feeds/warriors.xml",
"http://www.presstv.ir/rss/?section=africa",
"http://rss.sciam.com/ScientificAmerican-Technology",
"http://www.sciencedaily.com/rss/",
"http://seattlepi.nwsource.com/rss/realestate_2.rss",
"http://seekingalpha.com/tag/todays-market.xml",
"http://www.nypost.com/rss/nationalnews.xml",
"http://www.thepublicopinion.com/?rss=news/local_news",
"http://sandmountainreporter.com/rss-feed.lasso?section=obituaries",
"http://www.msnbc.msn.com/id/6891023/device/rss/rss.xml",
"http://www.recorderonline.com/common/rss/rss.php?cat=Sports",
"http://www.richmond.com/rss.aspx?channelId=5",
"http://rss.mnginteractive.com/live/SLT/SaltLakeTribune_86.xml",
"http://www.nymag.com/rss/Movies.xml",
"http://www.cumberlink.com/?rss=shipp_sports",
"http://www.mcclatchydc.com/109/index.rss",
"http://lewistownsentinel.com/RSS/RSS-Life.asp",
"http://feeds.iol.co.za/rss/feed_ioltech_hardware.rss",
"http://www.news-star.com/RSS/newsstate.xml",
"http://www.rockymountainnews.com/feeds/headlines/sports/preps/fall/volleyball/",
"http://www.miamiherald.com/156/index.xml",
"http://www.selmaenterprise.com/?rss=news&title='SelmaEnterprise.com%20%20News%20RSS%20Feed'&desc='bar'",
"http://news.rgj.com/apps/pbcs.dll/section?category=FERNLEY&mime=xml&template=rss",
"http://www.chron.com/rss/sports/index.rss",
"http://www.heraldonline.com/local/index.rss",
"http://www.ft.com/rss/comment/columnists/lombard",
"http://www.rollcall.com/news/index.xml",
"http://www.nptelegraph.com/site/rss/?North%20Platte%20Telegraph/News/News/Columnists",
"http://www.redding.com/feeds/headlines/features/date/",
"http://www.kearneyhub.com/site/rss/?Kearney%20Hub/Home/National%20and%20World%20/National",
"http://www.jacksonvillepatriot.com/?rss=sherwood_voice/sports",
"http://feeds.salon.com/salon/ask_the_pilot",
"http://www.shelbyvilledailyunion.com/local/resources_rsssection.xml",
"http://feeds.reuters.com/reuters/technologyNews",
"http://www.rediff.com/rss/sportsrss.xml",
"http://www.omaha.com/rss_data/pg_3918.xml",
"http://www.npr.org/rss/rss.php?id=1012",
"http://www.rrstar.com/breaking/rss",
"http://www.sj-r.com/extras/breaking/rss.asp",
"http://feeds.news.com.au/public/rss/2.0/news_breaking_news_32.xml",
"http://www.shreveporttimes.com/apps/pbcs.dll/section?category=RSS02&mime=xml",
"http://www.journalstar.com/?rss=huskerextra/mens_basketball",
"http://rss.prnewswire.com/geography/UT/",
"http://www.sacbee.com/303/index.rss",
"http://www.sidneydailynews.com/9_rss.xml",
"http://www.pioneerlocal.com/mortongrove/rss/lifestyles/index.xml",
"http://www.slate.com/rss/feed.aspx?id=1787",
"http://www.dallasnews.com/newskiosk/rss/dallasnewseducation.xml",
"http://feeds.feedburner.com/SCSentinelLocalNews",
"http://www1.pressdemocrat.com/apps/pbcs.dll/section?category=RSS02&mime=xml",
"http://www.rrleader.com/2_rss.xml",
"http://www.rockymounttelegram.com/news/content/includes/rss/opinion.xml",
"http://www.signonsandiego.com/news/rss2/daily/food.xml",
"http://www.sapulpadailyherald.com/local/resources_rsssection.xml",
"http://www.eveningtimes.com/?rss=breaking_news",
"http://www.sierrasun.com/apps/pbcs.dll/section?Category=rss02&mime=xml",
"http://www.therecordherald.com/?rss=obituaries",
"http://www.wickedlocal.com/sharon/news/lifestyle/rss",
"http://feeds.latimes.com/latimes/features/health/",
"http://www.sfgate.com/rss/feeds/asaracevic.xml",
"http://feeds.nydailynews.com/nydnrss/sports/basketball/knicks",
"http://savannahnow.com/taxonomy/term/201/all/feed",
"http://www.salemnews.com/pulife/resources_etp_rss_section.xml",
"http://www.msnbc.msn.com/id/3032071/device/rss/rss.xml",
"http://www.nypost.com/rss/food.xml",
"http://www.nymag.com/rss/Sports.xml",
"http://news.mywebpal.com/Rssfeeds/680/new/Politics.xml",
"http://www.shepherd-express.com/RSS12327.112112.xml",
"http://rss.mnginteractive.com/live/SentinelEnterprise/SE_1815136.xml",
"http://www.cumberlink.com/?rss=arts",
"http://www.sanmarcosrecord.com/local/resources_rsssection.xml",
"http://www.mcclatchydc.com/130/index.rss",
"http://lewistownsentinel.com/RSS/RSS-News.asp",
"http://www.richmond.com/rss.aspx?channelId=1",
"http://www.presstv.ir/rss/",
"http://feeds.iol.co.za/rss/feed_iolparenting.rss",
"http://www.fremonttribune.com/rss.php?cat=community",
"http://news.sky.com/skynews/rss/article/0,,30200-1-100,00.xml",
"http://sandmountainreporter.com/rss-feed.lasso?section=news",
"http://seekingalpha.com/sector/usmarket.xml",
"http://www.news-star.com/RSS/newsnational.xml",
"http://news.rgj.com/apps/pbcs.dll/section?category=COL&mime=xml&template=rss",
"http://www.rockymountainnews.com/feeds/staff/stories/mike-littwin/",
"http://feeds.bizjournals.com/bizj_sanantonio",
"http://rss.sciam.com/ScientificAmerican-Health",
"http://www.miamiherald.com/499/index.xml",
"http://seattlepi.nwsource.com/rss/opinion_2.rss",
"http://www.chron.com/rss/life/food/wine/cart/index.rss",
"http://www.thepublicopinion.com/?rss=entertainment",
"http://www.recorderonline.com/common/rss/rss.php?cat=Top%20Story",
"http://www.townonline.com/somerville/homepage/rss",
"http://www.rutlandherald.com/apps/pbcs.dll/section?category=RSS09&mime=xml",
"http://www.shelbyvilledailyunion.com/community/resources_rsssection.xml",
"http://www.kearneyhub.com/site/rss/?Kearney%20Hub/Home/Sports/Kearney%2DArea%20Sports",
"http://www.ft.com/rss/world/asiapacific/india/finance",
"http://www.guardian.co.uk/rssfeed/0,,9,00.xml",
"http://www.rollcall.com/index.xml",
"http://www.shreveporttimes.com/apps/pbcs.dll/section?category=RSS01&mime=xml",
"http://www.omaha.com/rss_data/pg_2620.xml",
"http://www.rrstar.com/news/rss",
"http://www.npr.org/rss/rss.php?id=10",
"http://www.nptelegraph.com/site/rss/?North%20Platte%20Telegraph/News/News/Area%20News",
"http://www.packetonline.com/?rss=south_brunswick_post/lifestyle",
"http://feeds.news.com.au/public/rss/2.0/pnow_westau_168.xml",
"http://www.heraldonline.com/sports/index.rss",
"http://rss.prnewswire.com/geography/WI/",
"http://www.journalstar.com/?rss=huskerextra/volleyball",
"http://www.sherwoodvoice.com/?rss=sherwood_voice/sports",
"http://www.redding.com/feeds/headlines/news/",
"http://www.sj-r.com/rss/opinion.asp",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolmdavis.xml",
"http://www.sacbee.com/142/index.rss",
"http://www.signonsandiego.com/news/rss2/nation.xml",
"http://www.sanluisobispo.com/177/index.xml",
"http://www1.pressdemocrat.com/apps/pbcs.dll/section?category=RSS03&mime=xml",
"http://feeds.feedburner.com/nynewsday/entertainment/music/RaferGuzman",
"http://www.slate.com/rss/feed.aspx?id=2135003",
"http://www.rockymounttelegram.com/news/content/includes/rss/sports.xml",
"http://www.eveningtimes.com/?rss=obituaries",
"http://www.sapulpadailyherald.com/business/resources_rsssection.xml",
"http://www.sidneydailynews.com/16_rss.xml",
"http://feeds.latimes.com/latimes/sports/basketball/nba/",
"http://www.pioneerlocal.com/mountprospect/rss/sports/index.xml",
"http://www.wickedlocal.com/sharon/news/opinions/rss",
"http://www.sfgate.com/rss/feeds/nchonin.xml",
"http://www.sierrasun.com/apps/pbcs.dll/section?Category=rss03&mime=xml",
"http://savannahnow.com/taxonomy/term/187/all/feed",
"http://feeds.nydailynews.com/nydnrss/sports/more_sports",
"http://www.msnbc.msn.com/id/16901525/device/rss/rss.xml",
"http://www.nypost.com/rss/music.xml",
"http://www.nymag.com/rss/Arts_and_Culture.xml",
"http://www.presstv.ir/rss/?section=asiapacific",
"http://feeds.salon.com/salon/mwt",
"http://rss.mnginteractive.com/live/sanjose/SanJose_1915642.xml",
"http://www.cumberlink.com/?rss=shipp_news",
"http://www.economist.com/rss/special_reports_rss.xml",
"http://news.rgj.com/apps/pbcs.dll/section?category=SPORTS&mime=xml&template=rss",
"http://www.richmond.com/rss.aspx?channelId=3",
"http://www.shepherd-express.com/RSS12343.112112.xml",
"http://feeds.iol.co.za/rss/feed_centralafrica.rss",
"http://www.mcclatchydc.com/128/index.rss",
"http://www.fremonttribune.com/rss.php?cat=news",
"http://lewistownsentinel.com/RSS/RSS-Business.asp",
"http://www.dcourier.com/2_rss.xml",
"http://sandmountainreporter.com/rss-feed.lasso?section=sports",
"http://www.spokesmanreview.com/breaking/rss.asp",
"http://www.rockymountainnews.com/feeds/headlines/opinion/letters/",
"http://www.sanmarcosrecord.com/obituaries/resources_rsssection.xml",
"http://www.miamiherald.com/605/index.xml",
"http://www.aberdeennews.com/apps/pbcs.dll/section?category=RSS01&cat=SPORTS&mime=xml",
"http://www.southbendtribune.com/apps/pbcs.dll/section?category=XML&c=TOPSTORY&mime=xml",
"http://www.casperstartribune.net/?rss=sports/college",
"http://news.sky.com/skynews/rss/article/0,,91059-1-100,00.xml",
"http://www.ft.com/rss/world/asiapacific",
"http://www.npr.org/rss/rss.php?id=1053",
"http://feeds.salon.com/salon/sports",
"http://feeds.news.com.au/public/rss/2.0/trav_hldays_spa_333.xml",
"http://www.shreveporttimes.com/apps/pbcs.dll/section?category=RSS04&mime=xml",
"http://rss.prnewswire.com/geography/IA/",
"http://www.news-star.com/RSS/entertainment.xml",
"http://www.salemnews.com/pubiz/resources_etp_rss_section.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscollmartin.xml",
"http://www.rollcall.com/opinion/index.xml",
"http://www.sj-r.com/rss/health.asp",
"http://feeds.feedburner.com/pressofatlanticcity/Editorials",
"http://www.slate.com/rss/feed.aspx?id=2077894",
"http://www.wrbl.com/index.php/rss/sports/",
"http://www.kearneyhub.com/site/rss/?Kearney%20Hub/Entertainment/Entertainment/Concerts",
"http://www.pioneerlocal.com/northbrook/rss/entertainment/index.xml",
"http://seattlepi.nwsource.com/rss/ae_2.rss",
"http://www.packetonline.com/?rss=south_brunswick_post/opinions",
"http://feeds.latimes.com/calendarlive/books/",
"http://www.signonsandiego.com/news/rss2/chargers.xml",
"http://www.nptelegraph.com/site/rss/?North%20Platte%20Telegraph/News/Community%20Links/Military%20Addresses",
"http://feedblendr.com/blends/18891.rss",
"http://www.chron.com/rss/life/homegarden/index.rss",
"http://www.sfgate.com/rss/feeds/lgarchik.xml",
"http://www.msnbc.msn.com/id/3034585/device/rss/rss.xml",
"http://bozemandailychronicle.com/?rss=sports",
"http://rss.mnginteractive.com/live/BerkshireEagle/BE_1875146.xml",
"http://www.nymag.com/rss/Travel.xml",
"http://feeds.bizjournals.com/bizj_southflorida",
"http://www.rockymountainnews.com/feeds/headlines/news/politics/",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss14&mime=xml",
"http://news.rgj.com/apps/pbcs.dll/section?category=OUT&mime=xml&template=rss",
"http://www.shelbyvilledailyunion.com/sports/resources_rsssection.xml",
"http://brookfield.townnews.com/?rss=sports",
"http://www.miamiherald.com/481/index.xml",
"http://www.rrstar.com/opinions/rss",
"http://www.rockymounttelegram.com/news/content/includes/rss/features.xml",
"http://www.chron.com/rss/sports/bk/bkw/index.rss",
"http://www.heraldonline.com/opinions/index.rss",
"http://feeds.sun-sentinel.com/sun-sentinel/business/realestate",
"http://feeds.iol.co.za/rss/feed_ioltech_reviews.rss",
"http://www.journalstar.com/?rss=huskerextra/womens_basketball",
"http://gazetterecord.com/?rss=sports",
"http://douglascountysentinel.com/?rss=sports",
"http://www.nypost.com/rss/movies.xml",
"http://www.sierrasun.com/apps/pbcs.dll/section?Category=rss06&mime=xml",
"http://www.mnpubs.com/rss.php?publication=southwest",
"http://www.semissourian.com/feeds/today.rss",
"http://hjnews.townnews.com/?rss=sports",
"http://obsentinel.womacknewspapers.com/?rss=sports",
"http://www.cumberlink.com/?rss=ap/strange",
"http://www.ft.com/rss/comment/editorial",
"http://feeds.news.com.au/public/rss/2.0/trav_nthamerica_291.xml",
"http://www.advocatepress.com/?rss=sports",
"http://www.scmp.com/rss/business.xml",
"http://www.southbendtribune.com/apps/pbcs.dll/section?category=XML&c=COLUMNISTS&mime=xml",
"http://www.npr.org/rss/rss.php?id=1044",
"http://rss.prnewswire.com/geography/MO/",
"http://www.eveningtimes.com/?rss=sports",
"http://www.pioneerlocal.com/lincolnwood/rss/lifestyles/index.xml",
"http://www.speedwaymedia.com/rss/rssnews.xml",
"http://feeds.salon.com/salon/greenwald",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsflowermound.xml",
"http://www.rollcall.com/ath/index.xml",
"http://www.sanluisobispo.com/224/index.xml",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss50&mime=xml",
"http://feeds.nydailynews.com/nydnrss/sports/columnists",
"http://www.slate.com/rss/feed.aspx?id=2083989",
"http://www.fremonttribune.com/rss.php?cat=sports",
"http://www.presstv.ir/rss/?section=europe",
"http://www.kearneyhub.com/site/rss/?Kearney%20Hub/Home/National%20and%20World%20/Strange%20News",
"http://feeds.feedburner.com/nynewsday/sports/football/giants",
"http://www.news-star.com/RSS/obituaries.xml",
"http://feeds.latimes.com/TheEnvelope/",
"http://www.ascensioncitizen.com/?rss=sports",
"http://www.southcountytimes.com/RSS10590.113117.xml",
"http://www.richmond.com/rss.aspx?channelId=17",
"http://lewistownsentinel.com/RSS/RSS-Today.asp",
"http://www.signonsandiego.com/news/rss2/computing.xml",
"http://www.aledotimesrecord.com/?rss=sports",
"http://www.mcclatchydc.com/129/index.rss",
"http://www.sacbee.com/140/index.rss",
"http://news.sky.com/skynews/rss/article/0,,30100-1-100,00.xml",
"http://www.sj-r.com/rss/sports.asp",
"http://www.sfgate.com/rss/feeds/gknapp.xml",
"http://www.shreveporttimes.com/apps/pbcs.dll/section?category=RSS&mime=xml",
"http://www.augustagazette.com/?rss=sports",
"http://www.nptelegraph.com/site/rss/?North%20Platte%20Telegraph/News/Breaking%20News/Breaking%20News",
"http://www.bentoneveningnews.com/?rss=sports",
"http://www.bcrnews.com/?rss=sports",
"http://seattlepi.nwsource.com/rss/sci-tech_2.rss",
"http://www.msnbc.msn.com/id/3032802/device/rss/rss.xml",
"http://www.bgdailynews.com/?rss=sports&fullstory=1",
"http://www.boonvilledailynews.com/?rss=sports",
"http://www.packetonline.com/?rss=south_brunswick_post/sports",
"http://rss.mnginteractive.com/live/DailyNews/DailyNews_1885132.xml",
"http://cantondailyledger.com/?rss=sports",
"http://www.carmitimes.com/?rss=sports",
"http://www.carthagepress.com/?rss=sports",
"http://www.nymag.com/rss/Best_Bets_Daily.xml",
"http://www.sapulpadailyherald.com/features/resources_rsssection.xml",
"http://www.charlescitypress.com/?rss=sports",
"http://www.rockymountainnews.com/feeds/staff/stories/jeff-legwold/",
"http://www.codyenterprise.com/?rss=sports",
"http://www.daily-chronicle.com/?rss=sports",
"http://www.dailypilot.com/?rss=sports",
"http://www.dailyregister.com/?rss=sports",
"http://www.chron.com/rss/sports/bb/index.rss",
"http://www.dailytribune.net/?rss=sports",
"http://www.deridderdailynews.com/?rss=sports",
"http://www.miamiherald.com/107/index.xml",
"http://www.ddtonline.com/?rss=sports",
"http://www.derbydailyrep.com/?rss=sports",
"http://www.nypost.com/rss/columnists.xml",
"http://eldoradotimes.com/?rss=sports",
"http://www.crookstontimes.com/?rss=sports",
"http://www.elkintribune.com/?rss=sports",
"http://news.rgj.com/apps/pbcs.dll/section?category=EVERGREEN&mime=xml&template=rss",
"http://www.franklincountytimes.com/?rss=sports",
"http://www.freemansd.com/?rss=sports",
"http://www.scmp.com/rss/sport.xml",
"http://www.enterprise-journal.com/?rss=sports",
"http://www.globegazette.com/?rss=sports",
"http://www.cumberlink.com/?rss=news",
"http://www.gwcommonwealth.com/?rss=sports",
"http://www.griffindailynews.com/?rss=sports",
"http://feeds.iol.co.za/rss/feed_ioltech_opensource.rss",
"http://www.helena-arkansas.com/?rss=sports",
"http://www.granitefallsnews.com/?rss=sports",
"http://feeds.news.com.au/public/rss/2.0/trav_hldays_Shortbreaks_329.xml",
"http://www.ft.com/rss/comment/columnists/martinwolf",
"http://www.heraldindependent.com/?rss=sports",
"http://www.npr.org/rss/rss.php?id=1041",
"http://www.hopestar.com/?rss=sports",
"http://feeds.salon.com/salon/opinion",
"http://www.ivpressonline.com/?rss=sports",
"http://feeds.sun-sentinel.com/sun-sentinel/business",
"http://www.southbendtribune.com/apps/pbcs.dll/section?category=XML&c=LIVES&mime=xml",
"http://www.heraldonline.com/front/index.rss",
"http://www.jg-tc.com/?rss=sports",
"http://www.rrstar.com/entertainment/rss",
"http://www.kauaiworld.com/?rss=sports",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsellis.xml",
"http://www.glendalenewspress.com/?rss=sports",
"http://www.kvnews.com/?rss=sports/",
"http://www.journalreview.com/?rss=sports",
"http://www.kirksvilledailyexpress.com/?rss=sports",
"http://feeds.feedburner.com/pressofatlanticcity/Sports/AutoRacing",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss07&mime=xml",
"http://www.lagrangenews.com/?rss=sports",
"http://www.slate.com/rss/feed.aspx?id=2090809",
"http://www.lakesunleader.com/?rss=sports",
"http://www.leesvilledailyleader.com/?rss=sports",
"http://www.leavenworthtimes.com/?rss=sports",
"http://www.lodinews.com/?rss=sports",
"http://www.rollcall.com/politics/index.xml",
"http://www.macombjournal.com/?rss=sports",
"http://www.maconch.com/?rss=sports",
"http://www.loganbanner.com/?rss=sports",
"http://www.kearneyhub.com/site/rss/?Kearney%20Hub/Home/Area%20News/Health%20%26%20Fitness",
"http://www.presstv.ir/rss/?section=scitech",
"http://www.news-star.com/RSS/newsworld.xml",
"http://www.nctimes.com/?rss=/sports",
"http://www.mcphersonsentinel.com/?rss=sports",
"http://www.maumellemonitor.com/?rss=sports",
"http://www.mtshastanews.com/?rss=sports",
"http://www.moberlymonitor.com/?rss=sports",
"http://www.pioneerlocal.com/mundelein/rss/news/index.xml",
"http://www.mi-reporter.com/?rss=sports",
"http://www.mexicoledger.com/?rss=sports",
"http://www.neoshodailynews.com/?rss=sports",
"http://feeds.latimes.com/latimes/sports/golf/",
"http://www.newsenterpriseonline.com/?rss=sports",
"http://www.newportindependent.com/?rss=sports",
"http://www.newstribune.info/?rss=sports",
"http://www.signonsandiego.com/news/rss2/daily/sundaycurrents.xml",
"http://www.newtondailynews.com/?rss=sports",
"http://www.nwaonline.net/?rss=sports",
"http://www.nlrtimes.com/?rss=sports",
"http://www.pantagraph.com/?rss=sports",
"http://www.olneydailymail.com/?rss=sports",
"http://www.pekintimes.com/?rss=sports",
"http://rss.prnewswire.com/subject/chi/",
"http://www.salemnews.com/puopinion/resources_etp_rss_section.xml",
"http://www.pontiacdailyleader.com/?rss=sports",
"http://news.sky.com/skynews/rss/article/0,,30000-1-100,00.xml",
"http://www.pickenssentinel.com/?rss=sports",
"http://www.sj-r.com/rss/news.asp",
"http://www.pratttribune.com/?rss=sports",
"http://www.morrisdailyherald.com/?rss=sports",
"http://lewistownsentinel.com/RSS/RSS-Sports.asp",
"http://www.richmond.com/rss.aspx?channelId=2",
"http://www.mcclatchydc.com/106/index.rss",
"http://www.qctimes.com/?rss=/sports",
"http://www.msnbc.msn.com/id/3033076/device/rss/rss.xml",
"http://www.reviewatlas.com/?rss=sports",
"http://www.southcountytimes.com/RSS10593.113117.xml",
"http://www.ridgecrestca.com/?rss=sports",
"http://www.shreveporttimes.com/apps/pbcs.dll/section?category=RSS03&mime=xml",
"http://www.richfieldreaper.com/?rss=sports",
"http://www.nptelegraph.com/site/rss/?North%20Platte%20Telegraph/News/News/Editorials%20&%20Letters",
"http://www.sentinel-standard.com/?rss=sports",
"http://www.siftingsherald.com/?rss=sports",
"http://www.siouxcityjournal.com/?rss=sports/sports/",
"http://www.silverbelt.com/?rss=sports",
"http://www.shelbycountyreporter.com/?rss=sports",
"http://www.siskiyoudaily.com/?rss=sports",
"http://rss.mnginteractive.com/live/marinij/marinij_82.xml",
"http://www.starcourier.com/?rss=sports",
"http://www.stuttgartdailyleader.com/?rss=sports",
"http://www.sturgisjournal.com/?rss=sports",
"http://www.taftmidwaydriller.com/?rss=sports",
"http://www.sulphurdailynews.com/?rss=sports",
"http://www.svherald.com/?rss=sports",
"http://www.stjamesnews.com/?rss=sports",
"http://www.standard-journal.com/?rss=sports",
"http://www.tdn.com/?rss=sports",
"http://www.rockymountainnews.com/feeds/headlines/news/education/",
"http://www.nymag.com/rss/Fashion_and_Shopping.xml",
"http://news.rgj.com/apps/pbcs.dll/section?category=LIV&mime=xml&template=rss",
"http://www.packetonline.com/?rss=south_brunswick_post/news",
"http://www.thewesterlysun.com/?rss=/sports/sports/",
"http://www.miamiherald.com/580/index.xml",
"http://www.times-georgian.com/?rss=sports",
"http://www.wdtimes.com/?rss=sports",
"http://www.chron.com/rss/life/food/wine/find/index.rss",
"http://www.nypost.com/rss/weirdbuttrue.xml",
"http://www.theworldlink.com/?rss=sports",
"http://www.waynesvilledailyguide.com/?rss=sports",
"http://www.wellsvilledaily.com/?rss=sports",
"http://www.heraldtribune.com/apps/pbcs.dll/section?CATEGORY=RSS06&mime=xml",
"http://www.tucsoncitizen.com/altdaily/rss/sports/",
"http://www.courier-journal.com/apps/pbcs.dll/section?category=rss07&mime=xml",
"http://www.sonomanews.com/?rss=sports",
"http://www.scmp.com/rss/technology.xml",
"http://www.sapulpadailyherald.com/collegesports/resources_rsssection.xml",
"http://feeds.iol.co.za/rss/feed_capeargus.rss",
"http://www.ft.com/rss/markets/asiapacific",
"http://billingsgazette.net/?rss=sports/local",
"http://www.journalgazette.net/apps/pbcs.dll/section?Category=SPORTS12&mime=xml",
"http://www.napavalleyregister.com/?rss=sports/local",
"http://www.npr.org/rss/rss.php?id=17",
"http://www.cumberlink.com/?rss=411",
"http://feeds.news.com.au/public/rss/2.0/trav_aus_nsw_act_348.xml",
"http://www.wcfcourier.com/?rss=sports/local",
"http://rss.prnewswire.com/geography/SC/",
"http://feeds.salon.com/salon/war_room",
"http://www.southbendtribune.com/apps/pbcs.dll/section?category=XML&c=NEWS01&mime=xml",
"http://www.westhawaiitoday.com/?rss=sports/local_sports/",
"http://www.mariondaily.com/?rss=sports&title=News%20from%20the%20Marion%20Daily%20Republican&desc=The%20latest%20news%20from%20Marion,%20IL",
"http://www.dallasnews.com/newskiosk/rss/dallasnewslewisville.xml",
"http://rss.indiainfo.com/sports.xml",
"http://www.rrstar.com/business/rss",
"http://feeds.feedburner.com/News8BusinessFinance",
"http://www.news-record.com/apps/pbcs.dll/section?category=SPORTS&template=rss&mime=application%2Frss%2Bxml&omniture=0",
"http://www.timesonline.co.uk/tol/feeds/rss/sport.xml",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss08&mime=xml",
"http://www.nwi.com/?rss=/sports/top_sports",
"http://www.kearneyhub.com/site/rss/?Kearney%20Hub/Home/National%20and%20World%20/Politics",
"http://feeds.latimes.com/calendarlive/events/",
"http://www.news-star.com/RSS/opinion.xml",
"http://www.kcchronicle.com/?rss=sports/prep",
"http://www.pioneerlocal.com/highlandpark/rss/sports/index.xml",
"http://feeds.sun-sentinel.com/sun-sentinel/sports",
"http://www.signonsandiego.com/news/rss2/local.xml",
"http://www.springfieldnewssun.com/news/content/includes/rss/newswire.xml",
"http://www.slate.com/rss",
"http://www.sj-r.com/rss/ae.asp",
"http://wkrg.com/feeds/rss/sports/",
"http://www.sfgate.com/rss/feeds/sports.xml",
"http://www.nptelegraph.com/site/rss/?North%20Platte%20Telegraph/News/About%20Us/Career%20Opportunities",
"http://www.sfgate.com/rss/feeds/homeandgarden.xml",
"http://www.msnbc.msn.com/id/8884853/device/rss/rss.xml",
"http://news.sky.com/skynews/rss/article/0,,30400-1-100,00.xml",
"http://www.mcclatchydc.com/100/index.rss",
"http://rss.mnginteractive.com/live/SLT/SaltLakeTribune_28.xml",
"http://lewistownsentinel.com/RSS/RSS-Community.asp",
"http://www.rockymountainnews.com/feeds/headlines/entertainment/more-entertainment/",
"http://www.thesuntimes.com/?rss=sports",
"http://www.packetonline.com/?rss=south_brunswick_post/obituaries",
"http://www.miamiherald.com/606/index.xml",
"http://www.nypost.com/rss/giants.xml",
"http://www.chron.com/rss/ent/arts/art/index.rss",
"http://www.nymag.com/rss/Art.xml",
"http://www.scmp.com/rss/opinion.xml",
"http://news.rgj.com/apps/pbcs.dll/section?category=NEIGHBORHOODS&mime=xml&template=rss",
"http://feeds.news.com.au/public/rss/2.0/news_south_australia_43.xml",
"http://www.ft.com/rss/businesslife/science",
"http://www.npr.org/rss/rss.php?id=1030",
"http://www.cumberlink.com/?rss=perry_news",
"http://rss.prnewswire.com/geography/NC/",
"http://www.globegazette.com/?rss=state",
"http://www.tylerpaper.com/apps/pbcs.dll/section?category=RSS01&cat=NEWS03&mime=xml",
"http://feeds.salon.com/salon/tennis",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscoltparsons.xml",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss27&mime=xml",
"http://feeds.feedburner.com/StandardnetFeaturesFeed",
"http://www.southbendtribune.com/apps/pbcs.dll/section?category=XML&c=OPINION&mime=xml",
"http://www.slate.com/rss/feed.aspx?id=97504",
"http://www.kearneyhub.com/site/rss/?Kearney%20Hub/Home/Area%20News/State%20News",
"http://www.mainecoastnow.com/?rss=steppin_out/artistic_opportunities",
"http://feeds.bizjournals.com/bizj_stlouis",
"http://feeds.latimes.com/SteveHarvey/",
"http://www.news-star.com/RSS/lifestyles.xml",
"http://www.signonsandiego.com/news/rss2/state.xml",
"http://www.springfieldnewssun.com/news/content/includes/rss/news.xml",
"http://www.wickedlocal.com/stoughton/news/business/rss",
"http://www.sfgate.com/rss/feeds/dsaunders.xml",
"http://feeds.stamfordadvocate.com/stamfordadvocate/entertainment",
"http://feeds.cbsnews.com/CbsNewsApStrange",
"http://www.sj-r.com/rss/travel.asp",
"http://www.spotlightnews.com/feeds/sports.xml",
"http://www.nptelegraph.com/site/rss/?North%20Platte%20Telegraph/News/News/Business%20News",
"http://www.msnbc.msn.com/id/3032560/device/rss/rss.xml",
"http://feeds.iol.co.za/rss/feed_sundaytribune.rss",
"http://starbulletin.com/rss/editorial.xml",
"http://rss.mnginteractive.com/live/SentinelEnterprise/SE_1852100.xml",
"http://www.stargazette.com/apps/pbcs.dll/section?Category=RSS03",
"http://www.rockymountainnews.com/feeds/headlines/sports/preps/winter/girls-basketball/",
"http://www.thestate.com/154/index.xml",
"http://www.miamiherald.com/293/index.xml",
"http://www.chron.com/rss/uh/index.rdf",
"http://news.rgj.com/apps/pbcs.dll/section?category=DAYTON&mime=xml&template=rss",
"http://www.nypost.com/rss/nets.xml",
"http://www.cumberlink.com/?rss=business",
"http://feeds.news.com.au/public/rss/2.0/business_breaking_news_297.xml",
"http://www.ft.com/rss/markets/uk",
"http://rss.prnewswire.com/geography/OR/",
"http://www.npr.org/rss/rss.php?id=1039",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewscoldatlas.xml",
"http://www.statesman.com/business/content/business/rss/localbusiness.xml",
"http://www.statesboroherald.com/syndication/feeds/rss/27/",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss15&mime=xml",
"http://feeds.feedburner.com/NewJerseyNews",
"http://feeds.salon.com/salon/news",
"http://www.wilmingtonstar.com/apps/pbcs.dll/section?Category=RSS&mime=XML",
"http://www.nymag.com/rss/Real_Estate.xml",
"http://www.statesmanjournal.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://buyit.thestate.com/findit/search/rss_browse.jsp?sort=modifieddate&sortType=desc&catId=krd_thestate675a4&fromUrl=http%3A//buyit.thestate.com/findit/real_estate/apartments_home_rentals/index.htm",
"http://www.slate.com/rss/feed.aspx?id=2746",
"http://www.southbendtribune.com/apps/pbcs.dll/section?category=XML&c=BIZ&mime=xml",
"http://feeds.latimes.com/latimes/sports/horseracing/",
"http://www.signonsandiego.com/news/rss2/daily/travel.xml",
"http://www.summitdaily.com/apps/pbcs.dll/section?Category=rss03&mime=xml",
"http://www.sfgate.com/rss/feeds/crime.xml",
"http://www.kearneyhub.com/site/rss/?Kearney%20Hub/Home/Area%20News/Kearney%2DArea%20News",
"http://www.starherald.net/local/resources_rsssection.xml",
"http://www.pioneerlocal.com/northbrook/rss/sports/index.xml",
"http://online.statesmanjournal.com/obituaries/obits_rss.cfm",
"http://www.news-star.com/RSS/business.xml",
"http://www.star-telegram.com/125/index.xml",
"http://www.statejournal.com/JOURNAL.xml",
"http://feeds.stamfordadvocate.com/stamfordadvocate/thedish",
"http://www.spotlightnews.com/feeds/news.xml",
"http://www.startribune.com/rss/1557.xml",
"http://www.msnbc.msn.com/id/3032874/device/rss/rss.xml",
"http://www.brainerddispatch.com/RSS/opinion.xml",
"http://www.nptelegraph.com/site/rss/?North%20Platte%20Telegraph/News/News/Technology",
"http://feeds.thestreet.com/tsc/feeds/rss/business-news",
"http://www.sunherald.com/living/people/teens/index.rss",
"http://www.shelbystar.com/common/rss/rss.php",
"http://rss.mnginteractive.com/live/sanjose/SanJose_1915270.xml",
"http://www.stillwater-newspress.com/business/resources_rsssection.xml",
"http://www.rockymountainnews.com/feeds/headlines/sports/preps/fall/field-hockey/",
"http://www.chron.com/rss/life/society/index.rss",
"http://www.steamboatpilot.com/rss/headlines/",
"http://www.thestate.com/181/index.xml",
"http://starbulletin.com/rss/sports.xml",
"http://www.thesunchronicle.com/?rss=obituaries",
"http://news.rgj.com/apps/pbcs.dll/section?category=BIZ&mime=xml&template=rss",
"http://www.miamiherald.com/432/index.xml",
"http://www.stargazette.com/apps/pbcs.dll/section?Category=RSS06",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsopinbal.xml",
"http://www.ft.com/rss/world/asiapacific/china",
"http://feeds.feedburner.com/pressofatlanticcity/Sports/NBA",
"http://www.wickedlocal.com/stoughton/homepage/rss",
"http://rss.prnewswire.com/geography/NE/",
"http://www.npr.org/rss/rss.php?id=43",
"http://www.cumberlink.com/?rss=editorial/editorial",
"http://feeds.news.com.au/public/rss/2.0/trav_aus_nt_354.xml",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss43&mime=xml",
"http://www.pioneerlocal.com/skokie/rss/news/index.xml",
"http://www.slate.com/rss/feed.aspx?id=2098816",
"http://feeds.latimes.com/calendarlive/stage/",
"http://www.nypost.com/rss/weddings.xml",
"http://www.sfgate.com/rss/feeds/onthejob.xml",
"http://feeds.style.com/style_file",
"http://www.signonsandiego.com/news/rss2/education.xml",
"http://www.statesman.com/life/content/life/rss/greig.xml",
"http://www.kearneyhub.com/site/rss/?Kearney%20Hub/Home/Business%20and%20Financial/National%20Business",
"http://feeds.bizjournals.com/bizj_tampabay",
"http://feeds.stamfordadvocate.com/stamfordadvocate/news/local",
"http://www.pbs.org/kcet/tavissmiley/rss/business.xml",
"http://www.statesmanjournal.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.southbendtribune.com/apps/pbcs.dll/section?category=XML&c=ENT&mime=xml",
"http://www.msnbc.msn.com/id/3032599/device/rss/rss.xml",
"http://www.statesboroherald.com/syndication/feeds/rss/",
"http://www.summitdaily.com/apps/pbcs.dll/section?Category=rss06&mime=xml",
"http://www.nptelegraph.com/site/rss/?North%20Platte%20Telegraph/News/News/NebraskaLand%20Days",
"http://www.tahoedailytribune.com/apps/pbcs.dll/section?Category=rss05&mime=xml",
"http://www.sunherald.com/news/columnists/stan_tiner/index.rss",
"http://www.news-star.com/RSS/health.xml",
"http://www.star-telegram.com/100/index.xml",
"http://www.springfieldnewssun.com/news/content/includes/rss/sports.xml",
"http://www.brainerddispatch.com/RSS/sports.xml",
"http://www.startribune.com/535/index.xml",
"http://www.pioneerlocal.com/lincolnwood/rss/sports/index.xml",
"http://feeds.thestreet.com/tsc/feeds/rss/technology",
"http://buyit.thestate.com/findit/search/rss_browse.jsp?sort=modifieddate&sortType=desc&catId=krd_thestate65848&fromUrl=http%3A//buyit.thestate.com/findit/real_estate/homes_for_sale/index.htm",
"http://www.chron.com/rss/sports/run/index.rss",
"http://www.thestate.com/169/index.xml",
"http://www.rockymountainnews.com/feeds/staff/stories/john-temple/",
"http://starbulletin.com/rss/business.xml",
"http://rss.mnginteractive.com/live/LowellSun/LS_100002.xml",
"http://www.miamiherald.com/620/index.xml",
"http://feeds.salon.com/salon/iltw",
"http://news.rgj.com/apps/pbcs.dll/section?category=HEALTH&mime=xml&template=rss",
"http://www.stargazette.com/apps/pbcs.dll/section?Category=RSS04",
"http://www.thesunchronicle.com/?rss=sports",
"http://www.timesonline.co.uk/tol/feeds/rss/tech.xml",
"http://rss.cnn.com/rss/money_technology.rss",
"http://www.economist.com/rss/telecommunications_rss.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewssports.xml",
"http://www.ajc.com/metro/content/shared-blogs/ajc/techcircuit/index.xml",
"http://www.ft.com/rss/markets/europe",
"http://www.congoo.com/feed/newschannelsfeed.aspx?chid=14&catid=-1",
"http://rss.prnewswire.com/industry/tls/",
"http://feeds.news.com.au/public/rss/2.0/news_centralthamerica_287.xml",
"http://www.wickedlocal.com/stoughton/news/opinions/rss",
"http://www.npr.org/rss/rss.php?id=3",
"http://www.stillwater-newspress.com/editorials/resources_rsssection.xml",
"http://feeds.feedburner.com/KMEG14BusinessNews",
"http://feeds.style.com/sartorialist",
"http://www.cumberlink.com/?rss=health",
"http://feeds.salon.com/salon/books",
"http://www.slate.com/rss/feed.aspx?id=82694",
"http://www.nypost.com/rss/gossip.xml",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss09&mime=xml",
"http://feeds.latimes.com/BobSipchen/",
"http://www.sfgate.com/rss/feeds/kpender.xml",
"http://www.statesman.com/life/content/life/rss/books.xml",
"http://www.signonsandiego.com/news/rss2/business.xml",
"http://www.kearneyhub.com/site/rss/?Kearney%20Hub/Home/National%20and%20World%20/World",
"http://www.starherald.net/sports/resources_rsssection.xml",
"http://www.statesboroherald.com/syndication/feeds/rss/3/",
"http://www.sunvalleyonline.com/rss/rss.aspx?feed=Sports",
"http://www.msnbc.msn.com/id/3032824/device/rss/rss.xml",
"http://www.pbs.org/kcet/tavissmiley/rss/empowerment.xml",
"http://feeds.stamfordadvocate.com/stamfordadvocate/technology",
"http://www.tcpalm.com/feeds/headlines/business/",
"http://www.nptelegraph.com/site/rss/?North%20Platte%20Telegraph/News/Community%20Links/Our%20Community",
"http://www.sunherald.com/sports/hockey/index.rss",
"http://www.tahoedailytribune.com/apps/pbcs.dll/section?Category=rss02&mime=xml",
"http://www.summitdaily.com/apps/pbcs.dll/section?Category=rss05&mime=xml",
"http://www.tampabays10.com/tools/rss/?entertainment",
"http://www.tallahassee.com/apps/pbcs.dll/section?Category=RSS02&mime=XML",
"http://www.southbendtribune.com/apps/pbcs.dll/section?category=XML&c=HSSPORTS&mime=xml",
"http://www.news-star.com/RSS/newslocal.xml",
"http://www.statesmanjournal.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://feeds.thestreet.com/tsc/feeds/rss/top-read-stories",
"http://www.brainerddispatch.com/RSS/entertainment.xml",
"http://www.star-telegram.com/116/index.xml",
"http://buyit.thestate.com/findit/search/rss_browse.jsp?sort=modifieddate&sortType=desc&catId=krd_thestate2349ee&fromUrl=http%3A//buyit.thestate.com/findit/real_estate/real_estate_services/index.htm",
"http://www.tahlequahdailypress.com/editorials/resources_rsssection.xml",
"http://www.starherald.net/opinion/resources_rsssection.xml",
"http://www.rockymountainnews.com/feeds/staff/stories/jean-torkelson/",
"http://rss.mnginteractive.com/live/DailyNews/DailyNews_1885126.xml",
"http://www.taiwanheadlines.gov.tw/newsRSS.asp?cat=PD",
"http://www.tahoe-world.com/component/option,com_rss/feed,RSS2.0/no_html,1/",
"http://www.stillwater-newspress.com/homes/resources_rsssection.xml",
"http://www.chron.com/rss/ent/music/local/index.rss",
"http://www.miamiherald.com/366/index.xml",
"http://www.pioneerlocal.com/skokie/rss/sports/index.xml",
"http://www.thestate.com/101/index.xml",
"http://starbulletin.com/rss/travel.xml",
"http://news.rgj.com/apps/pbcs.dll/section?category=NEWS&mime=xml&template=rss",
"http://www.tcpalm.com/feeds/headlines/news/st-lucie-county/",
"http://www.2theadvocate.com/news/business/index.rss",
"http://www.thesunchronicle.com/?rss=news",
"http://www.stargazette.com/apps/pbcs.dll/section?Category=RSS01",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscoleogintz.xml",
"http://www.pioneerlocal.com/evanston/rss/lifestyles/index.xml",
"http://rss.prnewswire.com/industry/energy/",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1120",
"http://www.ft.com/rss/home/europe",
"http://feeds.news.com.au/public/rss/2.0/news_queensland_41.xml",
"http://feeds.feedburner.com/thr/boxoffice",
"http://www.npr.org/rss/rss.php?id=1010",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss19&mime=xml",
"http://feeds.style.com/fashion_features",
"http://www.wickedlocal.com/swampscott/homepage/rss",
"http://www.economist.com/rss/the_americas_rss.xml",
"http://feeds.salon.com/salon/the_fix",
"http://feeds.latimes.com/latimes/travel/",
"http://www.slate.com/rss/feed.aspx?id=2147",
"http://www.nypost.com/rss/sports.xml",
"http://www.sfgate.com/rss/feeds/drichardson.xml",
"http://www.statesman.com/news/content/news/rss/localnews.xml",
"http://www.signonsandiego.com/news/rss2/daily/business.xml",
"http://www.kearneyhub.com/site/rss/?Kearney%20Hub/Home/Sports/Prep%20Teams",
"http://www.telegraph.co.uk/newsfeed/rss/education.xml",
"http://www.msnbc.msn.com/id/3174182/device/rss/rss.xml",
"http://www.sunvalleyonline.com/rss/rss.aspx?feed=Arts",
"http://feeds.stamfordadvocate.com/stamfordadvocate/news/nationworld",
"http://www.packetonline.com/?rss=the_beacon/lifestyle",
"http://www.summitdaily.com/apps/pbcs.dll/section?Category=rss01&mime=xml",
"http://www.pbs.org/kcet/tavissmiley/rss/daily.xml",
"http://www.statesboroherald.com/syndication/feeds/rss/6/",
"http://www.sunherald.com/news/politics/index.rss",
"http://www.nptelegraph.com/site/rss/?North%20Platte%20Telegraph/News/News/Local%20Government",
"http://www.tahlequahdailypress.com/sports/resources_rsssection.xml",
"http://www.brainerddispatch.com/RSS/news.xml",
"http://www.tampabays10.com/tools/rss/?health",
"http://www.suburbanchicagonews.com/bolingbrooksun/rss/business/index.xml",
"http://stats.telegraph.co.uk/rss/topten.xml",
"http://www.tahoedailytribune.com/apps/pbcs.dll/section?Category=rss07&mime=xml",
"http://www.statesmanjournal.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://www.bransoncourier.com/rssfeed_5.xml",
"http://www.chron.com/rss/nb/heights/news/index.rss",
"http://www.buffalonews.com/220/index.rss",
"http://rss.mnginteractive.com/live/sanjose/SanJose_1915298.xml",
"http://www.rockymountainnews.com/feeds/headlines/news/local/",
"http://www.starherald.net/business/resources_rsssection.xml",
"http://www.tallahassee.com/apps/pbcs.dll/section?Category=RSS04&mime=XML",
"http://www.taiwanheadlines.gov.tw/newsRSS.asp?cat=XX",
"http://www.miamiherald.com/274/index.xml",
"http://www.zwire.com/site/rss/?The%20Beaumont%20Enterprise/News/Editorial/Local%20Opinion",
"http://starbulletin.com/rss/localnews.xml",
"http://feeds.bizjournals.com/bizj_triad",
"http://www.thestate.com/167/index.xml",
"http://www.thatsracin.com/242/index.xml",
"http://news.rgj.com/apps/pbcs.dll/section?category=SPARKS&mime=xml&template=rss",
"http://www.theadvertiser.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewstexassouthwestnews.xml",
"http://www.pioneerlocal.com/lakezurich/rss/business/index.xml",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1009",
"http://www.ft.com/rss/indepth/investmentbanking/hedgefunds",
"http://rss.prnewswire.com/geography/NV/",
"http://www.amnews.com/public_html/?module=rssobits&format=rss",
"http://feeds.feedburner.com/PierceCountyHerald",
"http://feeds.news.com.au/public/rss/2.0/trav_hldays_snow_332.xml",
"http://www.npr.org/rss/rss.php?id=2",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss42&mime=xml",
"http://www.thealpenanews.com/rss/RSS-Feed.asp?vSecName=Commentary",
"http://www.stillwater-newspress.com/collegesports/resources_rsssection.xml",
"http://www.stargazette.com/apps/pbcs.dll/section?Category=RSS05",
"http://feeds.theage.com.au/rssheadlines/world.xml",
"http://feeds.style.com/fashion_show_updates",
"http://www.prospect.org/articles_rss.jsp",
"http://www.slate.com/rss/feed.aspx?id=3525",
"http://www.wickedlocal.com/tewksbury/news/business/rss",
"http://comm.emeraldcoast.com/times/rss.php",
"http://feeds.latimes.com/latimes/sports/football/nfl/",
"http://feeds.salon.com/salon/index",
"http://www.sfgate.com/rss/feeds/green.xml",
"http://static.canadaeast.com/rss/DGBUSINESS.xml",
"http://www.postcrescent.com/apps/pbcs.dll/misc?URL=/templates/RSSlatest.pbs&mime=xml",
"http://www.statesman.com/news/content/news/rss/texas.xml",
"http://www.signonsandiego.com/news/rss2/world.xml",
"http://www.nypost.com/rss/dating.xml",
"http://www.telegraph.co.uk/newsfeed/rss/motoring.xml",
"http://www.msnbc.msn.com/id/3032112/device/rss/rss.xml",
"http://www.kearneyhub.com/site/rss/?Kearney%20Hub/Home/Sports/Husker%20Archives",
"http://feeds.stamfordadvocate.com/stamfordadvocate/features/lifestyle/weekend",
"http://www.sunvalleyonline.com/rss/rss.aspx?feed=Top",
"http://baytownsun.com/rss-feed.lasso?section=sports",
"http://www.pbs.org/kcet/tavissmiley/rss/entertainment.xml",
"http://www.statesboroherald.com/syndication/feeds/rss/5/",
"http://www.summitdaily.com/apps/pbcs.dll/section?Category=rss02&mime=xml",
"http://www.nptelegraph.com/site/rss/?North%20Platte%20Telegraph/News/Unique%20Sections/Youth%20&%20Education",
"http://www.sunherald.com/sports/columnists/doug_barber/index.rss",
"http://www.packetonline.com/?rss=the_beacon/news",
"http://www.bellinghamherald.com/localnews/v-rss/index.rss",
"http://www.stillwater-newspress.com/local/resources_rsssection.xml",
"http://www.zwire.com/site/rss/?The%20Beaumont%20Enterprise/News/News/Region%20%26%20State",
"http://rss.mnginteractive.com/live/sanjose/SanJose_1915272.xml",
"http://www.buffalonews.com/249/index.rss",
"http://www.tallahassee.com/apps/pbcs.dll/section?Category=RSS16&mime=XML",
"http://www.suburbanchicagonews.com/bolingbrooksun/rss/news/index.xml",
"http://www.bransoncourier.com/rssfeed_11.xml",
"http://www.the-boomerang.com/rss.php",
"http://www.rockymountainnews.com/feeds/headlines/entertainment/movies/",
"http://www.taiwanheadlines.gov.tw/newsRSS.asp?cat=ED",
"http://www.miamiherald.com/628/index.xml",
"http://thefacts.com/rss-feed.lasso?section=living",
"http://www.thestate.com/134/index.xml",
"http://www.economist.com/rss/the_environment_rss.xml",
"http://www.2theadvocate.com/features/realestate/index.rss",
"http://feeds.bizjournals.com/bizj_phoenix",
"http://www.conwayweather.com/thecabin/feed.xml",
"http://feeds.cbsnews.com/CBSNewsEarlyShow",
"http://www.tahlequahdailypress.com/news/resources_rsssection.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsptechshopping.xml",
"http://rss.prnewswire.com/industry/bio/",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1121",
"http://www.ft.com/rss/comment/columnists/martinlukes",
"http://feeds.feedburner.com/NBC6/Health",
"http://feeds.news.com.au/public/rss/2.0/bcm_breaking_news_67.xml",
"http://www.clintonherald.com/news/resources_rsssection.xml",
"http://news.rgj.com/apps/pbcs.dll/section?category=DOUGLAS&mime=xml&template=rss",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss53&mime=xml",
"http://www.npr.org/rss/rss.php?id=1009",
"http://www.tcpalm.com/feeds/headlines/news/martin-county/",
"http://www.columbian.com/news/rss/rssnews.xml",
"http://www.chron.com/rss/sports/ten/index.rss",
"http://seguingazette.com/rss-feed.lasso?section=news",
"http://colebrooknews.com/feed/",
"http://www.thealpenanews.com/rss/RSS-Feed.asp?vSecName=Sports",
"http://www.theadvertiser.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://www.commercial-news.com/local/resources_rsssection.xml",
"http://www.amnews.com/public_html/?module=rssamsports&format=rss",
"http://feeds.latimes.com/latimes/entertainment/",
"http://www.slate.com/rss/feed.aspx?id=3531",
"http://www.community-news.com/rss.xml",
"http://feeds.salon.com/salon/tech",
"http://www.stargazette.com/apps/pbcs.dll/section?Category=RSS02",
"http://www.nypost.com/rss/postopinion.xml",
"http://www.northwestgeorgia.com/business/resources_rsssection.xml",
"http://www.sfgate.com/rss/feeds/insidescoop.xml",
"http://www.commercejournal.com/local/resources_rsssection.xml",
"http://www.thecourier-online.com/site/rss/?Houston%20Community%20Newspapers%20Online/News/The%20Courier%20/Sports",
"http://www.wickedlocal.com/tewksbury/homepage/rss",
"http://www.tcpalm.com/feeds/headlines/opinion/",
"http://feeds.theage.com.au/rssheadlines/sport.xml",
"http://www.statesman.com/life/content/life/rss/life.xml",
"http://www.signonsandiego.com/news/rss2/daily/currentshealth.xml",
"http://www.postcrescent.com/apps/pbcs.dll/misc?URL=/templates/RSSlocal.pbs&mime=xml",
"http://galvestondailynews.com/rss-feed.lasso?section=entertainment",
"http://www.hfxnews.ca/rss/TheDailyNews/sports.xml",
"http://www.msnbc.msn.com/id/8077111/device/rss/rss.xml",
"http://www.kearneyhub.com/site/rss/?Kearney%20Hub/Entertainment/Entertainment/Theatre",
"http://static.canadaeast.com/rss/DGSPORTS.xml",
"http://www.telegraph.co.uk/newsfeed/rss/news.xml",
"http://www.ironmountaindailynews.com/rss/RSS-Feed.asp?vSecName=Opinion%20-%20Letters%20To%20The%20Editor",
"http://www.pioneerlocal.com/grayslake/rss/sports/index.xml",
"http://www.dailynewstranscript.com/entertainment/rss",
"http://feeds.stamfordadvocate.com/stamfordadvocate/news/local/state",
"http://www.packetonline.com/?rss=the_beacon/obituaries",
"http://www.nptelegraph.com/site/rss/?North%20Platte%20Telegraph/News/Unique%20Sections/Arts%20&%20Entertainment",
"http://thedailysentinel.com/rss-feed.lasso?section=obituaries",
"http://www.dailynewstribune.com/sports/rss",
"http://www.sunherald.com/sports/index.rss",
"http://www.suburbanchicagonews.com/couriernews/rss/news/index.xml",
"http://www.bellinghamherald.com/apwire/v-rss/index.rss",
"http://baytownsun.com/rss-feed.lasso?section=obituaries",
"http://www.daily-journal.com/rss/getRSS.php?section=health",
"http://www.dnj.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://www.chron.com/rss/nb/memorial/sports/index.rss",
"http://dailytimes.com/rss-feed.lasso?section=news",
"http://www.rockymountainnews.com/feeds/headlines/news/obituaries/",
"http://www.buffalonews.com/246/index.rss",
"http://www.miamiherald.com/581/index.xml",
"http://www.tahoedailytribune.com/apps/pbcs.dll/section?Category=rss01&mime=xml",
"http://www.thedenverchannel.com/sports/topstory.rss",
"http://www.pbs.org/kcet/tavissmiley/rss/news.xml",
"http://www.fredericknewspost.com/rss/business.xml",
"http://rss.mnginteractive.com/live/SentinelEnterprise/SE_75.xml",
"http://www.forumhome.org/clients/forumhome/headlines.rss",
"http://www.thestate.com/216/index.xml",
"http://www.summitdaily.com/apps/pbcs.dll/section?Category=rss04&mime=xml",
"http://rss.prnewswire.com/geography/AK/",
"http://www.statesboroherald.com/syndication/feeds/rss/1/",
"http://www.fdlreporter.com/apps/pbcs.dll/misc?URL=/templates/RSSsports.pbs&mime=xml",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1007",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewsfdshops.xml",
"http://www.zwire.com/site/rss/?The%20Beaumont%20Enterprise/News/Sports%20News/Local%20Sports",
"http://feeds.feedburner.com/dcist",
"http://feeds.news.com.au/public/rss/2.0/aus_defence_54.xml",
"http://www.thedailystar.com/opinion/resources_rsssection.xml",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss52&mime=xml",
"http://www.ft.com/rss/world/asiapacific/india/regulation",
"http://news.rgj.com/apps/pbcs.dll/section?category=FALLON&mime=xml&template=rss",
"http://www.2theadvocate.com/sports/index.rss",
"http://www.bransoncourier.com/rssfeed_6.xml",
"http://www.tcpalm.com/feeds/headlines/news/indian-river-county/",
"http://www.npr.org/rss/rss.php?id=1022",
"http://www.columbian.com/news/rss/rssopinion.xml",
"http://www.dailysoutherner.com/business/resources_rsssection.xml",
"http://www.commercial-news.com/obituaries/resources_rsssection.xml",
"http://www.slate.com/rss/feed.aspx?id=3184",
"http://feeds.latimes.com/latimes/features/religion",
"http://www.nypost.com/rss/regionalnews.xml",
"http://www.sfgate.com/rss/feeds/rstein.xml",
"http://feeds.bizjournals.com/bizj_milwaukee",
"http://economictimes.indiatimes.com/rssfeedsdefault.cms",
"http://www.thedailyswarm.com/feeds/all/",
"http://feeds.theage.com.au/rssheadlines/business.xml",
"http://www.theglobeandmail.com/generated/rss/BN/HYQuebec.xml",
"http://www.pioneerlocal.com/schaumburg/rss/sports/index.xml",
"http://www.statesman.com/life/content/life/rss/style.xml",
"http://www.msnbc.msn.com/id/3032492/device/rss/rss.xml",
"http://www.ironmountaindailynews.com/rss/RSS-Feed.asp?vSecName=Sports",
"http://www.clintonherald.com/editorials/resources_rsssection.xml",
"http://www.telegraph.co.uk/newsfeed/rss/earth-science.xml",
"http://www.thealpenanews.com/rss/RSS-Feed.asp?vSecName=News",
"http://www.wickedlocal.com/swampscott/news/opinions/rss",
"http://www.sunherald.com/entertainment/magazine/index.rss",
"http://www.signonsandiego.com/news/rss2/daily/homes.xml",
"http://www.stillwater-newspress.com/sports/resources_rsssection.xml",
"http://feeds.stamfordadvocate.com/stamfordadvocate/news/opinion/columnists",
"http://www.dailynewstranscript.com/news/rss",
"http://www.suburbanchicagonews.com/bolingbrooksun/rss/entertainment/index.xml",
"http://galvestondailynews.com/rss-feed.lasso?section=business",
"http://www.daily-journal.com/rss/getRSS.php?section=local_news",
"http://www.kearneyhub.com/site/rss/?Kearney%20Hub/Home/Area%20News/Opinion",
"http://www.chron.com/rss/bayarea/index.rdf",
"http://www.hfxnews.ca/rss/TheDailyNews/entertainment.xml",
"http://thedailysentinel.com/rss-feed.lasso?section=lifestyles",
"http://www.packetonline.com/?rss=the_beacon/opinions",
"http://www.bellinghamherald.com/lifestyle/v-rss/index.rss",
"http://static.canadaeast.com/rss/DGOPINION.xml",
"http://www.rockymountainnews.com/feeds/headlines/entertainment/books/",
"http://www.postcrescent.com/apps/pbcs.dll/misc?URL=/templates/RSSsports.pbs&mime=xml",
"http://www.dailynewstribune.com/business/rss",
"http://feeds.salon.com/salon/broadsheet",
"http://dailytimes.com/rss-feed.lasso?section=sports",
"http://www.dnj.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://www.miamiherald.com/226/index.xml",
"http://www.buffalonews.com/188/index.rss",
"http://www.gilroydispatch.com/rss/rss.asp",
"http://www.commercejournal.com/sports/resources_rsssection.xml",
"http://gainesvillesun.com/section/rss&mime=xml",
"http://www.nptelegraph.com/site/rss/?North%20Platte%20Telegraph/News/Unique%20Sections/Church",
"http://www.thedailystar.com/localsports/resources_rsssection.xml",
"http://www.thecourier-online.com/site/rss/?Houston%20Community%20Newspapers%20Online/News/The%20Courier%20/Top%20News",
"http://baytownsun.com/rss-feed.lasso?section=news",
"http://rss.mnginteractive.com/live/MontereyHerald/MontereyHerald_1917641.xml",
"http://www.tahoedailytribune.com/apps/pbcs.dll/section?Category=rss04&mime=xml",
"http://thefacts.com/rss-feed.lasso?section=obituaries",
"http://www.northwestgeorgia.com/sports/resources_rsssection.xml",
"http://www.thestate.com/367/index.xml",
"http://rss.prnewswire.com/industry/govt-and-policy/",
"http://www.theheraldbulletin.com/local/resources_rsssection.xml",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1054",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewsfdluxetravel.xml",
"http://feeds.feedburner.com/tbo/news",
"http://feeds.news.com.au/public/rss/2.0/pnow_breaking_news_167.xml",
"http://www.thedenverchannel.com/entertainment/topstory.rss",
"http://www.npr.org/rss/rss.php?id=13",
"http://www.ft.com/rss/world/asiapacific/china/politics",
"http://www.fredericknewspost.com/rss/opinion.xml",
"http://www.fdlreporter.com/apps/pbcs.dll/misc?URL=/templates/RSSbreaking.pbs&mime=xml",
"http://www.2theadvocate.com/news/politics/index.rss",
"http://www.mankato-freepress.com/obituaries/resources_rsssection.xml",
"http://news.rgj.com/apps/pbcs.dll/section?category=PETS&mime=xml&template=rss",
"http://feeds.latimes.com/latimes/latinamerica",
"http://www.theglobeandmail.com/generated/rss/BN/Technology.xml",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss11&mime=xml",
"http://www.sfgate.com/rss/feeds/ontherecord.xml",
"http://www.dailysoutherner.com/editorials/resources_rsssection.xml",
"http://www.msnbc.msn.com/id/13594277/device/rss/rss.xml",
"http://www.columbian.com/news/rss/rssbusiness.xml",
"http://www.nypost.com/rss/letters.xml",
"http://www.telegraph.co.uk/newsfeed/rss/health.xml",
"http://www.commercial-news.com/sports/resources_rsssection.xml",
"http://www.slate.com/rss/feed.aspx?id=2603",
"http://www.clintonherald.com/politics/resources_rsssection.xml",
"http://www.statesman.com/life/content/life/rss/travel.xml",
"http://feeds.bizjournals.com/bizj_albany",
"http://www.thealpenanews.com/rss/RSS-Feed.asp?vSecName=Obituaries",
"http://www.signonsandiego.com/news/rss2/daily/nightday.xml",
"http://www.sunherald.com/living/columnists/scott_hawkins/index.rss",
"http://www.wickedlocal.com/tewksbury/sports/rss",
"http://www.stillwater-newspress.com/obituaries/resources_rsssection.xml",
"http://www.ironmountaindailynews.com/rss/RSS-Feed.asp?vSecName=News",
"http://www.dailynewstranscript.com/opinions/rss",
"http://feeds.salon.com/salon/movie_reviews",
"http://feeds.stamfordadvocate.com/stamfordadvocate/business",
"http://www.suburbanchicagonews.com/bolingbrooksun/rss/lifestyles/index.xml",
"http://seguingazette.com/rss-weather.lasso",
"http://www.rockymountainnews.com/feeds/headlines/sports/preps/fall/girls-cross-country/",
"http://galvestondailynews.com/rss-feed.lasso?section=health",
"http://thedailysentinel.com/rss-feed.lasso?section=news",
"http://www.kearneyhub.com/site/rss/?Kearney%20Hub/Home/Sports/National%20Sports",
"http://www.tcpalm.com/feeds/headlines/lifestyle/",
"http://dailytimes.com/rss-feed.lasso?section=entertainment",
"http://www.packetonline.com/?rss=the_beacon/sports",
"http://www.miamiherald.com/600/index.xml",
"http://www.daily-journal.com/rss/getRSS.php?section=travel",
"http://www.greenbaypressgazette.com/apps/pbcs.dll/misc?URL=/templates/RSSlocal.pbs&mime=xml",
"http://www.grandhaventribune.com/rss/tribunefeed.xml",
"http://feeds.theage.com.au/rssheadlines/top.xml",
"http://www.bellinghamherald.com/sports/v-rss/index.rss",
"http://www.buffalonews.com/182/index.rss",
"http://www.hannibal.net/RSS/health.xml",
"http://www.postcrescent.com/apps/pbcs.dll/misc?URL=/templates/RSSbreaking.pbs&mime=xml",
"http://www.tahoedailytribune.com/apps/pbcs.dll/section?Category=rss03&mime=xml",
"http://www.economist.com/rss/the_internet_rss.xml",
"http://rss.mnginteractive.com/live/DailyNews/DailyNews_1885228.xml",
"http://www.thehawaiichannel.com/health/topstory.rss",
"http://www.dailynewstribune.com/entertainment/rss",
"http://www.thedailystar.com/lifestyles/resources_rsssection.xml",
"http://www.thestate.com/136/index.xml",
"http://rss.prnewswire.com/subject/acc/",
"http://feeds.news.com.au/public/rss/2.0/bcm_technology_news_66.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsallen.xml",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1022",
"http://feeds.feedburner.com/nynewsday/features/food",
"http://www.nptelegraph.com/site/rss/?North%20Platte%20Telegraph/News/Unique%20Sections/Health",
"http://www.npr.org/rss/rss.php?id=1047",
"http://juneauempire.com/RSS/local.xml",
"http://www.chron.com/rss/sports/lopez/index.rss",
"http://www.ft.com/rss/world",
"http://www.fredericknewspost.com/rss/sports.xml",
"http://thefacts.com/rss-feed.lasso?section=opinion",
"http://www.thedenverchannel.com/health/topstory.rss",
"http://www.pioneerlocal.com/lincolnwood/rss/entertainment/index.xml",
"http://www.pioneerlocal.com/oakpark/rss/sports/index.xml",
"http://news.rgj.com/apps/pbcs.dll/section?category=FOOD&mime=xml&template=rss",
"http://feeds.latimes.com/latimes/features/food/",
"http://www.sfgate.com/rss/feeds/business.xml",
"http://www.slate.com/rss/feed.aspx?id=83221",
"http://www.theglobeandmail.com/generated/rss/BN/HYAfrica.xml",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss25&mime=xml",
"http://www.msnbc.msn.com/id/3033655/device/rss/rss.xml",
"http://www.nypost.com/rss/fashion.xml",
"http://www.heraldbanner.com/features/resources_rsssection.xml",
"http://www.telegraph.co.uk/newsfeed/rss/gardening.xml",
"http://www.fdlreporter.com/apps/pbcs.dll/misc?URL=/templates/RSSlocal.pbs&mime=xml",
"http://www.statesman.com/news/content/news/rss/williamson.xml",
"http://www.clintonherald.com/sports/resources_rsssection.xml",
"http://www.heraldnews.com/homepage/rss",
"http://www.2theadvocate.com/news/index.rss",
"http://www.herald-dispatch.com/entertainment/rss",
"http://www.mankato-freepress.com/editorials/resources_rsssection.xml",
"http://www.signonsandiego.com/news/rss2/daily/currentsmonday.xml",
"http://www.sunherald.com/news/index.rss",
"http://herald-zeitung.com/rss-feed.lasso?section=obituaries",
"http://www.columbian.com/news/rss/rsssports.xml",
"http://www.theherald-nc.com/business/index.xml",
"http://www.daily-journal.com/rss/getRSS.php?section=entertainment",
"http://www.ironmountaindailynews.com/rss/RSS-Feed.asp?vSecName=Obituaries",
"http://www.thehill.com/index.php?option=com_rd_rss&id=21",
"http://www.chron.com/rss/nb/conroe/sports/index.rss",
"http://www.dailynewstranscript.com/health/rss",
"http://galvestondailynews.com/rss-feed.lasso?section=sports",
"http://feeds.stamfordadvocate.com/stamfordadvocate/features",
"http://www.wickedlocal.com/swampscott/news/obituaries/rss",
"http://www.rockymountainnews.com/feeds/headlines/business/airlines-aerospace/",
"http://www.mankato-freepress.com/local/resources_rsssection.xml",
"http://www.packetonline.com/?rss=the_manville_news/sports",
"http://www.suburbanchicagonews.com/bolingbrooksun/rss/sports/index.xml",
"http://dailytimes.com/rss-feed.lasso?section=lifestyle",
"http://www.miamiherald.com/511/index.xml",
"http://thedailysentinel.com/rss-feed.lasso?section=sports",
"http://www.northwestgeorgia.com/entertainment/resources_rsssection.xml",
"http://www.greenbaypressgazette.com/apps/pbcs.dll/misc?URL=/templates/RSSsports.pbs&mime=xml",
"http://seguingazette.com/rss-feed.lasso?section=sports",
"http://www.hindu.com/rss/05hdline.xml",
"http://www.dailynewstribune.com/health/rss",
"http://www.buffalonews.com/195/index.rss",
"http://feeds.salon.com/salon/conason",
"http://www.bellinghamherald.com/business/v-rss/index.rss",
"http://feeds.theage.com.au/rssheadlines/entertainment.xml",
"http://www.commercejournal.com/obituaries/resources_rsssection.xml",
"http://www.hannibal.net/RSS/business.xml",
"http://the.honoluluadvertiser.com/rss/islandlife.xml",
"http://feeds.iol.co.za/rss/feed_themercury.rss",
"http://www.theindychannel.com/entertainment/topstory.rss",
"http://www.northwestgeorgia.com/opinion/resources_rsssection.xml",
"http://www.tahoedailytribune.com/apps/pbcs.dll/section?Category=rss06&mime=xml",
"http://rss.mnginteractive.com/live/SentinelEnterprise/SE_1815100.xml",
"http://www.theintelligencer.net/page/syndrss.front/headline.xml",
"http://www.thehawaiichannel.com/sports/topstory.rss",
"http://www.thestate.com/246/index.xml",
"http://thefacts.com/rss-feed.lasso?section=news",
"http://rss.prnewswire.com/industry/ins/",
"http://www.jpost.com/servlet/Satellite?pagename=JPost/Page/RSS&cid=1123495333211",
"http://feeds.feedburner.com/TheDailyRepublic",
"http://feeds.news.com.au/public/rss/2.0/news_mideast_282.xml",
"http://packetonline.com/?rss=the_messenger_press/lifestyle",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsrichardson.xml",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1001",
"http://www.npr.org/rss/rss.php?id=46",
"http://www.ft.com/rss/companies/retailing",
"http://www.pioneerlocal.com/schaumburg/rss/entertainment/index.xml",
"http://www.dailysoutherner.com/entertainment/resources_rsssection.xml",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss02&mime=xml",
"http://www.thejournalnet.com/rss.xml",
"http://juneauempire.com/RSS/state.xml",
"http://feeds.latimes.com/calendarlive/dining/",
"http://www.journalrecord.com/okc.rss",
"http://www.slate.com/rss/feed.aspx?id=2065977",
"http://www.fredericknewspost.com/rss/dailyBreaking.xml",
"http://www.sfgate.com/rss/feeds/tgoodman.xml",
"http://www.theksbwchannel.com/entertainment/topstory.rss",
"http://www.theglobeandmail.com/generated/rss/BN/robLawPage.xml",
"http://news.rgj.com/apps/pbcs.dll/section?category=WEEKEND&mime=xml&template=rss",
"http://www.zwire.com/site/rss/?The%20Morning%20Journal/News/News/Obituaries",
"http://www.msnbc.msn.com/id/3034545/device/rss/rss.xml",
"http://www.morningsun.net/RSS/lifestyles.xml",
"http://www.telegraph.co.uk/newsfeed/rss/news-obituaries.xml",
"http://www.statesman.com/sports/content/sports/rss/sports.xml",
"http://www.sunherald.com/sports/columnists/al_jones/index.rss",
"http://www.nypost.com/rss/all_sections",
"http://www.thehill.com/index.php?option=com_rd_rss&id=4",
"http://www.chron.com/rss/sports/glf/index.rss",
"http://www.signonsandiego.com/news/rss2/padres.xml",
"http://www.htrnews.com/apps/pbcs.dll/misc?URL=/templates/RSSlocal.pbs&mime=xml",
"http://herald-zeitung.com/rss-feed.lasso?section=opinion",
"http://www.herald-dispatch.com/sports/rss",
"http://www.dailynewstranscript.com/lifestyle/rss",
"http://www.theherald-nc.com/arts_entertainment/index.xml",
"http://www.heraldnews.com/business/rss",
"http://www.columbian.com/news/rss/rsslife.xml",
"http://www.daily-journal.com/rss/getRSS.php?section=editorial",
"http://www.tcpalm.com/feeds/headlines/entertainment/",
"http://www.rockymountainnews.com/feeds/headlines/sports/preps/winter/boys-basketball/",
"http://www.miamiherald.com/505/index.xml",
"http://www.suburbanchicagonews.com/heraldnews/rss/news/index.xml",
"http://www.2theadvocate.com/entertainment/index.rss",
"http://www.dailynewstribune.com/columnists/rss",
"http://dailytimes.com/rss-feed.lasso?section=obituaries",
"http://galvestondailynews.com/rss-feed.lasso?section=news",
"http://seguingazette.com/rss-feed.lasso?section=obituaries",
"http://www.greenbaypressgazette.com/apps/pbcs.dll/misc?URL=/templates/RSSbreaking.pbs&mime=xml",
"http://www.buffalonews.com/247/index.rss",
"http://www.journal-register.com/travel/resources_rsssection.xml",
"http://www.joplinglobe.com/dailybusiness/resources_rsssection.xml",
"http://www.packetonline.com/?rss=the_manville_news/lifestyle",
"http://www.marshfieldnewsherald.com/apps/pbcs.dll/misc?URL=/templates/RSSbreaking.pbs&mime=xml",
"http://www.bellinghamherald.com/northwest/v-rss/index.rss",
"http://the.honoluluadvertiser.com/rss/localnews.xml",
"http://www.hindu.com/rss/03hdline.xml",
"http://www.hannibal.net/RSS/national.xml",
"http://www.theledger.com/apps/pbcs.dll/section?Category=RSS20&mime=xml",
"http://rss.mnginteractive.com/live/SentinelEnterprise/SE_1911802.xml",
"http://www.theindychannel.com/health/topstory.rss",
"http://www.dallasnews.com/newskiosk/rss/dallasnewssouthdallas.xml",
"http://www.thestate.com/153/index.xml",
"http://www.heraldbanner.com/opinion/resources_rsssection.xml",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1004",
"http://feeds.news.com.au/public/rss/2.0/bcm_top_stories_257.xml",
"http://www.npr.org/rss/rss.php?id=1021",
"http://www.jpost.com/servlet/Satellite?pagename=JPost/Page/RSS&cid=1123495333498",
"http://www.ft.com/rss/companies/us",
"http://feeds.feedburner.com/NewRichmondNews",
"http://www.metrowestdailynews.com/opinions/rss",
"http://www.thehawaiichannel.com/entertainment/topstory.rss",
"http://www.pioneerlocal.com/franklinpark/rss/news/index.xml",
"http://feeds.stamfordadvocate.com/stamfordadvocate/sports",
"http://packetonline.com/?rss=the_messenger_press/news",
"http://thefacts.com/rss-feed.lasso?section=sports",
"http://www.clintonherald.com/obituaries/resources_rsssection.xml",
"http://www.guardian.co.uk/rssfeed/0,,15,00.xml",
"http://www.mankato-freepress.com/columns/resources_rsssection.xml",
"http://news.rgj.com/apps/pbcs.dll/section?category=OPED&mime=xml&template=rss",
"http://www.slate.com/rss/feed.aspx?id=104252",
"http://rss.prnewswire.com/",
"http://www.theglobeandmail.com/generated/rss/BN/robMarkets.xml",
"http://feeds.latimes.com/latimes/news/local/valley/",
"http://www.themonitor.com/common/rss/rss.php?cat=Life",
"http://www.sfgate.com/rss/feeds/technology.xml",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss20&mime=xml",
"http://www.msnbc.msn.com/id/3032449/device/rss/rss.xml",
"http://www.milforddailynews.com/business/rss",
"http://www.montgomeryadvertiser.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.joplinglobe.com/local/resources_rsssection.xml",
"http://www.thenewstribune.com/news/crime/index.rss",
"http://www.statesman.com/sports/content/sports/rss/centexprep.xml",
"http://www.thenews-messenger.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://www.sunherald.com/business/columnists/lisa_monti/index.rss",
"http://www.delawareonline.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://thenewsstar.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.telegraph.co.uk/newsfeed/rss/travel.xml",
"http://www.theksbwchannel.com/health/topstory.rss",
"http://www.zwire.com/site/rss/?The%20Morning%20Journal/News/News/Sports",
"http://www.thehill.com/index.php?option=com_rd_rss&id=14",
"http://www.nypost.com/rss/postopbooks.xml",
"http://herald-zeitung.com/rss-feed.lasso?section=life",
"http://www.signonsandiego.com/news/rss2/preps.xml",
"http://www.news-tribune.net/opinion/resources_rsssection.xml",
"http://www.dailynewstranscript.com/obituaries/rss",
"http://www.herald-dispatch.com/opinions/rss",
"http://www.journal-register.com/art/resources_rsssection.xml",
"http://www.nytimes.com/services/xml/rss/nyt/FashionandStyle.xml",
"http://www.heraldnews.com/opinions/rss",
"http://www.rockymountainnews.com/feeds/headlines/living/health-fitness/",
"http://www.suburbanchicagonews.com/couriernews/rss/business/index.xml",
"http://www.htrnews.com/apps/pbcs.dll/misc?URL=/templates/RSSbreaking.pbs&mime=xml",
"http://www.miamiherald.com/425/index.xml",
"http://www.theherald-nc.com/sports/index.xml",
"http://www.dailynewstribune.com/lifestyle/rss",
"http://www.theheraldbulletin.com/opinion/resources_rsssection.xml",
"http://dailytimes.com/rss-feed.lasso?section=business",
"http://www.tnr.com/toc/topstories.rss",
"http://www.ottumwacourier.com/business/resources_rsssection.xml",
"http://www.mankato-freepress.com/sports/resources_rsssection.xml",
"http://www.daily-journal.com/rss/getRSS.php?section=business",
"http://the.honoluluadvertiser.com/rss/entertainment.xml",
"http://www.chron.com/rss/outdoors/pike/index.rss",
"http://rss.prnewswire.com/industry/tra/",
"http://www.packetonline.com/?rss=the_manville_news/obituaries",
"http://feeds.feedburner.com/news12topstories",
"http://www.dallasnews.com/newskiosk/rss/dallasnewslocalnewscal.xml",
"http://www.marshfieldnewsherald.com/apps/pbcs.dll/misc?URL=/templates/RSSsports.pbs&mime=xml",
"http://www.buffalonews.com/181/index.rss",
"http://www.theindychannel.com/nationalnews/topstory.rss",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1021",
"http://www.greenbaypressgazette.com/apps/pbcs.dll/misc?URL=/templates/RSSlatest.pbs&mime=xml",
"http://feeds.news.com.au/public/rss/2.0/trav_europe_289.xml",
"http://thephoenix.com/SectionRss.aspx?id=131&name=Arts",
"http://rss.mnginteractive.com/live/DailyNews/DailyNews_1887423.xml",
"http://www.npr.org/rss/rss.php?id=1040",
"http://www.thestate.com/166/index.xml",
"http://www.metrowestdailynews.com/entertainment/rss",
"http://www.pioneerlocal.com/rollingmeadows/rss/news/index.xml",
"http://www.jpost.com/servlet/Satellite?pagename=JPost/Page/RSS&cid=1193572451549",
"http://www.ft.com/rss/yourmoney/thelongview",
"http://www.hannibal.net/RSS/opinion.xml",
"http://www.theledger.com/apps/pbcs.dll/section?Category=RSS06&mime=xml",
"http://packetonline.com/?rss=the_messenger_press/opinions",
"http://www.theheraldbulletin.com/special/resources_rsssection.xml",
"http://extras.mnginteractive.com/live/xsl/memv/xml/295_most_viewed_rss.xml",
"http://www.slate.com/rss/feed.aspx?id=1811",
"http://www.ocregister.com/ocregister/sections/homepage/rss.xml",
"http://www.sfgate.com/rss/feeds/jcarroll.xml",
"http://news.rgj.com/apps/pbcs.dll/section?category=GRADS&mime=xml&template=rss",
"http://feeds.latimes.com/latimes/sports/college/ucla/",
"http://www.theglobeandmail.com/generated/rss/BN/Business.xml",
"http://www.sedaliademocrat.com/common/rss/rss.php?cat=Editorials",
"http://www.msnbc.msn.com/id/6559151/device/rss/rss.xml",
"http://www.themonitor.com/common/rss/rss.php?cat=Opinion",
"http://www.thenorthwestern.com/apps/pbcs.dll/misc?URL=/templates/RSSbreaking.pbs&mime=xml",
"http://www.joplinglobe.com/sports/resources_rsssection.xml",
"http://www.milforddailynews.com/homepage/rss",
"http://www.montgomeryadvertiser.com/apps/pbcs.dll/section?category=rss07&mime=xml",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss33&mime=xml",
"http://www.sunherald.com/news/columnists/geoff_pender/index.rss",
"http://www.telegraph.co.uk/newsfeed/rss/sport-rugby_union.xml",
"http://www.thenewstribune.com/ae/index.rss",
"http://www.thenews-messenger.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://www.ouachitacitizen.com/rss/editorials.xml",
"http://www.thehill.com/index.php?option=com_rd_rss&id=13",
"http://www.morningsun.net/RSS/opinion.xml",
"http://www.chron.com/rss/tubular/index.rdf",
"http://www.theksbwchannel.com/sports/topstory.rss",
"http://www.pall-times.com/?rss=breaking_news",
"http://www.statesman.com/life/content/life/rss/gardening.xml",
"http://www.zwire.com/site/rss/?The%20Morning%20Journal/News/News/Opinion",
"http://www.dailynewstranscript.com/business/rss",
"http://www.journal-register.com/editorials/resources_rsssection.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Opinion.xml",
"http://herald-zeitung.com/rss-feed.lasso?section=sports",
"http://www.signonsandiego.com/news/rss2/daily/quest.xml",
"http://www.suburbanchicagonews.com/napervillesun/rss/business/index.xml",
"http://theparisnews.com/rss-feed.lasso?section=news",
"http://www.rockymountainnews.com/feeds/headlines/business/real-estate/",
"http://www.miamiherald.com/431/index.xml",
"http://www.nypost.com/rss/rangers.xml",
"http://www.heraldnews.com/lifestyle/rss",
"http://www.herald-dispatch.com/business/rss",
"http://www.wickedlocal.com/sudbury/news/business/rss",
"http://www.palestineherald.com/obituaries/resources_rsssection.xml",
"http://www.dailynewstribune.com/homepage/rss",
"http://feeds.iol.co.za/rss/feed_sundayindependent.rss",
"http://www.htrnews.com/apps/pbcs.dll/misc?URL=/templates/RSSsports.pbs&mime=xml",
"http://www.packetonline.com/?rss=the_register_news/news",
"http://thenewsstar.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://www.news-tribune.net/election2007/resources_rsssection.xml",
"http://the.honoluluadvertiser.com/rss/sports.xml",
"http://rss.prnewswire.com/geography/CO/",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewscollgarcia.xml",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1142",
"http://feeds.news.com.au/public/rss/2.0/bcm_entertainment_news_256.xml",
"http://rss.pitch.com/php/rss/rss.php?section=default",
"http://www.buffalonews.com/221/index.rss",
"http://feeds.feedburner.com/nynewsday/sports/columnists/JohnetteHoward",
"http://www.npr.org/rss/rss.php?id=39",
"http://www.ft.com/rss/yourmoney/advice/myportfolio",
"http://www.marshfieldnewsherald.com/apps/pbcs.dll/misc?URL=/templates/RSSlatest.pbs&mime=xml",
"http://www.pioneerlocal.com/mortongrove/rss/news/index.xml",
"http://www.metrowestdailynews.com/obituaries/rss",
"http://www.register-herald.com/features/resources_rsssection.xml",
"http://rss.mnginteractive.com/live/SentinelEnterprise/SE_100002.xml",
"http://www.picayuneitem.com/opinion/resources_rsssection.xml",
"http://www.jpost.com/servlet/Satellite?pagename=JPost/Page/RSS&cid=1123495333468",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss17&mime=xml",
"http://www.richmondregister.com/localnews/resources_rsssection.xml",
"http://www.thestate.com/132/index.xml",
"http://www.theheraldbulletin.com/sports/resources_rsssection.xml",
"http://www.theresident.com/affiliate/rssLatest.rss",
"http://seattletimes.nwsource.com/rss/businesstechnology.xml",
"http://www.sfgate.com/rss/feeds/bettingfool.xml",
"http://www.theglobeandmail.com/generated/rss/BN/Front.xml",
"http://feeds.latimes.com/latimes/africa",
"http://www.roanoke.com/webpagebuild/rss.aspx?sID=9&type=v",
"http://www.sheboygan-press.com/apps/pbcs.dll/misc?URL=/templates/RSSlocal.pbs&mime=xml",
"http://www.msnbc.msn.com/id/3225098/device/rss/rss.xml",
"http://www.recordcourier.com/apps/pbcs.dll/section?Category=rss02&mime=xml",
"http://packetonline.com/?rss=the_messenger_press/sports",
"http://www.thespectrum.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://www.theledger.com/apps/pbcs.dll/section?Category=RSS19&mime=xml",
"http://www.saultstar.com/rss/",
"http://www.ocregister.com/ocregister/sections/life/rss.xml",
"http://news.rgj.com/apps/pbcs.dll/section?category=CARSON&mime=xml&template=rss",
"http://www.themonitor.com/common/rss/rss.php?cat=Business",
"http://www.thenorthwestern.com/apps/pbcs.dll/misc?URL=/templates/RSSsports.pbs&mime=xml",
"http://www.southtownstar.com/rss/business/index.xml",
"http://www.ottumwacourier.com/entertainment/resources_rsssection.xml",
"http://www.starbeacon.com/entertainment/resources_rsssection.xml",
"http://www.thestar.com/rss/000-082-863?searchMode=Lineup",
"http://www.sunherald.com/living/index.rss",
"http://www.telegraph.co.uk/newsfeed/rss/global.xml",
"http://www.montgomeryadvertiser.com/apps/pbcs.dll/section?category=rss06&mime=xml",
"http://www.journal-register.com/features/resources_rsssection.xml",
"http://www.theledger.com/apps/pbcs.dll/section?Category=RSS07&mime=xml",
"http://www.thenewstribune.com/sports/index.rss",
"http://www.thehill.com/index.php?option=com_rd_rss&id=19",
"http://www.morningsun.net/RSS/obits.xml",
"http://www.milforddailynews.com/sports/rss",
"http://www.ouachitacitizen.com/rss/sports.xml",
"http://www.chron.com/rss/woodlands/index.rdf",
"http://www.thenews-messenger.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.palestineherald.com/politics/resources_rsssection.xml",
"http://www.statesman.com/opinion/content/editorial/rss/editorial.xml",
"http://www.pall-times.com/?rss=sports",
"http://www.rockymountainnews.com/feeds/headlines/outdoors/escapes/",
"http://www.joplinglobe.com/editorial/resources_rsssection.xml",
"http://www.suburbanchicagonews.com/lislesun/rss/entertainment/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Health.xml",
"http://www.thestandard.com.hk/newsfeed/20071018/news.xml",
"http://www.thestarpress.com/apps/pbcs.dll/section?category=RSS05&mime=xml",
"http://www.miamiherald.com/492/index.xml",
"http://www.stevenspointjournal.com/apps/pbcs.dll/misc?URL=/templates/RSSbreaking.pbs&mime=xml",
"http://www2.timesreview.com/ST/stRSS_news.rss",
"http://www.heraldnews.com/health/rss",
"http://www.wickedlocal.com/sudbury/sports/rss",
"http://www.signonsandiego.com/news/rss2/daily/insight.xml",
"http://theparisnews.com/rss-feed.lasso?section=obituaries",
"http://www.tauntongazette.com/homepage/rss",
"http://www.nypost.com/rss/islanders.xml",
"http://www.herald-dispatch.com/life/rss",
"http://www.tribune-democrat.com/news/resources_rsssection.xml",
"http://www.news-tribune.net/localsports/resources_rsssection.xml",
"http://herald-zeitung.com/rss-feed.lasso?section=business",
"http://www.dailynewstribune.com/opinions/rss",
"http://www.dailynewstranscript.com/sports/rss",
"http://www.picayuneitem.com/features/resources_rsssection.xml",
"http://www.packetonline.com/?rss=the_princeton_packet/opinions",
"http://www.thetelegram.com/rss/Telegram/editorials.xml",
"http://www.zwire.com/site/rss/?The%20Star%20of%20Grand%20Coulee/News/News/Sports",
"http://www.thetelegraph.com/common/rss/rss.php?cat=Local%20Business",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewstaste.xml",
"http://feeds.feedburner.com/morningcall/travel/",
"http://thephoenix.com/SectionRss.aspx?id=103&name=Food",
"http://rss.prnewswire.com/geography/IL/",
"http://feeds.news.com.au/public/rss/2.0/aus_opinion_58.xml",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1102",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss28&mime=xml",
"http://www.unionrecorder.com/business/resources_rsssection.xml",
"http://www.vermontguardian.com/rss/feeds.xml",
"http://the.honoluluadvertiser.com/rss/breaking.xml",
"http://www.npr.org/rss/rss.php?id=1004",
"http://waltontribune.com/rss-feed.lasso?section=news",
"http://www.ft.com/rss/companies/uksmallercompanies",
"http://www.pioneerlocal.com/rollingmeadows/rss/entertainment/index.xml",
"http://www.buffalonews.com/222/index.rss",
"http://rss.mnginteractive.com/live/SentinelEnterprise/SE_30.xml",
"http://www.metrowestdailynews.com/business/rss",
"http://www.register-herald.com/opinion/resources_rsssection.xml",
"http://www.slate.com/rss/feed.aspx?id=3278",
"http://www.sfgate.com/rss/feeds/bjenkins.xml",
"http://www.thestate.com/117/index.xml",
"http://www.jpost.com/servlet/Satellite?pagename=JPost/Page/RSS&cid=1178443463156",
"http://www.sedaliademocrat.com/common/rss/rss.php?cat=Obituaries",
"http://tennessean.com/apps/pbcs.dll/section?category=RSS04&mime=xml",
"http://news.rgj.com/apps/pbcs.dll/section?category=HOMESCAPE&mime=xml&template=rss",
"http://www.roanoke.com/webpagebuild/rss.aspx?sID=13&type=v",
"http://seattletimes.nwsource.com/rss/nationworld.xml",
"http://www.theglobeandmail.com/generated/rss/Comments/Sports.xml",
"http://www.msnbc.msn.com/id/17153438/device/rss/rss.xml",
"http://www.recordcourier.com/apps/pbcs.dll/section?Category=rss03&mime=xml",
"http://www.thespectrum.com/apps/pbcs.dll/section?category=rss04&mime=xml",
"http://www.theresident.com/affiliate/ente.rss",
"http://www.sheboygan-press.com/apps/pbcs.dll/misc?URL=/templates/RSSlatest.pbs&mime=xml",
"http://www.slate.com/rss/feed.aspx?id=1649",
"http://packetonline.com/?rss=the_messenger_press/obituaries",
"http://www.thetimesherald.com/apps/pbcs.dll/section?category=RSS02&mime=xml",
"http://www.starbeacon.com/obituaries/resources_rsssection.xml",
"http://www.richmondregister.com/obituaries/resources_rsssection.xml",
"http://www.themonitor.com/common/rss/rss.php?cat=Entertainment",
"http://timesofindia.indiatimes.com/rssfeedsdefault.cms",
"http://www.telegraph.co.uk/newsfeed/rss/earth.xml",
"http://www.sunherald.com/living/columnists/pete_tattersall/index.rss",
"http://www.chron.com/rss/ent/arts/classicalmusic/index.rss",
"http://www.thetimestribune.com/sports/resources_rsssection.xml",
"http://www.joplinglobe.com/features/resources_rsssection.xml",
"http://www.thehill.com/index.php?option=com_rd_rss&id=17",
"http://www.southtownstar.com/rss/news/index.xml",
"http://www.thenewstribune.com/business/index.rss",
"http://www.morningsun.net/RSS/local.xml",
"http://www.thenorthwestern.com/apps/pbcs.dll/misc?URL=/templates/RSSlocal.pbs&mime=xml",
"http://www.thestar.com/rss/000-098-744?searchMode=Lineup",
"http://www.ouachitacitizen.com/rss/news.xml",
"http://www.milforddailynews.com/entertainment/rss",
"http://www.rockymountainnews.com/feeds/headlines/sports/preps/fall/boys-soccer/",
"http://www.thenews-messenger.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.pall-times.com/?rss=obituaries",
"http://www.montgomeryadvertiser.com/apps/pbcs.dll/section?category=rss05&mime=xml",
"http://www.theunion.com/section/RSS07&mime=xml",
"http://www.nytimes.com/services/xml/rss/nyt/WeekinReview.xml",
"http://www.economist.com/rss/the_world_this_week_rss.xml",
"http://www.miamiherald.com/288/index.xml",
"http://www.thestarpress.com/apps/pbcs.dll/section?category=RSS02&mime=xml",
"http://www.ajc.com/opinion/content/shared-blogs/ajc/thinkingright/index.xml",
"http://thetowntalk.com/apps/pbcs.dll/section?category=rss01&mime=xml",
"http://www.timeswv.com/sports/resources_rsssection.xml",
"http://www.wickedlocal.com/sudbury/homepage/rss",
"http://www.ottumwacourier.com/community/resources_rsssection.xml",
"http://www.stevenspointjournal.com/apps/pbcs.dll/misc?URL=/templates/RSSlatest.pbs&mime=xml",
"http://www.signonsandiego.com/news/rss2/aztecs.xml",
"http://www.tauntongazette.com/business/rss",
"http://feeds.latimes.com/latimes/sports/highschool/",
"http://www.heraldnews.com/entertainment/rss",
"http://www.theheraldbulletin.com/money/resources_rsssection.xml",
"http://www.journal-register.com/obituaries/resources_rsssection.xml",
"http://www.statesman.com/sports/content/sports/rss/apsports.xml",
"http://www.suburbanchicagonews.com/newssun/rss/business/index.xml",
"http://theparisnews.com/rss-feed.lasso?section=business",
"http://www.news-tribune.net/local/resources_rsssection.xml",
"http://www2.timesreview.com/ST/stRSS_sports.rss",
"http://www.packetonline.com/?rss=the_register_news/lifestyle",
"http://www.herald-dispatch.com/news/rss",
"http://rss.prnewswire.com/subject/bcy/",
"http://www.dailynewstribune.com/obituaries/rss",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscoal.xml",
"http://www.thetelegraph.com/common/rss/rss.php?cat=Local%20Editorials",
"http://thephoenix.com/SectionRss.aspx?id=110&name=Life",
"http://www.thetelegram.com/rss/Telegram/artsandentertainment.xml",
"http://www.nypost.com/rss/worldnews.xml",
"http://feeds.feedburner.com/pressofatlanticcity/Sports/HighSchool",
"http://feeds.news.com.au/public/rss/2.0/bcm_business_news_64.xml",
"http://www.zwire.com/site/rss/?The%20Morning%20Journal/News/News/Top%20Stories",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS02&MIME=xml&profile=1050",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss47&mime=xml",
"http://www.npr.org/rss/rss.php?id=1014",
"http://www.ft.com/rss/lex",
"http://www.vailtrail.com/section/rss07&mime=xml",
"http://www.washtimesherald.com/sports/resources_rsssection.xml",
"http://herald-zeitung.com/rss-feed.lasso?section=news",
"http://www.pioneerlocal.com/skokie/rss/entertainment/index.xml",
"http://www.metrowestdailynews.com/columnists/rss",
"http://the.honoluluadvertiser.com/rss/business.xml",
"http://www.palestineherald.com/opinion/resources_rsssection.xml",
"http://www.wausaudailyherald.com/apps/pbcs.dll/misc?URL=/templates/RSSlatest.pbs&mime=xml",
"http://rss.weather.com/rss/national/rss_nwf_rss.xml?cm_ven\x3dNWF\x26cm_cat\x3drss\x26par\x3dNWF_rss",
"http://www.rutlandherald.com/apps/pbcs.dll/section?category=RSS02&mime=xml",
"http://rss.mnginteractive.com/live/SentinelEnterprise/SE_26.xml",
"http://www.slate.com/rss/feed.aspx?id=2144109",
"http://www.sfgate.com/rss/feeds/dmiller.xml",
"http://wenatcheeworld.com/apps/pbcs.dll/section?category=rss1035&mime=xml",
"http://feeds.latimes.com/latimes/news/opinion/",
"http://tennessean.com/apps/pbcs.dll/section?category=RSS02&mime=xml",
"http://www.sedaliademocrat.com/common/rss/rss.php?cat=Opinion",
"http://www.theglobeandmail.com/generated/rss/BN/lifeWork.xml",
"http://www.msnbc.msn.com/id/3104200/device/rss/rss.xml",
"http://rainsvilleweeklypost.com/rss-weather.lasso",
"http://seattletimes.nwsource.com/rss/realestate.xml",
"http://www.roanoke.com/webpagebuild/rss.aspx?sID=3",
"http://www.sheboygan-press.com/apps/pbcs.dll/misc?URL=/templates/RSSsports.pbs&mime=xml",
"http://www.jpost.com/servlet/Satellite?pagename=JPost/Page/RSS&cid=1178443463144",
"http://www.thetimesherald.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://www.register-herald.com/local/resources_rsssection.xml",
"http://www.thespectrum.com/apps/pbcs.dll/section?category=rss09&mime=xml",
"http://www.theledger.com/apps/pbcs.dll/section?Category=RSS01&mime=xml",
"http://www.recordcourier.com/apps/pbcs.dll/section?Category=rss06&mime=xml",
"http://www.sunherald.com/living/columnists/jean_prescott/index.rss",
"http://www.starbeacon.com/localsports/resources_rsssection.xml",
"http://www.thetimestribune.com/opinion/resources_rsssection.xml",
"http://www.telegraph.co.uk/newsfeed/rss/wine.xml",
"http://www.timeswv.com/realestate/resources_rsssection.xml",
"http://www.wisconsinrapidstribune.com/apps/pbcs.dll/misc?URL=/templates/RSSlatest.pbs&mime=xml",
"http://www.thenewstribune.com/news/government/index.rss",
"http://www.southtownstar.com/rss/lifestyles/index.xml",
"http://www.morningsun.net/RSS/sports.xml",
"http://www.thehill.com/index.php?option=com_rd_rss&id=12",
"http://www.thestar.com/rss/000-082-796?searchMode=Lineup",
"http://www.themonitor.com/common/rss/rss.php?cat=Sports",
"http://www.chron.com/rss/nb/memorial/news/index.rss",
"http://www.rockymountainnews.com/feeds/headlines/sports/colorado-rapids/",
"http://www.ottumwacourier.com/editorials/resources_rsssection.xml",
"http://www.nytimes.com/services/xml/rss/nyt/MiddleEast.xml",
"http://www.theunion.com/section/RSS01&mime=xml",
"http://www.miamiherald.com/279/index.xml",
"http://www.suburbanchicagonews.com/lislesun/rss/business/index.xml",
"http://www.theheraldbulletin.com/obituaries/resources_rsssection.xml",
"http://www.tribune-democrat.com/sports/resources_rsssection.xml",
"http://www.wickedlocal.com/winchester/sports/rss",
"http://www.heraldnews.com/state/rss",
"http://www.stevenspointjournal.com/apps/pbcs.dll/misc?URL=/templates/RSSsports.pbs&mime=xml",
"http://www.tauntongazette.com/sports/rss",
"http://theparisnews.com/rss-feed.lasso?section=opinion",
"http://www.signonsandiego.com/news/rss2/daily/wheels.xml",
"http://www.montgomeryadvertiser.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://obsentinel.womacknewspapers.com/?rss=top_stories",
"http://www.heraldtribune.com/apps/pbcs.dll/section?CATEGORY=RSS01&mime=xml",
"http://www.thestarpress.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://www.pall-times.com/?rss=news",
"http://uk.news.yahoo.com/rss/fc/blair-resignation.xml",
"http://www.courier-journal.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsopinpoints.xml",
"http://www.politico.com/rss/politicopicks.xml",
"http://feeds.feedburner.com/dailymail/celtic",
"http://thephoenix.com/SectionRss.aspx?id=92&name=Music",
"http://www.hammondstar.com/?rss=top_sports_stories",
"http://rss.prnewswire.com/industry/edu/",
"http://www.thetelegram.com/rss/Telegram/lifestyles.xml",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1149",
"http://thetowntalk.com/apps/pbcs.dll/section?category=rss02&mime=xml",
"http://www.tdn.com/?rss=top_story",
"http://feeds.news.com.au/public/rss/2.0/trav_world_356.xml",
"http://www.packetonline.com/?rss=the_princeton_packet/news",
"http://www.zwire.com/site/rss/?The%20Star%20of%20Grand%20Coulee/News/News/Obituaries",
"http://www.thetelegraph.com/common/rss/rss.php?cat=Sports",
"http://www.statesman.com/sports/content/sports/rss/longhorns.xml",
"http://www.rutlandherald.com/apps/pbcs.dll/section?category=RSS03&mime=xml",
"http://www.npr.org/rss/rss.php?id=1048",
"http://www.ft.com/rss/companies/energy",
"http://threeriverspublishing.com/index.php?option=com_rss&feed=RSS2.0&no_html=1",
"http://www.tiftongazette.com/local/resources_rsssection.xml",
"http://www.dailynewstribune.com/news/rss",
"http://www.timesonline.co.uk/tol/feeds/rss/travel.xml",
"http://www.timesargus.com/apps/pbcs.dll/section?category=RSS07&mime=xml",
"http://www.metrowestdailynews.com/sports/rss",
"http://www.pioneerlocal.com/northbrook/rss/news/index.xml",
"http://feeds.bizjournals.com/bizj_triangle",
"http://waltontribune.com/rss-weather.lasso",
"http://home.hamptonroads.com/rss/feeds.cfm?s=News",
"http://www.wausaudailyherald.com/apps/pbcs.dll/misc?URL=/templates/RSSbreaking.pbs&mime=xml",
"http://rss.mnginteractive.com/live/SLT/SaltLakeTribune_100002.xml",
"http://wenatcheeworld.com/apps/pbcs.dll/section?category=rss1036&mime=xml",
"http://www.picayuneitem.com/business/resources_rsssection.xml",
"http://www.timesenterprise.com/opinion/resources_rsssection.xml",
"http://www.thetandd.com/?rss=/crime",
"http://www.sfgate.com/rss/feeds/raiders.xml",
"http://www.theglobeandmail.com/generated/rss/BN/robSmallBizMag.xml",
"http://feeds.latimes.com/latimes/news/opinion/commentary/",
"http://www.woodwardnews.net/opinion/resources_rsssection.xml",
"http://www.msnbc.msn.com/id/3032777/device/rss/rss.xml",
"http://www.roanoke.com/webpagebuild/rss.aspx?sID=16&type=v",
"http://timesonline.typepad.com/sport/rss.xml",
"http://www.timesherald.com:80/WebApp/rssfeed?feed=/NTH/_RSSFeed/Features",
"http://tennessean.com/apps/pbcs.dll/section?category=RSS05&mime=xml",
"http://www.sedaliademocrat.com/common/rss/rss.php?cat=Sports",
"http://www.unionrecorder.com/sports/resources_rsssection.xml",
"http://www.jpost.com/servlet/Satellite?pagename=JPost/Page/RSS&cid=1123495333346",
"http://extras.mnginteractive.com/live/xsl/memv/xml/569_most_viewed_rss.xml",
"http://www.thetimesherald.com/apps/pbcs.dll/section?category=RSS03&mime=xml",
"http://www.economist.com/rss/united_states_rss.xml",
"http://www.nwi.com/?rss=/updates/breaking_news",
"http://seattletimes.nwsource.com/rss/opinion.xml",
"http://www.sheboygan-press.com/apps/pbcs.dll/misc?URL=/templates/RSSbreaking.pbs&mime=xml",
"http://www.sunherald.com/sports/outdoors/index.rss",
"http://www.recordonline.com/apps/pbcs.dll/section?Category=rss02&mime=xml",
"http://www.telegraph.co.uk/newsfeed/rss/money-personal_finance.xml",
"http://www.thespectrum.com/apps/pbcs.dll/section?category=rss&mime=xml",
"http://www.timesrecordnews.com/feeds/headlines/business/",
"http://www.theledger.com/apps/pbcs.dll/section?Category=RSS09&mime=xml",
"http://www.ottumwacourier.com/localsports/resources_rsssection.xml",
"http://www.thehill.com/index.php?option=com_rd_rss&id=11",
"http://www.timesdaily.com/apps/pbcs.dll/section?Category=RSS01&mime=xml",
"http://www.timesreporter.com/feed/local_sports_main.rss",
"http://www.chron.com/rss/life/huber/index.rss",
"http://www.wisconsinrapidstribune.com/apps/pbcs.dll/misc?URL=/templates/RSSbreaking.pbs&mime=xml",
"http://www.rockymountainnews.com/feeds/headlines/entertainment/music/",
"http://www.nytimes.com/services/xml/rss/nyt/TheCity.xml",
"http://www.thenewstribune.com/opinion/index.rss",
"http://www.theunion.com/section/RSS08&mime=xml",
"http://www.miamiherald.com/694/index.xml",
"http://www.havasunews.com/?rss=news",
"http://www.thetimes-tribune.com/site/rss/?The%20Times%2DTribune/News/News/Local%20News",
"http://www.thestar.com/rss/000-082-758?searchMode=Lineup",
"http://www.tribune-democrat.com/obituaries/resources_rsssection.xml",
"http://www.suburbanchicagonews.com/couriernews/rss/sports/index.xml",
"http://www.timesenterprise.com/sports/resources_rsssection.xml",
"http://www.heraldnews.com/obituaries/rss",
"http://theparisnews.com/rss-weather.lasso",
"http://www.wickedlocal.com/winchester/news/opinions/rss",
"http://www.thestarpress.com/apps/pbcs.dll/section?category=RSS04&mime=xml",
"http://www.stevenspointjournal.com/apps/pbcs.dll/misc?URL=/templates/RSSlocal.pbs&mime=xml",
"http://www.packetonline.com/?rss=the_register_news/sports",
"http://www.slate.com/rss/feed.aspx?id=97498",
"http://rss.prnewswire.com/subject/per/",
"http://feeds.feedburner.com/tbo/travel",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewshealthy.xml",
"http://www.signonsandiego.com/news/rss2/daily/localnews.xml",
"http://www.palestineherald.com/localsports/resources_rsssection.xml",
"http://thephoenix.com/SectionRss.aspx?id=99&name=Movies",
"http://feeds.news.com.au/public/rss/2.0/news_western_australia_50.xml",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1052",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss41&mime=xml",
"http://www.washtimesherald.com/business/resources_rsssection.xml",
"http://www.timesleader.com/TimesLeaderEntertainment.rss",
"http://www.tauntongazette.com/lifestyle/rss",
"http://www.timeswv.com/business/resources_rsssection.xml",
"http://www.picayuneitem.com/sports/resources_rsssection.xml",
"http://www.register-herald.com/realestatetoday/resources_rsssection.xml",
"http://www.npr.org/rss/rss.php?id=5",
"http://www.ft.com/rss/world/europe",
"http://www.theledger.com/apps/pbcs.dll/section?Category=RSS02&mime=xml",
"http://www.washtimesherald.com/local/resources_rsssection.xml",
"http://www.record-eagle.com/features/resources_rsssection.xml",
"http://www.tiftongazette.com/sports/resources_rsssection.xml",
"http://www.rutlandherald.com/apps/pbcs.dll/section?category=RSS04&mime=xml",
"http://www.hammondstar.com/?rss=top_stories/education",
"http://www.zwire.com/site/rss/?The%20Star%20of%20Grand%20Coulee/News/News/Opinion",
"http://www.thetelegraph.com/common/rss/rss.php?cat=Health",
"http://www.myfoxla.com/myfox/rss_servlet?sectionId=10001&siteId=1003",
"http://waltontribune.com/rss-feed.lasso?section=sports",
"http://www.pioneerlocal.com/mountprospect/rss/news/index.xml",
"http://www.woodwardnews.net/sports/resources_rsssection.xml",
"http://www.dailybreeze.com/opinion/articles/index.rss",
"http://www.tribstar.com/features/resources_rsssection.xml",
"http://www.thetandd.com/?rss=/features/health",
"http://www.wausaudailyherald.com/apps/pbcs.dll/misc?URL=/templates/RSSsports.pbs&mime=xml",
"http://www.metrowestdailynews.com/state/rss",
"http://www.thetelegram.com/rss/Telegram/news.xml",
"http://www.unionrecorder.com/editorials/resources_rsssection.xml",
"http://www.thetimestribune.com/statenews/resources_rsssection.xml",
"http://www.picayuneitem.com/obituaries/resources_rsssection.xml",
"http://www.tonawanda-news.com/features/resources_rsssection.xml",
"http://www.slate.com/rss/feed.aspx?id=2093565",
"http://www.register-herald.com/sports/resources_rsssection.xml",
"http://www.theglobeandmail.com/generated/rss/BN/International.xml",
"http://feeds.latimes.com/latimes/news/nationworld/world",
"http://wenatcheeworld.com/apps/pbcs.dll/section?category=rss1031&mime=xml",
"http://www.tribtown.com/common/rss/rss.php?cat=Community",
"http://www.trentonian.com:80/WebApp/rssfeed?feed=/TRN/_RSSFeed/TopStories",
"http://www.msnbc.msn.com/id/16123862/device/rss/rss.xml",
"http://www.roanoke.com/webpagebuild/rss.aspx?sID=136",
"http://www.timesherald.com:80/WebApp/rssfeed?feed=/NTH/_RSSFeed/TopStories",
"http://www.tri-cityherald.com/tch/business/v-rss/index.rss",
"http://www.tuscolatoday.com/rss/headlines/caroopinion/",
"http://www.thetruecitizen.com/news.xml",
"http://www.tryondailybulletin.com/obitsrss.asp",
"http://www.tsn.ca/datafiles/rss/Stories.xml",
"http://www.uniondailytimes.com/?rss=sports",
"http://tennessean.com/apps/pbcs.dll/section?category=RSS03&mime=xml",
"http://www.tuscaloosanews.com/section/RSS&profile=1004&mime=application/rss%2Bxml",
"http://extras.mnginteractive.com/live/xsl/memv/xml/91_most_viewed_rss.xml",
"http://www.sunherald.com/sports/columnists/jim_mashek/index.rss",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=travel7",
"http://www.timesrecordnews.com/feeds/headlines/opinions/",
"http://www.tribunechronicle.com/RSS/RSS-News.asp",
"http://www.telegraph.co.uk/newsfeed/rss/arts-books.xml",
"http://www.timesdaily.com/apps/pbcs.dll/section?Category=RSS02&mime=xml",
"http://www.chron.com/rss/nb/katy/news/index.rss",
"http://www.turnto23.com/nationalnews/topstory.rss",
"http://www.thehill.com/index.php?option=com_rd_rss&id=5",
"http://www.rockymountainnews.com/feeds/headlines/sports/racing/",
"http://www.nytimes.com/services/xml/rss/nyt/Theater.xml",
"http://www.tulsaworld.com/mm/rss/rss.aspx?group=6",
"http://www.timesreporter.com/feed/financial.rss",
"http://seattletimes.nwsource.com/rss/sports.xml",
"http://www.miamiherald.com/427/index.xml",
"http://www.theunion.com/section/RSS04&mime=xml",
"http://www.thetimes-tribune.com/site/rss/?The%20Times%2DTribune/News/Business%20%26%20Finance/Business%20News",
"http://www.urbantulsa.com/gyrobase/Rss.xml?section=oid%3A14780&pub=85",
"http://www.thenewstribune.com/index.rss",
"http://www.timesleader.com/TimesLeaderBusiness.rss",
"http://www.wisconsinrapidstribune.com/apps/pbcs.dll/misc?URL=/templates/RSSsports.pbs&mime=xml",
"http://www.suburbanchicagonews.com/heraldnews/rss/lifestyles/index.xml",
"http://www.recordonline.com/apps/pbcs.dll/section?Category=rss01&mime=xml",
"http://www.thespectrum.com/apps/pbcs.dll/section?category=rss03&mime=xml",
"http://www.tauntongazette.com/obituaries/rss",
"http://www.thestarpress.com/apps/pbcs.dll/section?category=RSS03&mime=xml",
"http://www.havasunews.com/?rss=death_notices",
"http://rss.prnewswire.com/geography/VT/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsdfetterman.xml",
"http://www.packetonline.com/?rss=the_princeton_packet/obituaries",
"http://feeds.feedburner.com/time/entertainment",
"http://www.thetimestribune.com/obituaries/resources_rsssection.xml",
"http://feeds.news.com.au/public/rss/2.0/merc_state_221.xml",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1111",
"http://www.timesenterprise.com/local/resources_rsssection.xml",
"http://www.heraldnews.com/sports/rss",
"http://thephoenix.com/SectionRss.aspx?id=122&name=Rec%20Room",
"http://www.tonawanda-news.com/opinion/resources_rsssection.xml",
"http://www.wickedlocal.com/winchester/homepage/rss",
"http://www.npr.org/rss/rss.php?id=1015",
"http://www.signonsandiego.com/news/rss2/daily/news.xml",
"http://theparisnews.com/rss-feed.lasso?section=sports",
"http://www.ft.com/rss/world/asiapacific/china/regulation",
"http://www.pioneerlocal.com/schaumburg/rss/lifestyles/index.xml",
"http://www.record-eagle.com/sports/resources_rsssection.xml",
"http://www.sfgate.com/rss/feeds/deinstein.xml",
"http://www.thetandd.com/?rss=/business",
"http://www.thetelegraph.com/common/rss/rss.php?cat=Entertainment",
"http://waltontribune.com/rss-feed.lasso?section=obituaries",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss06&mime=xml",
"http://www.thetelegram.com/rss/Telegram/sports.xml",
"http://www.wausaudailyherald.com/apps/pbcs.dll/misc?URL=/templates/RSSlocal.pbs&mime=xml",
"http://feeds.latimes.com/latimes/sports/motorracing/",
"http://www.timeswv.com/local/resources_rsssection.xml",
"http://www.sfgate.com/rss/feeds/bayarea.xml",
"http://www.slate.com/rss/feed.aspx?id=68090",
"http://www.theglobeandmail.com/generated/rss/BN/HYFootball.xml",
"http://www.msnbc.msn.com/id/16925596/device/rss/rss.xml",
"http://www.roanoke.com/webpagebuild/rss.aspx?sID=381",
"http://www.dailybreeze.com/rave/articles/index.rss",
"http://www.hammondstar.com/?rss=top_stories/obituaries",
"http://www.metrowestdailynews.com/homepage/rss",
"http://www.unionrecorder.com/opinion/resources_rsssection.xml",
"http://www.tuscolatoday.com/rss/headlines/",
"http://www.timesherald.com:80/WebApp/rssfeed?feed=/NTH/_RSSFeed/Obituaries",
"http://www.tulsaworld.com/mm/rss/rss.aspx?group=4",
"http://www.tryondailybulletin.com/sportsrss.asp",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss31&mime=xml",
"http://www.picayuneitem.com/local/resources_rsssection.xml",
"http://wenatcheeworld.com/apps/pbcs.dll/section?category=rss1030&mime=xml",
"http://www.sunherald.com/sports/high_school/index.rss",
"http://www.timesargus.com/apps/pbcs.dll/section?category=RSS11&mime=xml",
"http://www.tuscaloosanews.com/section/RSS&profile=1007&mime=application/rss%2Bxml",
"http://www.tribtown.com/common/rss/rss.php?cat=Lifestyle%20and%20Entertainment",
"http://www.timesrecordnews.com/feeds/headlines/sports/",
"http://www.tribstar.com/healthfitness/resources_rsssection.xml",
"http://www.telegraph.co.uk/newsfeed/rss/money-city_news.xml",
"http://www.register-herald.com/obituaries/resources_rsssection.xml",
"http://www.trentonian.com:80/WebApp/rssfeed?feed=/TRN/_RSSFeed/TrentonianSports",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=travel2",
"http://www.chron.com/rss/life/books/reviews/index.rss",
"http://www.nytimes.com/services/xml/rss/nyt/Sports.xml",
"http://www.theunion.com/section/RSS02&mime=xml",
"http://www.miamiherald.com/884/index.xml",
"http://www.tribunechronicle.com/RSS/RSS-Sports.asp",
"http://www.washtimesherald.com/editorials/resources_rsssection.xml",
"http://www.timesreporter.com/feed/opinion.rss",
"http://www.rockymountainnews.com/feeds/headlines/opinion/editorials/",
"http://www.suburbanchicagonews.com/newssun/rss/sports/index.xml",
"http://www.thehill.com/index.php?option=com_rd_rss&id=16",
"http://www.tri-cityherald.com/tch/opinions/v-rss/index.rss",
"http://www.thenewstribune.com/news/local/index.rss",
"http://www.timesleader.com/TimesLeaderNews.rss",
"http://www.thetimes-tribune.com/site/rss/?The%20Times%2DTribune/News/News/Obituaries",
"http://www.turnto23.com/health/topstory.rss",
"http://www.uniondailytimes.com/?rss=news",
"http://rss.prnewswire.com/industry/health-biotech/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewspyip.xml",
"http://feeds.feedburner.com/TheNationTakeAction",
"http://www.tauntongazette.com/health/rss",
"http://www.packetonline.com/?rss=the_manville_news/opinions",
"http://www.wisconsinrapidstribune.com/apps/pbcs.dll/misc?URL=/templates/RSSlocal.pbs&mime=xml",
"http://www.havasunews.com/?rss=sports",
"http://feeds.news.com.au/public/rss/2.0/merc_national_219.xml",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1005",
"http://www.tiftongazette.com/opinion/resources_rsssection.xml",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss51&mime=xml",
"http://thephoenix.com/SectionRss.aspx?id=81&name=News",
"http://www.ft.com/rss/yourmoney/home",
"http://www.heraldnews.com/police_and_fire/rss",
"http://www.npr.org/rss/rss.php?id=1033",
"http://www.tonawanda-news.com/sports/resources_rsssection.xml",
"http://www.economist.com/rss/US_election_2008_rss.xml",
"http://www.signonsandiego.com/news/rss2/daily/passages.xml",
"http://www.pioneerlocal.com/skokie/rss/lifestyles/index.xml",
"http://www.hammondstar.com/?rss=top_stories/business",
"http://www.congoo.com/feed/newschannelsfeed.aspx?chid=66&catid=-1",
"http://www.timesargus.com/apps/pbcs.dll/section?category=RSS05&mime=xml",
"http://www.thetandd.com/shared-content/admarket/?path=real_estate_for_sale%2F&format=rss&market=admarket&start=1",
"http://feeds.latimes.com/latimes/middleeast",
"http://www.theglobeandmail.com/generated/rss/BN/robAtWork.xml",
"http://www.thetelegraph.com/common/rss/rss.php?cat=Obituaries",
"http://www.slate.com/rss/feed.aspx?id=2134391",
"http://www.sfgate.com/rss/feeds/bondage.xml",
"http://www.msnbc.msn.com/id/9548203/device/rss/rss.xml",
"http://www.dailybreeze.com/sports/articles/index.rss",
"http://www.timesherald.com:80/WebApp/rssfeed?feed=/NTH/_RSSFeed/Opinions",
"http://www.tuscolatoday.com/rss/headlines/life/",
"http://wenatcheeworld.com/apps/pbcs.dll/section?category=rss1016&mime=xml",
"http://extras.mnginteractive.com/live/xsl/memv/xml/296_most_viewed_rss.xml",
"http://www.register-herald.com/news/resources_rsssection.xml",
"http://www.tulsaworld.com/mm/rss/rss.aspx?group=1",
"http://www.sunherald.com/entertainment/dining/index.rss",
"http://www.metrowestdailynews.com/health/rss",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=news10",
"http://www.timesrecordnews.com/feeds/headlines/community/",
"http://www.telegraph.co.uk/newsfeed/rss/sport.xml",
"http://uk.news.yahoo.com/rss/fc/veils.xml",
"http://www.theledger.com/apps/pbcs.dll/section?Category=RSS&mime=xml",
"http://www.rockymountainnews.com/feeds/headlines/sports/preps/spring/girls-track/",
"http://www.tribtown.com/common/rss/rss.php?cat=News%20and%20Photos",
"http://www.nytimes.com/services/xml/rss/nyt/ProFootball.xml",
"http://www.miamiherald.com/287/index.xml",
"http://www.timesargus.com/apps/pbcs.dll/section?category=RSS10&mime=xml",
"http://www.chron.com/rss/nb/bellaire/news/index.rss",
"http://www.theunion.com/section/RSS05&mime=xml",
"http://www.tribunechronicle.com/RSS/RSS-Community.asp",
"http://www.thehill.com/index.php?option=com_rd_rss&id=10",
"http://www.suburbanchicagonews.com/newssun/rss/entertainment/index.xml",
"http://www.timesreporter.com/feed/entertain.rss",
"http://usinfo.state.gov/rss/channels/eap.xml",
"http://www.timesleader.com/TimesLeaderSports.rss",
"http://www.timeswv.com/obituaries/resources_rsssection.xml",
"http://www.washtimesherald.com/food/resources_rsssection.xml",
"http://www.record-eagle.com/national/resources_rsssection.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscwatkins.xml",
"http://feeds.feedburner.com/JdMullane",
"http://www.packetonline.com/?rss=the_princeton_packet/lifestyle",
"http://feeds.news.com.au/public/rss/2.0/merc_lifestyle_229.xml",
"http://www.turnto23.com/entertainment/topstory.rss",
"http://www.tauntongazette.com/columnists/rss",
"http://www.havasunews.com/?rss=entertainment",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS03&MIME=xml",
"http://www.ft.com/rss/world/brussels",
"http://www.tribstar.com/arts/resources_rsssection.xml",
"http://www.npr.org/rss/rss.php?id=7",
"http://www.unionrecorder.com/obituaries/resources_rsssection.xml",
"http://www.waaytv.com/Global/category.asp?C=102965&clienttype=RSS",
"http://www.usnews.com/usnews/rss/small_biz_view.xml",
"http://www.visaliatimesdelta.com/apps/pbcs.dll/section?category=rss05&mime=xml",
"http://news.mywebpal.com/Rssfeeds/730/new/Business%20and%20the%20workplace.xml",
"http://rss.prnewswire.com/geography/GA/",
"http://www.timeswv.com/opinion/resources_rsssection.xml",
"http://www.signonsandiego.com/news/rss2/northcounty.xml",
"http://feeds.bizjournals.com/bizj_washington",
"http://www.pioneerlocal.com/schaumburg/rss/news/index.xml",
"http://feeds.latimes.com/latimes/news/nationworld/nation",
"http://www.thetelegraph.com/common/rss/rss.php?cat=Top%20Stories",
"http://www.thetandd.com/?rss=/features/lifestyles",
"http://www.theglobeandmail.com/generated/rss/BN/HYTelevision.xml",
"http://www.slate.com/rss/feed.aspx?id=3601",
"http://www.vaildaily.com/apps/pbcs.dll/section?Category=rss11&mime=xml",
"http://www.msnbc.msn.com/id/3032552/device/rss/rss.xml",
"http://www.sfgate.com/rss/feeds/jryan.xml",
"http://wenatcheeworld.com/apps/pbcs.dll/section?category=rss1001&mime=xml",
"http://www.dailybreeze.com/news/articles/index.rss",
"http://www.record-eagle.com/business/resources_rsssection.xml",
"http://www.hammondstar.com/?rss=top_stories",
"http://www.tuscolatoday.com/rss/headlines/sports/all/",
"http://www.thetimes-tribune.com/site/rss/?The%20Times%2DTribune/News/News/Technology",
"http://www.timesherald.com:80/WebApp/rssfeed?feed=/NTH/_RSSFeed/BreakingNews",
"http://www.sunherald.com/news/breaking_news/index.rss",
"http://www.tulsaworld.com/mm/rss/rss.aspx?group=8",
"http://www.valleymorningstar.com/common/rss/rss.php?cat=Business",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=weather1",
"http://www.timesrecordnews.com/feeds/headlines/family/",
"http://www.metrowestdailynews.com/lifestyle/rss",
"http://www.chron.com/rss/ent/music/cdreviews/index.rss",
"http://www.vbjusa.com/rss.php",
"http://www.telegraph.co.uk/newsfeed/rss/sport-football-premiership.xml",
"http://www.dailynews-record.com/rss_new.php",
"http://www.nytimes.com/services/xml/rss/nyt/ProBasketball.xml",
"http://www.rockymountainnews.com/feeds/headlines/sports/preps/spring/girls-soccer/",
"http://www.register-herald.com/business/resources_rsssection.xml",
"http://www.miamiherald.com/217/index.xml",
"http://www.timesargus.com/apps/pbcs.dll/section?category=RSS12&mime=xml",
"http://www.tribtown.com/common/rss/rss.php?cat=Obits",
"http://www.vvdailypress.com/common/rss/rss.php",
"http://www.thehill.com/index.php?option=com_rd_rss&id=3",
"http://www.tribunechronicle.com/RSS/RSS-Business.asp",
"http://usinfo.state.gov/rss/channels/washfile.xml",
"http://www.suburbanchicagonews.com/heraldnews/rss/entertainment/index.xml",
"http://www.theunion.com/section/RSS06&mime=xml",
"http://www.thetimes-tribune.com/site/rss/?The%20Times%2DTribune/News/Sports/Local%20Sports",
"http://www.dallasnews.com/newskiosk/rss/dallasnewslunchladies.xml",
"http://rss.prnewswire.com/geography/MT/",
"http://feeds.villagevoice.com/most/recent",
"http://feeds.news.com.au/public/rss/2.0/aus_arts_51.xml",
"http://www.packetonline.com/?rss=the_manville_news/news",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1020",
"http://www.ft.com/rss/world/mideastafrica/syrialebanon",
"http://www.tribstar.com/business/resources_rsssection.xml",
"http://news.mywebpal.com/Rssfeeds/730/new/Obituaries.xml",
"http://www.waff.com/global/Category.asp?c=14421&clienttype=rss",
"http://www.wacotrib.com/news/content/includes/rss/news.xml",
"http://online.wsj.com/xml/rss/3_7087.xml",
"http://www.washingtonpost.com/wp-dyn/rss/artsandliving/barsandclubs/index.xml",
"http://www.wandtv.com/Global/category.asp?C=13533&clienttype=rss",
"http://www.usnews.com/usnews/rss/washingtonwhispers.xml",
"http://www.pioneerlocal.com/maywood/rss/news/index.xml",
"http://www.vaildaily.com/apps/pbcs.dll/section?Category=rss05&mime=xml",
"http://www.theglobeandmail.com/generated/rss/BN/Sports.xml",
"http://feeds.feedburner.com/KateFratti",
"http://www.slate.com/rss/feed.aspx?id=2065132",
"http://www.thetelegraph.com/common/rss/rss.php?cat=Breaking%20News",
"http://www.valdostadailytimes.com/local/resources_rsssection.xml",
"http://www.tribstar.com/sports/resources_rsssection.xml",
"http://www.npr.org/rss/rss.php?id=1016",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Disasters%20and%20Accidents",
"http://feeds.latimes.com/latimes/sports/hockey/nhl/kings/",
"http://www.msnbc.msn.com/id/12518263/device/rss/rss.xml",
"http://www.sfgate.com/rss/feeds/art.xml",
"http://www.record-eagle.com/local/resources_rsssection.xml",
"http://www.venturacountystar.com/feeds/headlines/entertainment/",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=travel10",
"http://www.timesherald.com:80/WebApp/rssfeed?feed=/NTH/_RSSFeed/NewsColumnists",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss32&mime=xml",
"http://www.sunherald.com/living/religion/index.rss",
"http://www.valleymorningstar.com/common/rss/rss.php?cat=Obituaries",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss01&mime=xml",
"http://www.thetandd.com/columns/?feed=rss2",
"http://www.wane.com/Global/category.asp?C=1185&nav=menu32_2&clienttype=rss",
"http://www.nytimes.com/services/xml/rss/nyt/SundayBookReview.xml",
"http://www.rockymountainnews.com/feeds/headlines/sports/preps/fall/gymnastics/",
"http://www.chron.com/rss/nb/heights/sports/index.rss",
"http://www.miamiherald.com/285/index.xml",
"http://www.washingtonmonthly.com/index.rdf",
"http://www.dailybreeze.com/news/nationworld/articles/index.rss",
"http://www.timesrecordnews.com/feeds/headlines/news/obituaries/",
"http://www.telegraph.co.uk/newsfeed/rss/sport-golf.xml",
"http://usinfo.state.gov/rss/channels/wha.xml",
"http://www.thetimes-tribune.com/site/rss/?The%20Times%2DTribune/News/News/Crimewatch",
"http://www.thehill.com/index.php?option=com_rd_rss&id=15",
"http://wenatcheeworld.com/apps/pbcs.dll/section?category=rss1024&mime=xml",
"http://www.suburbanchicagonews.com/couriernews/rss/entertainment/index.xml",
"http://www.tribtown.com/common/rss/rss.php",
"http://www.tulsaworld.com/mm/rss/rss.aspx?group=2",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsnorthdallas.xml",
"http://rss.prnewswire.com/geography/AR/",
"http://feeds.feedburner.com/nynewsday/news/columnists/JamesPinkerton",
"http://feeds.villagevoice.com/most/current",
"http://www.vvdailypress.com/common/rss/rss.php?cat=Health",
"http://feeds.news.com.au/public/rss/2.0/merc_sport_220.xml",
"http://www.packetonline.com/?rss=the_princeton_packet/sports",
"http://www.tuscolatoday.com/rss/headlines/business/",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1119",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Health",
"http://www.visaliatimesdelta.com/feeds/RSS02.xml",
"http://www.valleyreporter.com/index2.php?option=com_rss&feed=RSS0.91&no_html=1",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss44&mime=xml",
"http://www.valdostadailytimes.com/sports/resources_rsssection.xml",
"http://www.ft.com/rss/yourmoney/banking",
"http://www.pioneerlocal.com/vernonhills/rss/sports/index.xml",
"http://www.wickedlocal.com/watertown/news/business/rss",
"http://www.townonline.com/wellesley/homepage/rss",
"http://www.wacotrib.com/news/content/includes/rss/business.xml",
"http://www.wrbl.com/index.php/rss/weather/",
"http://home.hamptonroads.com/rss/feeds.cfm?ss=Weather",
"http://www.wandtv.com/Global/category.asp?C=13532&clienttype=rss",
"http://online.wsj.com/xml/rss/3_7088.xml",
"http://www.slate.com/rss/feed.aspx?id=91503",
"http://www.theglobeandmail.com/generated/rss/BN/Science.xml",
"http://www.usnews.com/usnews/rss/papertrail_feed.xml",
"http://www.sfgate.com/rss/feeds/collegebound.xml",
"http://www.npr.org/rss/rss.php?id=1017",
"http://wkrg.com/feeds/rss/weather/",
"http://www.washingtonpost.com/wp-dyn/rss/metro/crime/index.xml",
"http://feeds.latimes.com/latimes/sports/soccer/",
"http://www.msnbc.msn.com/id/3032807/device/rss/rss.xml",
"http://news.mywebpal.com/Rssfeeds/730/new/Sports.xml",
"http://www.thetandd.com/?rss=/ap/entertainment",
"http://www.vaildaily.com/apps/pbcs.dll/section?Category=rss10&mime=xml",
"http://www.thetelegraph.com/common/rss/rss.php?cat=Lifestyles",
"http://www.sunherald.com/sports/hockey/echl/mississippi_sea_wolves/index.rss",
"http://www.timesherald.com:80/WebApp/rssfeed?feed=/NTH/_RSSFeed/Sports",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=travel5",
"http://www.rockymountainnews.com/feeds/headlines/sports/preps/spring/girls-lacrosse/",
"http://www.tribstar.com/news/resources_rsssection.xml",
"http://www.miamiherald.com/430/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/TimesSelect.xml",
"http://www.valleymorningstar.com/common/rss/rss.php?cat=Sports",
"http://usinfo.state.gov/rss/channels/sa.xml",
"http://www.chron.com/rss/sports/soc/index.rss",
"http://www.dailybreeze.com/business/articles/index.rss",
"http://www.thetimes-tribune.com/site/rss/?The%20Times%2DTribune/News/News/Weather",
"http://www.telegraph.co.uk/newsfeed/rss/connected.xml",
"http://www.suburbanchicagonews.com/heraldnews/rss/sports/index.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscbrown.xml",
"http://feeds.feedburner.com/dailymail/MailOnlineGolf",
"http://www.timesrecordnews.com/feeds/headlines/news/",
"http://www.thehill.com/index.php?option=com_rd_rss&id=20",
"http://rss.prnewswire.com/industry/rad/",
"http://feeds.villagevoice.com/articles/dance",
"http://feeds.news.com.au/public/rss/2.0/business_world_299.xml",
"http://wenatcheeworld.com/apps/pbcs.dll/section?category=rss1022&mime=xml",
"http://www.vvdailypress.com/common/rss/rss.php?cat=Opinion",
"http://www.tulsaworld.com/mm/rss/rss.aspx?group=7",
"http://www.tribtown.com/common/rss/rss.php?cat=Sports",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1017",
"http://extras.mnginteractive.com/live/xsl/memv/xml/207_most_viewed_rss.xml",
"http://www.packetonline.com/?rss=the_register_news/obituaries",
"http://www.visaliatimesdelta.com/feeds/RSS04.xml",
"http://www.ft.com/rss/companies/consumer",
"http://feeds.bizjournals.com/bizj_wichita",
"http://www.pioneerlocal.com/rollingmeadows/rss/lifestyles/index.xml",
"http://www.wickedlocal.com/weymouth/news/opinions/rss",
"http://www.venturacountystar.com/feeds/headlines/sports/",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS08&mime=xml",
"http://www.theglobeandmail.com/generated/rss/Comments/International.xml",
"http://www.washingtonpost.com/wp-dyn/rss/sports/mystics/index.xml",
"http://www.sfgate.com/rss/feeds/entertainment.xml",
"http://www.wacotrib.com/news/content/includes/rss/state.xml",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss39&mime=xml",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=War%20and%20Conflict",
"http://feeds.latimes.com/latimes/sports/",
"http://www.slate.com/rss/feed.aspx?id=1250",
"http://online.wsj.com/xml/rss/3_7086.xml",
"http://www.msnbc.msn.com/id/4429950/device/rss/rss.xml",
"http://www.thetandd.com/?rss=/ap-state-sc",
"http://www.wandtv.com/Global/category.asp?C=13540&clienttype=rss",
"http://www.wave3.com/Global/category.asp?C=1254&nav=0RZF&clienttype=rss",
"http://www.wbko.com/home/headlines/index.rss",
"http://www.venturacountystar.com/feeds/headlines/opinion/",
"http://www.usnews.com/usnews/usnews.rss",
"http://www.wcmessenger.com/rss/feeds/RSS_Columns.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports6",
"http://www.thetelegraph.com/common/rss/rss.php",
"http://www.nytimes.com/services/xml/rss/nyt/Technology.xml",
"http://www.miamiherald.com/331/index.xml",
"http://www.whitehouse.gov/rss/speeches.xml",
"http://www.websterkirkwoodtimes.com/RSS10379.113117.xml",
"http://www.wesh.com/health/topstory.rss",
"http://www.western-star.com/n/content/oh/services/rss/western-star/sports.xml",
"http://www.wbur.org/rss/wbur.xml",
"http://www.chron.com/rss/nb/cyfair/sports/index.rss",
"http://www.sunherald.com/sports/columnists/james_jones/index.rss",
"http://wednesdayjournalonline.com/1_rss.xml",
"http://weirtondailytimes.com/RSS/RSS-Today.asp",
"http://www.rockymountainnews.com/feeds/headlines/living/fashion/",
"http://www.wctv.tv/sports/headlines/index.rss",
"http://www.vaildaily.com/apps/pbcs.dll/section?Category=rss07&mime=xml",
"http://www.valleymorningstar.com/common/rss/rss.php?cat=Top%20Stories",
"http://rssfeeds.webmd.com/rss/rss.aspx?RSSSource=RSS_PUBLIC",
"http://usinfo.state.gov/rss/channels/democracy.xml",
"http://www.npr.org/rss/rss.php?id=1057",
"http://www.thetimes-tribune.com/site/rss/?The%20Times%2DTribune/News/News/Health%20%26%20Science",
"http://www.weatherforddemocrat.com/obituaries/resources_rsssection.xml",
"http://www.suburbanchicagonews.com/napervillesun/rss/lifestyles/index.xml",
"http://www.timesherald.com:80/WebApp/rssfeed?feed=/NTH/_RSSFeed/Business",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsoklahoma.xml",
"http://feeds.feedburner.com/tbo/newtampa",
"http://www.telegraph.co.uk/newsfeed/rss/sport-football.xml",
"http://wenatcheeworld.com/apps/pbcs.dll/section?category=rss1026&mime=xml",
"http://www.venturacountystar.com/feeds/headlines/business/business/",
"http://feeds.news.com.au/public/rss/2.0/pnow_entertainment_gossip_255.xml",
"http://feeds.villagevoice.com/articles/music",
"http://www.thehill.com/index.php?option=com_rd_rss&id=18",
"http://www.wfsb.com/sports/topstory.rss",
"http://www.wftv.com/sports/topstory.rss",
"http://www.tulsaworld.com/mm/rss/rss.aspx?group=9",
"http://www.tribtown.com/common/rss/rss.php?cat=Top%20Stories",
"http://www.timesrecordnews.com/feeds/headlines/entertainment/",
"http://www.vvdailypress.com/common/rss/rss.php?cat=Sports",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1006",
"http://www.dailybreeze.com/today/articles/index.rss",
"http://rss.westword.com/php/rss/rss.php?section=culture",
"http://www.visaliatimesdelta.com/feeds/RSS03.xml",
"http://www.whotv.com/Global/category.asp?C=90537&clienttype=rss_img",
"http://www.ft.com/rss/companies/media",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss22&mime=xml",
"http://www.wibw.com/news/headlines/index.rss",
"http://rss.prnewswire.com/industry/hou/",
"http://www.wickedlocal.com/plymouth/sports/rss",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS0101&mime=xml",
"http://www.whas11.com/newskiosk/rss/whasmedical.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/25/LI2005032500785.xml",
"http://www.pioneerlocal.com/vernonhills/rss/lifestyles/index.xml",
"http://www.wacotrib.com/news/content/includes/rss/sports.xml",
"http://www.tribstar.com/opinion/resources_rsssection.xml",
"http://www.journal-spectator.com/news.xml",
"http://www.theglobeandmail.com/generated/rss/BN/HYMovies.xml",
"http://www.wgem.com/RSS/sports_rss.php",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Politics",
"http://www.slate.com/rss/feed.aspx?id=5117",
"http://www.packetonline.com/?rss=windsor_hights_herald/news",
"http://www.msnbc.msn.com/id/6576212/device/rss/rss.xml",
"http://feeds.latimes.com/SteveLopez/",
"http://online.wsj.com/xml/rss/3_7013.xml",
"http://feeds.wired.com/wired/entertainment",
"http://www.wave3.com/Global/category.asp?C=94453&clienttype=rss",
"http://www.thetandd.com/?rss=/news",
"http://www.wandtv.com/Global/category.asp?C=13566&clienttype=rss",
"http://www.wbko.com/sports/headlines/index.rss",
"http://www.usnews.com/usnews/rss/capital_commerce.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports2",
"http://alternet.org/module/feed/rss/coverage/wiretap/",
"http://www.wcmessenger.com/rss/feeds/RSS_News.xml",
"http://www.madison.com/wsj/home/biz/rss.xml",
"http://www.miamiherald.com/416/index.xml",
"http://www.websterkirkwoodtimes.com/RSS10374.113117.xml",
"http://www.nytimes.com/services/xml/rss/nyt/HealthCarePolicy.xml",
"http://www.vaildaily.com/apps/pbcs.dll/section?Category=rss02&mime=xml",
"http://www.chron.com/rss/ent/arts/theater/index.rss",
"http://www.wesh.com/sports/topstory.rss",
"http://www.sunherald.com/living/travel/index.rss",
"http://www.rockymountainnews.com/feeds/headlines/sports/colorado-avalanche/",
"http://www.congoo.com/feed/newschannelsfeed.aspx?chid=65&catid=-1",
"http://www.tribstar.com/technology/resources_rsssection.xml",
"http://www.weatherforddemocrat.com/statenews/resources_rsssection.xml",
"http://www.western-star.com/n/content/oh/services/rss/western-star/news.xml",
"http://usinfo.state.gov/rss/channels/globalissues.xml",
"http://www.suburbanchicagonews.com/newssun/rss/lifestyles/index.xml",
"http://www.telegraph.co.uk/newsfeed/rss/arts.xml",
"http://feeds.feedburner.com/tbo/templeterrace",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewscolapeppard.xml",
"http://www.tylerpaper.com/apps/pbcs.dll/section?category=RSS01&cat=NEWS04&mime=xml",
"http://rss.prnewswire.com/industry/mus/",
"http://feeds.villagevoice.com/most/popular",
"http://feeds.news.com.au/public/rss/2.0/business_top_stories_346.xml",
"http://www.wctv.tv/home/headlines/index.rss",
"http://www.valleymorningstar.com/common/rss/rss.php?cat=Opinion",
"http://weirtondailytimes.com/rss/RSS-News.asp",
"http://www.thehill.com/index.php?option=com_rd_rss&id=2",
"http://www.npr.org/rss/rss.php?id=1050",
"http://www.thetimes-tribune.com/site/rss/?The%20Times%2DTribune/News/Opinion/Editorial",
"http://www.venturacountystar.com/feeds/headlines/news/",
"http://www.vvdailypress.com/common/rss/rss.php?cat=Nation%20World",
"http://www.dailybreeze.com/news/regstate/articles/index.rss",
"http://www.ft.com/rss/yourmoney/advice/asktheft",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss23&mime=xml",
"http://www.wfsb.com/entertainment/topstory.rss",
"http://www.wibw.com/weather/headlines/index.rss",
"http://www.tulsaworld.com/mm/rss/rss.aspx?group=5",
"http://www.wickedlocal.com/canton/fun/rss",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1003",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS09&mime=xml",
"http://www.tribtown.com/common/rss/rss.php?cat=Opinion",
"http://wenatcheeworld.com/apps/pbcs.dll/section?category=rss1023&mime=xml",
"http://www.wftv.com/entertainment/topstory.rss",
"http://www.sfgate.com/rss/feeds/alouis.xml",
"http://www.wgem.com/RSS/nationalnews_rss.php",
"http://www.washingtonpost.com/wp-dyn/rss/print/style/index.xml",
"http://www.pioneerlocal.com/winnetka/rss/news/index.xml",
"http://www.theglobeandmail.com/generated/rss/BN/HYAmerica.xml",
"http://www.sfgate.com/rss/feeds/giants.xml",
"http://www.wnewsj.com/278_rss.xml",
"http://www.winfieldcourier.com/3_rss.xml",
"http://www.msnbc.msn.com/id/3032524/device/rss/rss.xml",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Africa",
"http://feeds.latimes.com/latimes/classified/realestate/",
"http://www.slate.com/rss/feed.aspx?id=31971",
"http://www.packetonline.com/?rss=windsor_hights_herald/obituaries",
"http://www.whitehouse.gov/rss/pbriefing.xml",
"http://www.whas11.com/newskiosk/rss/whas11politics.xml",
"http://online.wsj.com/xml/rss/3_7012.xml",
"http://www.wifr.com/money/headlines/index.rss",
"http://www.wacotrib.com/news/content/includes/rss/opinion.xml",
"http://www.thetandd.com/?rss=/sports/scsu",
"http://www.visaliatimesdelta.com/rssfeeds/topstories.xml",
"http://www.wave3.com/Global/category.asp?C=1181&nav=0RZF&clienttype=rss",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=tech2",
"http://www.wandtv.com/Global/category.asp?C=13530&clienttype=rss",
"http://www.usnews.com/usnews/rss/americas_business.xml",
"http://www.miamiherald.com/423/index.xml",
"http://www.wirenh.com/option,com_rss/feed,RSS2.0/no_html,1.html",
"http://www.nytimes.com/services/xml/rss/nyt/Books.xml",
"http://www.wkyt.com/sports/headlines/index.rss",
"http://www.wjhg.com/sports/headlines/index.rss",
"http://www.wlky.com/health/topstory.rss",
"http://www.sunherald.com/news/state/index.rss",
"http://www.weatherforddemocrat.com/entertainment/resources_rsssection.xml",
"http://www.wndu.com/entertainment/headlines/index.rss",
"http://www.rockymountainnews.com/feeds/headlines/business/money-markets/",
"http://www.wksu.org/news/rss/",
"http://www.vaildaily.com/apps/pbcs.dll/section?Category=rss06&mime=xml",
"http://www.wmbb.com/gulfcoastwest/mbb/rss/news.xml",
"http://www.chron.com/rss/outdoors/index.rss",
"http://www.wcmessenger.com/rss/feeds/RSS_Obits.xml",
"http://usinfo.state.gov/rss/channels/econissues.xml",
"http://feeds.wnyc.org/wnyc_home",
"http://www.wesh.com/entertainment/topstory.rss",
"http://www.wpsdtv.com/rss/989.rss",
"http://www.suburbanchicagonews.com/wheatonsun/rss/business/index.xml",
"http://www.localsource.com/?rss=maplewood/local_news/",
"http://rss.prnewswire.com/subject/svy/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolrsteves.xml",
"http://www.telegraph.co.uk/newsfeed/rss/news-international_news.xml",
"http://www.madison.com/wsj/home/local/rss.xml",
"http://www.thetimes-tribune.com/site/rss/?The%20Times%2DTribune/News/News/Sherwood%20%2D%20Carney",
"http://www.tribstar.com/theater/resources_rsssection.xml",
"http://feeds.news.com.au/public/rss/2.0/trav_africamideast_305.xml",
"http://feeds.villagevoice.com/articles/people",
"http://www.thehill.com/index.php?option=com_rd_rss&id=1",
"http://feeds.feedburner.com/shanghaiist",
"http://www.ft.com/rss/world/asiapacific/india",
"http://www.npr.org/rss/rss.php?id=1007",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Asia",
"http://www.venturacountystar.com/feeds/headlines/lifestyle/",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss45&mime=xml",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1013",
"http://www.wickedlocal.com/littleton/fun/rss",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS0108&mime=xml",
"http://www.vvdailypress.com/common/rss/rss.php?cat=Travel",
"http://www.publicbroadcasting.net/wusf/news.newsmain?action=rssheadlines&section=1",
"http://www.wfsb.com/health/topstory.rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032402662.xml",
"http://www.wftv.com/health/topstory.rss",
"http://www.theglobeandmail.com/generated/rss/BN/National.xml",
"http://www.pioneerlocal.com/winnetka/rss/entertainment/index.xml",
"http://www.sfgate.com/rss/feeds/education.xml",
"http://feeds.latimes.com/latimes/news",
"http://www.whitehouse.gov/rss/news.xml",
"http://www.msnbc.msn.com/id/16438323/device/rss/rss.xml",
"http://www.slate.com/rss/feed.aspx?id=2088264",
"http://feeds.wired.com/wired/politics",
"http://online.wsj.com/xml/rss/3_7085.xml",
"http://www.winfieldcourier.com/36_rss.xml",
"http://www.wnewsj.com/142_rss.xml",
"http://www.thetandd.com/shared-content/admarket/?path=rentals%2F&format=rss&market=admarket&start=1",
"http://www.packetonline.com/?rss=windsor_hights_herald/sports",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=life15",
"http://www.miamiherald.com/592/index.xml",
"http://www.wacotrib.com/news/content/includes/rss/features.xml",
"http://www.nytimes.com/services/xml/rss/nyt/pop_top.xml",
"http://www.chron.com/rss/outdoors/doggett/index.rss",
"http://www.sunherald.com/entertainment/index.rss",
"http://www.rockymountainnews.com/feeds/headlines/sports/preps/fall/boys-cross-country/",
"http://www.vaildaily.com/apps/pbcs.dll/section?Category=rss03&mime=xml",
"http://www.nbc15online.com/rss/221.rss",
"http://www.wlky.com/entertainment/topstory.rss",
"http://www.news12now.com/common/rss/rss.php?cat=Top%20Story",
"http://feeds.feedburner.com/FeatureStories",
"http://www.wkyt.com/home/headlines/index.rss",
"http://rss.prnewswire.com/subject/hsp/",
"http://usinfo.state.gov/rss/channels/hivaids.xml",
"http://uk.news.yahoo.com/rss/fc/london-2012-olympics.xml",
"http://www.wndu.com/home/headlines/index.rss",
"http://www.wpbf.com/health/topstory.rss",
"http://www.wjhg.com/home/headlines/index.rss",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsirving.xml",
"http://www.wcmessenger.com/rss/feeds/RSS_Sports.xml",
"http://www.localsource.com/?rss=west_orange/local_news/",
"http://www.wptv.com/rss/762.rss",
"http://www.suburbanchicagonews.com/wheatonsun/rss/entertainment/index.xml",
"http://www.wrex.com/RSS/localnews_rss.php",
"http://www.telegraph.co.uk/newsfeed/rss/property.xml",
"http://feeds.news.com.au/public/rss/2.0/trav_aus_sa_351.xml",
"http://feeds.villagevoice.com/articles/arts",
"http://www.thetimes-tribune.com/site/rss/?The%20Times%2DTribune/News/News/Breaking%20News",
"http://www.madison.com/wsj/home/sports/rss.xml",
"http://www.weatherforddemocrat.com/sports/resources_rsssection.xml",
"http://www.wsbt.com/news/health/index.rss",
"http://www.wsbtv.com/health/topstory.rss",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss12&mime=xml",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Americas",
"http://www.ft.com/rss/yourmoney/insurance",
"http://www.thehill.com/index.php?option=com_rd_rss&id=7",
"http://www.fox28.com/RSS/sports_rss.php",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS0905&mime=xml",
"http://www.wickedlocal.com/hamilton/fun/rss",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1008",
"http://www.npr.org/rss/rss.php?id=1045",
"http://www.pioneerlocal.com/wheeling/rss/lifestyles/index.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032401702.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Faith%20Family",
"http://www.wtnh.com/Global/category.asp?C=1168&clienttype=rss",
"http://www.indiana.edu/~radiotv/wtiu/newsbreak.xml",
"http://www.vvdailypress.com/common/rss/rss.php?cat=Local%20News",
"http://www.wtoc.com/Global/category.asp?C=6218&clienttype=rss",
"http://www.wsvn.com/rss/news/national.rss",
"http://wweek.com/xml/headlines/",
"http://www.sfgate.com/rss/feeds/jshea.xml",
"http://www.msnbc.msn.com/id/17153421/device/rss/rss.xml",
"http://www.theglobeandmail.com/generated/rss/BN/Entertainment.xml",
"http://feeds.latimes.com/calendarlive/music/",
"http://www.slate.com/rss/feed.aspx?id=2137787",
"http://feeds.wired.com/wired/culture/lifestyle",
"http://online.wsj.com/xml/rss/3_7014.xml",
"http://www.winfieldcourier.com/1_rss.xml",
"http://www.wnewsj.com/39_rss.xml",
"http://www.packetonline.com/?rss=windsor_hights_herald/opinions",
"http://www.covnews.com/220_rss.xml",
"http://www.thetandd.com/?rss=/opinion/",
"http://www.jconline.com/apps/pbcs.dll/section?category=RSS04&mime=xml",
"http://www.theolympian.com/election/index.rss",
"http://www.miamiherald.com/500/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Education.xml",
"http://www.sunherald.com/living/columnists/andrea_yeager/index.rss",
"http://www.rockymountainnews.com/feeds/headlines/business/energy/",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports19",
"http://www.tribstar.com/obituaries/resources_rsssection.xml",
"http://www.nbc15online.com/rss/223.rss",
"http://www.chron.com/rss/tech/drmac/index.rss",
"http://www.yadkinripple.com/?rss=opinion",
"http://rss.prnewswire.com/geography/CT/",
"http://rss.xinhuanet.com/rss/english/english_scitech.xml",
"http://www.madison.com/wsj/home/entertainment/rss.xml",
"http://www.wlky.com/sports/topstory.rss",
"http://feeds.feedburner.com/Wish-Sports",
"http://www.localsource.com/?rss=nutley/local_news/",
"http://usinfo.state.gov/rss/channels/scitech.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsobits.xml",
"http://www.wndu.com/technology/headlines/index.rss",
"http://www.suburbanchicagonews.com/heraldnews/rss/business/index.xml",
"http://www.wpsdtv.com/rss/990.rss",
"http://www.weatherforddemocrat.com/local/resources_rsssection.xml",
"http://www.wpbf.com/entertainment/topstory.rss",
"http://www.vaildaily.com/apps/pbcs.dll/section?Category=rss01&mime=xml",
"http://feeds.news.com.au/public/rss/2.0/news_top_stories_48.xml",
"http://feeds.villagevoice.com/articles/screens",
"http://www.telegraph.co.uk/newsfeed/rss/fashion.xml",
"http://www.wsbtv.com/sports/topstory.rss",
"http://www.thetimes-tribune.com/site/rss/?The%20Times%2DTribune/News/News/Top%20Local%20Stories",
"http://uk.news.yahoo.com/rss/companies.xml",
"http://www.ft.com/rss/world/asiapacific/india/business",
"http://www.wsbt.com/news/business/index.rss",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss18&mime=xml",
"http://www.wickedlocal.com/billerica/homepage/rss",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Lifestyles",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS1001&mime=xml",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1118",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Local%20Sports",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_22.xml",
"http://www.washingtonpost.com/wp-dyn/rss/artsandliving/books/index.xml",
"http://www.fox28.com/RSS/nationalnews_rss.php",
"http://www.pioneerlocal.com/wilmette/rss/entertainment/index.xml",
"http://www.theglobeandmail.com/generated/rss/BN/HYStyle.xml",
"http://www.msnbc.msn.com/id/3036058/device/rss/rss.xml",
"http://www.sfgate.com/rss/feeds/wine.xml",
"http://www.wtnh.com/global/Category.asp?c=1193&clienttype=rss",
"http://www.wsvn.com/rss/news/world.rss",
"http://www.wtoc.com/Global/category.asp?C=5469&clienttype=rss",
"http://www.slate.com/rss/feed.aspx?id=2110472",
"http://feeds.latimes.com/calendarlive/galleriesandmuseums/",
"http://online.wsj.com/xml/rss/3_7020.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports11",
"http://www.jconline.com/apps/pbcs.dll/section?category=RSS&mime=xml",
"http://www.miamiherald.com/231/index.xml",
"http://www.nwaonline.net/?rss=your_family",
"http://www.nytimes.com/services/xml/rss/nyt/National.xml",
"http://feeds.wired.com/wired/index",
"http://www.chron.com/rss/brianching/index.rdf",
"http://www.sunherald.com/entertainment/fine_arts/index.rss",
"http://www.theolympian.com/northwest/index.rss",
"http://www.winfieldcourier.com/2_rss.xml",
"http://www.rockymountainnews.com/feeds/headlines/sports/denver-broncos/",
"http://www.covnews.com/21_rss.xml",
"http://www.thetandd.com/?rss=/sports/local",
"http://uk.news.yahoo.com/rss/fc/beyonce-knowles.xml",
"http://rss.prnewswire.com/geography/ID/",
"http://feeds.feedburner.com/Wifr-Sports-Headlines",
"http://www.localsource.com/?rss=rahway/local_news/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscoljmitchell.xml",
"http://www.wpbf.com/sports/topstory.rss",
"http://www.nbc15online.com/rss/218.rss",
"http://usinfo.state.gov/rss/channels/mena.xml",
"http://rss.xinhuanet.com/rss/english/english_chinabiz.xml",
"http://www.yadkinripple.com/?rss=news",
"http://www.suburbanchicagonews.com/wheatonsun/rss/news/index.xml",
"http://www.wndu.com/politics/headlines/index.rss",
"http://feeds.news.com.au/public/rss/2.0/trav_aus_nt_353.xml",
"http://www.thetimes-tribune.com/site/rss/?The%20Times%2DTribune/News/Business%20%26%20Finance/Local%2DNational%20Headlines",
"http://www.madison.com/wsj/home/opinion/rss.xml",
"http://www.wpsdtv.com/rss/675.rss",
"http://feeds.villagevoice.com/articles/news",
"http://www.vaildaily.com/apps/pbcs.dll/section?Category=rss04&mime=xml",
"http://www.telegraph.co.uk/newsfeed/rss/sport-cricket.xml",
"http://www.weatherforddemocrat.com/business/resources_rsssection.xml",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Iraq",
"http://www.ft.com/rss/businesslife",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS10&mime=xml",
"http://www.wsbtv.com/entertainment/topstory.rss",
"http://www.wickedlocal.com/clinton/homepage/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032402329.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Outdoors",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1894314.xml",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1061",
"http://www.pioneerlocal.com/mundelein/rss/lifestyles/index.xml",
"http://www.msnbc.msn.com/id/3034505/device/rss/rss.xml",
"http://www.theglobeandmail.com/generated/rss/Comments/BusinessComments.xml",
"http://feeds.latimes.com/latimes/news/nationworld/politics/",
"http://www.slate.com/rss/feed.aspx?id=2110823",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss04&mime=xml",
"http://www.wsvn.com/rss/features/medicalreports.rss",
"http://online.wsj.com/xml/rss/3_7011.xml",
"http://www.jconline.com/apps/pbcs.dll/section?category=RSS02&mime=xml",
"http://www.miamiherald.com/467/index.xml",
"http://www.sfgate.com/rss/feeds/vblue.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=news11",
"http://www.nytimes.com/services/xml/rss/nyt/Magazine.xml",
"http://www.wtnh.com/global/Category.asp?c=1194&clienttype=rss",
"http://www.sunherald.com/sports/columnists/fred_deegan/index.rss",
"http://www.rockymountainnews.com/feeds/staff/stories/penny-parker/",
"http://www.theolympian.com/homeandgarden/index.rss",
"http://www.yumasun.com/common/rss/rss.php?cat=Life",
"http://www.yourwestvalley.com/common/rss/rss.php?cat=Sports",
"http://feeds.feedburner.com/nynewsday/entertainment/movies",
"http://www.nwaonline.net/?rss=your_home",
"http://uk.news.yahoo.com/rss/fc/computer-viruses.xml",
"http://rss.prnewswire.com/industry/net/",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewscolspatterson.xml",
"http://www.thetandd.com/?rss=/obits",
"http://rss.xinhuanet.com/rss/english/english_worldnews.xml",
"http://www.nbc15online.com/rss/219.rss",
"http://www.localsource.com/?rss=mountainside/sports/high_school/",
"http://usinfo.state.gov/rss/channels/eur.xml",
"http://www.suburbanchicagonews.com/napervillesun/rss/entertainment/index.xml",
"http://www.winfieldcourier.com/24_rss.xml",
"http://feeds.news.com.au/public/rss/2.0/merc_breakingnews_228.xml",
"http://www.covnews.com/7_rss.xml",
"http://www.timessentinel.com/opinion/resources_rsssection.xml",
"http://www.yadkinripple.com/?rss=obituaries",
"http://www.weatherforddemocrat.com/opinion/resources_rsssection.xml",
"http://feeds.villagevoice.com/articles/theater",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Religion",
"http://www.telegraph.co.uk/newsfeed/rss/news-uk_news.xml",
"http://www.ft.com/rss/world/asiapacific/india/economy",
"http://www.thetimes-tribune.com/site/rss/?The%20Times%2DTribune/News/Lifestyles/Entertainment",
"http://www.chron.com/rss/life/religion/index.rss",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS0901&mime=xml",
"http://www.wickedlocal.com/walpole/homepage/rss",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss24&mime=xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Marketplace",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2006/05/04/LI2006050400962.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892048.xml",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1002",
"http://www.pioneerlocal.com/vernonhills/rss/entertainment/index.xml",
"http://www.sfgate.com/rss/feeds/travel.xml",
"http://www.theglobeandmail.com/generated/rss/BN/lifeFoodWine.xml",
"http://www.msnbc.msn.com/id/16829389/device/rss/rss.xml",
"http://www.slate.com/rss/feed.aspx?id=2930",
"http://feeds.latimes.com/latimes/news/politics/",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=tech12",
"http://www.miamiherald.com/357/index.xml",
"http://online.wsj.com/xml/rss/3_7091.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Obituaries.xml",
"http://www.jconline.com/apps/pbcs.dll/section?category=RSS01&mime=xml",
"http://www.theolympian.com/news/index.rss",
"http://www.sunherald.com/sports/golf/index.rss",
"http://www.rockymountainnews.com/feeds/headlines/entertainment/theater/",
"http://www.yumasun.com/common/rss/rss.php?cat=News",
"http://feeds.feedburner.com/WestFargoPioneer",
"http://www.localsource.com/?rss=irvington/local_news/",
"http://www.yourwestvalley.com/common/rss/rss.php?cat=Health",
"http://rss.prnewswire.com/geography/RI/",
"http://uk.news.yahoo.com/rss/uk.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsnationalpolitics.xml",
"http://www.chron.com/rss/sports/barron/index.rss",
"http://www.nbc15online.com/rss/222.rss",
"http://www.suburbanchicagonews.com/lislesun/rss/lifestyles/index.xml",
"http://rss.xinhuanet.com/rss/english/english_health.xml",
"http://www.timessentinel.com/statenews/resources_rsssection.xml",
"http://feeds.news.com.au/public/rss/2.0/news_tasmania_44.xml",
"http://usinfo.state.gov/rss/channels/af.xml",
"http://www.yadkinripple.com/?rss=sports",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Economy%20and%20Finance",
"http://www.ft.com/rss/world/economy",
"http://feeds.villagevoice.com/articles/film",
"http://www.telegraph.co.uk/newsfeed/rss/news-major.xml",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS0904&mime=xml",
"http://www.wickedlocal.com/arlington/fun/rss",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Food",
"http://www.washingtonpost.com/wp-dyn/rss/sports/colleges/football/index.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1894330.xml",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss34&mime=xml",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1055",
"http://www.pioneerlocal.com/wilmette/rss/news/index.xml",
"http://www.msnbc.msn.com/id/3032427/device/rss/rss.xml",
"http://www.theglobeandmail.com/generated/rss/BN/lifeHouseHome.xml",
"http://www.slate.com/rss/feed.aspx?id=3491",
"http://feeds.latimes.com/latimes/news/science/environment",
"http://www.miamiherald.com/487/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Arts.xml",
"http://www.chron.com/rss/nb/pasadena/sports/index.rss",
"http://www.jconline.com/apps/pbcs.dll/section?category=RSS03&mime=xml",
"http://online.wsj.com/xml/rss/3_7089.xml",
"http://www.sunherald.com/living/columnists/kat_bergeron/index.rss",
"http://www.rockymountainnews.com/feeds/headlines/sports/denver-nuggets/",
"http://www.theolympian.com/entertainment/index.rss",
"http://feeds.feedburner.com/nynewsday/entertainment/music",
"http://www.yumasun.com/common/rss/rss.php?cat=Sports",
"http://www.localsource.com/?rss=springfield/sports/high_school/",
"http://rss.prnewswire.com/industry/aut/",
"http://www.yourwestvalley.com/common/rss/rss.php?cat=Obituary",
"http://uk.news.yahoo.com/rss/fc/iraq.xml",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewscollbockstruck.xml",
"http://feeds.news.com.au/public/rss/2.0/trav_centralsthamerica_292.xml",
"http://www.suburbanchicagonews.com/lislesun/rss/sports/index.xml",
"http://www.timessentinel.com/specialsections/resources_rsssection.xml",
"http://rss.xinhuanet.com/rss/english.xml",
"http://usinfo.state.gov/rss/channels/birdflu.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports15",
"http://www.ft.com/rss/comment/columnists/europeancomment",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss37&mime=xml",
"http://www.wickedlocal.com/ipswich/homepage/rss",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=TopStories",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Lifestyles",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS0107&mime=xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892752.xml",
"http://www.sfgate.com/rss/feeds/books.xml",
"http://www.washingtonpost.com/wp-dyn/rss/sports/index/nfl/index.xml",
"http://www.sfgate.com/rss/feeds/classical.xml",
"http://www.msnbc.msn.com/id/17152461/device/rss/rss.xml",
"http://www.theglobeandmail.com/generated/rss/BN/HYMusic.xml",
"http://www.pioneerlocal.com/wilmette/rss/lifestyles/index.xml",
"http://feeds.villagevoice.com/most/emailed",
"http://www.telegram.com/apps/pbcs.dll/section?Category=RSS01&MIME=xml&profile=1012",
"http://www.slate.com/rss/feed.aspx?id=2150116",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports1",
"http://www.miamiherald.com/441/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Soccer.xml",
"http://www.chron.com/rss/nb/humble/sports/index.rss",
"http://www.rockymountainnews.com/feeds/staff/stories/bernie-lincicome/",
"http://www.sunherald.com/sports/football/nfl/new_orleans_saints/index.rss",
"http://www.theolympian.com/opinion/index.rss",
"http://www.yumasun.com/common/rss/rss.php?cat=Education",
"http://www.localsource.com/?rss=hillside/obituaries/",
"http://rss.prnewswire.com/geography/MS/",
"http://uk.news.yahoo.com/rss/fc/cannes-film-festival.xml",
"http://feeds.feedburner.com/StandardnetOpinionNewsFeed",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolmhashimoto.xml",
"http://www.yourwestvalley.com/common/rss/rss.php?cat=Opinion",
"http://feeds.news.com.au/public/rss/2.0/pnow_lifestyle_175.xml",
"http://www.timessentinel.com/classifieds/resources_rsssection.xml",
"http://www.suburbanchicagonews.com/wheatonsun/rss/sports/index.xml",
"http://rss.xinhuanet.com/rss/english/english_chinanews.xml",
"http://usinfo.state.gov/rss/channels/is.xml",
"http://www.ft.com/rss/technology/digitalbusiness",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Arts%20and%20Entertainment",
"http://feeds.latimes.com/JonahGoldberg/",
"http://feeds.villagevoice.com/articles/nyclife",
"http://www.wickedlocal.com/beverly/fun/rss",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS01&mime=xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Top%20Story",
"http://rss.mnginteractive.com/live/yorkdispatch/YorkDispatch_86.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/28/LI2005032800573.xml",
"http://www.sfgate.com/rss/feeds/tstienstra.xml",
"http://www.msnbc.msn.com/id/3032829/device/rss/rss.xml",
"http://www.theglobeandmail.com/generated/rss/BN/einsider.xml",
"http://www.pioneerlocal.com/wheeling/rss/entertainment/index.xml",
"http://feeds.latimes.com/TomPetruno/",
"http://www.slate.com/rss/feed.aspx?id=101526",
"http://www.miamiherald.com/421/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Music.xml",
"http://www.sunherald.com/sports/colleges/university_of_southern_mississippi/index.rss",
"http://www.rockymountainnews.com/feeds/staff/stories/dave-kopel/",
"http://feeds.feedburner.com/StandardnetLocalSportsFeed",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss21&mime=xml",
"http://www.theolympian.com/sports/index.rss",
"http://www.yumasun.com/common/rss/rss.php?cat=Special%20Features",
"http://rss.prnewswire.com/industry/hed/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewshighschoolbaseball.xml",
"http://www.localsource.com/?rss=roselle_park/obituaries/",
"http://www.suburbanchicagonews.com/napervillesun/rss/sports/index.xml",
"http://feeds.news.com.au/public/rss/2.0/aus_the_nation_62.xml",
"http://www.chron.com/rss/life/food/wine/index.rss",
"http://www.timessentinel.com/sports/resources_rsssection.xml",
"http://usinfo.state.gov/rss/channels/humanrights.xml",
"http://uk.news.yahoo.com/rss/asia.xml",
"http://rss.xinhuanet.com/rss/english/english_entertainment.xml",
"http://www.ft.com/rss/companies/europe",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss49&mime=xml",
"http://www.wickedlocal.com/wayland/news/business/rss",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS0903&mime=xml",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Social%20Issues",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Education",
"http://rss.mnginteractive.com/live/yorkdispatch/YorkDispatch_28.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/09/26/LI2005092600765.xml",
"http://www.msnbc.msn.com/id/3034565/device/rss/rss.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports33",
"http://www.sfgate.com/rss/feeds/cjohnson.xml",
"http://www.theglobeandmail.com/generated/rss/BN/HYAtlantic.xml",
"http://www.pioneerlocal.com/rollingmeadows/rss/sports/index.xml",
"http://www.slate.com/rss/feed.aspx?id=2066612",
"http://www.miamiherald.com/413/index.xml",
"http://feeds.latimes.com/latimes/news/local/inland/",
"http://www.nytimes.com/services/xml/rss/nyt/ThursdayStyles.xml",
"http://www.chron.com/rss/sports/car/index.rss",
"http://www.sunherald.com/sports/colleges/index.rss",
"http://www.rockymountainnews.com/feeds/staff/stories/paul-campos/",
"http://rss.prnewswire.com/industry/stw/",
"http://www.theolympian.com/living/index.rss",
"http://www.yumasun.com/common/rss/rss.php?cat=Entertainment",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsautonews.xml",
"http://uk.news.yahoo.com/rss/fc/brit-awards.xml",
"http://www.localsource.com/?rss=nutley/obituaries/",
"http://feeds.news.com.au/public/rss/2.0/bcm_sports_news_65.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports9",
"http://feeds.feedburner.com/EditorAndPublisher-Technology",
"http://www.timessentinel.com/obituaries/resources_rsssection.xml",
"http://www.suburbanchicagonews.com/wheatonsun/rss/lifestyles/index.xml",
"http://usinfo.state.gov/rss/channels/iu.xml",
"http://www.ft.com/rss/yourmoney/pensions",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS0906&mime=xml",
"http://www.wickedlocal.com/beverly/homepage/rss",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss16&mime=xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/25/LI2005032500646.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892070.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=State%20News",
"http://www.msnbc.msn.com/id/17153372/device/rss/rss.xml",
"http://www.sfgate.com/rss/feeds/bburnett.xml",
"http://www.slate.com/rss/feed.aspx?id=2078388",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=United%20States",
"http://feeds.latimes.com/latimes/sports/baseball/mlb/dodgers/",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports5",
"http://www.miamiherald.com/601/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/MediaandAdvertising.xml",
"http://www.chron.com/rss/baseballblog/index.rdf",
"http://www.theglobeandmail.com/generated/rss/BN/robAtTop.xml",
"http://www.sunherald.com/living/food/index.rss",
"http://feeds.feedburner.com/TheNewRepublic/Arts",
"http://www.rockymountainnews.com/feeds/headlines/sports/preps/winter/wrestling/",
"http://uk.news.yahoo.com/rss/fc/royal-family.xml",
"http://rss.prnewswire.com/subject/erp/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewshstop.xml",
"http://www.localsource.com/?rss=roselle/sports/high_school/",
"http://www.pioneerlocal.com/winnetka/rss/sports/index.xml",
"http://www.theolympian.com/deaths/index.rss",
"http://feeds.news.com.au/public/rss/2.0/aus_sport_61.xml",
"http://www.yumasun.com/common/rss/rss.php?cat=Business",
"http://www.suburbanchicagonews.com/napervillesun/rss/news/index.xml",
"http://www.ft.com/rss/comment/columnists/philipstephens",
"http://usinfo.state.gov/rss/channels/environment.xml",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Middle%20East",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss26&mime=xml",
"http://www.wickedlocal.com/hingham/fun/rss",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS0201&mime=xml",
"http://www.timessentinel.com/local/resources_rsssection.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Columns%20Links",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892760.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032401680.xml",
"http://www.msnbc.msn.com/id/3032221/device/rss/rss.xml",
"http://www.sfgate.com/rss/feeds/chroniclewatch.xml",
"http://www.pioneerlocal.com/elkgrove/rss/business/index.xml",
"http://www.theglobeandmail.com/generated/rss/BN/HYPolitics.xml",
"http://feeds.latimes.com/BillPlaschke/",
"http://www.slate.com/rss/feed.aspx?id=2097086",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports36",
"http://www.miamiherald.com/363/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Washington.xml",
"http://www.sunherald.com/sports/colleges/louisiana_state_university/index.rss",
"http://www.chron.com/rss/ent/tv/index.rss",
"http://www.rockymountainnews.com/feeds/headlines/sports/colorado-rockies/",
"http://uk.news.yahoo.com/rss/fc/russia.xml",
"http://rss.prnewswire.com/industry/bks/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsbusminds.xml",
"http://www.localsource.com/?rss=summit/sports/high_school/",
"http://feeds.feedburner.com/EditorAndPublisher-Ad/circ",
"http://feeds.news.com.au/public/rss/2.0/aus_travel_and_indulgence_63.xml",
"http://www.yumasun.com/common/rss/rss.php?cat=Opinion",
"http://www.theolympian.com/business/index.rss",
"http://www.suburbanchicagonews.com/lislesun/rss/news/index.xml",
"http://www.ft.com/rss/companies/drugs",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss40&mime=xml",
"http://usinfo.state.gov/rss/channels/health.xml",
"http://www.wickedlocal.com/burlington/fun/rss",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS0106&mime=xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400517.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892008.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Girls%20Sports",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Europe",
"http://www.msnbc.msn.com/id/3036028/device/rss/rss.xml",
"http://www.sfgate.com/rss/feeds/sharks.xml",
"http://www.theglobeandmail.com/generated/rss/BN/HYTheatre.xml",
"http://feeds.latimes.com/latimes/news/science",
"http://www.slate.com/rss/feed.aspx?id=2136967",
"http://www.pioneerlocal.com/wheeling/rss/news/index.xml",
"http://www.miamiherald.com/577/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Weddings.xml",
"http://www.sunherald.com/sports/colleges/mississippi_state_university/index.rss",
"http://feeds.feedburner.com/WoodburyBulletin",
"http://rss.prnewswire.com/industry/ent/",
"http://www.rockymountainnews.com/feeds/headlines/opinion/speakout/",
"http://uk.news.yahoo.com/rss/fc/iran.xml",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewscolnchurnin.xml",
"http://www.localsource.com/?rss=belleville/local_news/",
"http://feeds.news.com.au/public/rss/2.0/aus_aviation_52.xml",
"http://www.suburbanchicagonews.com/newssun/rss/news/index.xml",
"http://www.chron.com/rss/life/books/index.rss",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=life16",
"http://www.ft.com/rss/indepth/investmentbanking",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss03&mime=xml",
"http://www.wickedlocal.com/westford/homepage/rss",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS0105&mime=xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400138.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1894608.xml",
"http://www.msnbc.msn.com/id/3036050/device/rss/rss.xml",
"http://www.sfgate.com/rss/feeds/cstillwell.xml",
"http://www.theglobeandmail.com/generated/rss/BN/specialScienceandHealth.xml",
"http://www.appeal-democrat.com/common/rss/rss.php",
"http://feeds.latimes.com/latimes/sports/hockey/nhl/ducks/",
"http://www.slate.com/rss/feed.aspx?id=2065979",
"http://www.pioneerlocal.com/winnetka/rss/lifestyles/index.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=tech1",
"http://www.miamiherald.com/234/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/MetroCampaigns.xml",
"http://www.sunherald.com/living/education/index.rss",
"http://www.chron.com/rss/sports/soc/wc/index.rss",
"http://uk.news.yahoo.com/rss/healthcare.xml",
"http://rss.prnewswire.com/industry/cse/",
"http://feeds.feedburner.com/KMEG14NationalNews",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Education",
"http://www.rockymountainnews.com/feeds/headlines/entertainment/art-architecture/",
"http://www.localsource.com/?rss=orange/sports/high_school/",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewsfdluxehomedesign.xml",
"http://feeds.news.com.au/public/rss/2.0/trav_asia_25.xml",
"http://www.suburbanchicagonews.com/couriernews/rss/lifestyles/index.xml",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Zimbabwe",
"http://www.ft.com/rss/world/mideastafrica/arabbusiness",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss46&mime=xml",
"http://www.wickedlocal.com/clinton/fun/rss",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS0102&mime=xml",
"http://www.washingtonpost.com/wp-dyn/rss/metro/obituaries/index.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892012.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Entertainment",
"http://www.msnbc.msn.com/id/3042923/device/rss/rss.xml",
"http://www.theglobeandmail.com/generated/rss/BN/HYAsia.xml",
"http://www.sfgate.com/rss/feeds/departures.xml",
"http://www.slate.com/rss/feed.aspx?id=2138940",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=money4",
"http://www.miamiherald.com/472/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Environment.xml",
"http://www.chron.com/rss/shopgirl/index.xml",
"http://www.sunherald.com/news/nation/index.rss",
"http://feeds.latimes.com/latimes/features/lifestyle",
"http://feeds.feedburner.com/nynewsday/sports/columnists/BarbaraBarker",
"http://uk.news.yahoo.com/rss/fc/employment.xml",
"http://www.rockymountainnews.com/feeds/staff/stories/mark-brown/",
"http://rss.prnewswire.com/industry/hts/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsautocarstrucks.xml",
"http://www.localsource.com/?rss=east_orange/obituaries/",
"http://feeds.news.com.au/public/rss/2.0/pnow_sport_173.xml",
"http://www.pioneerlocal.com/wilmette/rss/sports/index.xml",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Human%20Interest",
"http://www.ft.com/rss/world/mideastafrica",
"http://www.wickedlocal.com/hamilton/homepage/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400267.xml",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss35&mime=xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892026.xml",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS0902&mime=xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Celebrations",
"http://www.msnbc.msn.com/id/3036013/device/rss/rss.xml",
"http://www.theglobeandmail.com/generated/rss/BN/HYBaseball.xml",
"http://www.slate.com/rss/feed.aspx?id=2126",
"http://feeds.latimes.com/latimes/entertainment/news/music/",
"http://www.miamiherald.com/443/index.xml",
"http://www.sfgate.com/rss/feeds/pmchugh.xml",
"http://www.pioneerlocal.com/wheeling/rss/sports/index.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=money3",
"http://www.nytimes.com/services/xml/rss/nyt/YourMoney.xml",
"http://www.chron.com/rss/tech/athome/index.rss",
"http://www.sunherald.com/entertainment/movies/index.rss",
"http://feeds.feedburner.com/BurlingtonCountyTimesSports",
"http://www.rockymountainnews.com/feeds/staff/stories/john-lehndorff/",
"http://uk.news.yahoo.com/rss/fc/global-warming.xml",
"http://rss.prnewswire.com/industry/fod/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsptech.xml",
"http://www.localsource.com/?rss=linden/local_news/",
"http://feeds.news.com.au/public/rss/2.0/merc_business_217.xml",
"http://www.ft.com/rss/companies/basic",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss54&mime=xml",
"http://www.wickedlocal.com/brewster/fun/rss",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Labor",
"http://www.washingtonpost.com/wp-dyn/rss/realestate/dcarealiving/index.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892766.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Breaking%20News",
"http://www.msnbc.msn.com/id/3033117/device/rss/rss.xml",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS0104&mime=xml",
"http://www.slate.com/rss/feed.aspx?id=2657",
"http://www.sfgate.com/rss/feeds/49ers.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=travel12",
"http://www.miamiherald.com/476/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/AsiaPacific.xml",
"http://www.chron.com/rss/nb/humble/news/index.rss",
"http://www.sunherald.com/news/local/index.rss",
"http://feeds.feedburner.com/TheHastingsStar-gazette",
"http://www.theglobeandmail.com/generated/rss/BN/HYGolf.xml",
"http://uk.news.yahoo.com/rss/fc/kate-moss.xml",
"http://www.rockymountainnews.com/feeds/staff/stories/dave-krieger/",
"http://rss.prnewswire.com/geography/KS/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsscience.xml",
"http://www.localsource.com/?rss=newark/local_news/",
"http://feeds.news.com.au/public/rss/2.0/trav_hldays_sunspots_328.xml",
"http://www.ft.com/rss/markets",
"http://www.wickedlocal.com/amesbury/fun/rss",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss38&mime=xml",
"http://feeds.latimes.com/latimes/sports/college/football/",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Sports",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032402723.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1894636.xml",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS0109&mime=xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Editorials",
"http://www.msnbc.msn.com/id/3034550/device/rss/rss.xml",
"http://www.sfgate.com/rss/feeds/moviereviews.xml",
"http://www.theglobeandmail.com/generated/rss/BN/specialTravel.xml",
"http://www.slate.com/rss/feed.aspx?id=2067928",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=travel15",
"http://www.miamiherald.com/136/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/International.xml",
"http://www.sunherald.com/news/opinion/index.rss",
"http://feeds.feedburner.com/pressofatlanticcity/Religion",
"http://uk.news.yahoo.com/rss/fc/alexander-litvinenko.xml",
"http://rss.prnewswire.com/geography/NM/",
"http://www.rockymountainnews.com/feeds/headlines/sports/preps/fall/football/",
"http://feeds.latimes.com/latimes/sports/tennis/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewstcowlinshaw.xml",
"http://www.localsource.com/?rss=kenilworth/local_news/",
"http://feeds.news.com.au/public/rss/2.0/trav_aus_wa_352.xml",
"http://www.chron.com/rss/sports/hki/index.rss",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Science%20and%20Technology",
"http://www.ft.com/rss/markets/equities",
"http://www.wickedlocal.com/concord/fun/rss",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss48&mime=xml",
"http://www.washingtonpost.com/wp-dyn/rss/sports/ravens/index.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1891400.xml",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS0908&mime=xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=National%20News",
"http://www.msnbc.msn.com/id/3034480/device/rss/rss.xml",
"http://www.theglobeandmail.com/generated/rss/BN/specialSmallBusiness.xml",
"http://www.miamiherald.com/438/index.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=news21",
"http://www.nytimes.com/services/xml/rss/nyt/OtherSports.xml",
"http://feeds.feedburner.com/Mediaweek-Cable-Television",
"http://www.sunherald.com/sports/colleges/university_of_mississippi/index.rss",
"http://www.chron.com/rss/nb/tomball/news/index.rss",
"http://uk.news.yahoo.com/rss/fc/peter-andre.xml",
"http://rss.prnewswire.com/industry/mar/",
"http://www.rockymountainnews.com/feeds/staff/stories/gary-massaro/",
"http://www.slate.com/rss/feed.aspx?id=2068717",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsrunning.xml",
"http://www.localsource.com/?rss=glen_ridge/local_news/",
"http://feeds.news.com.au/public/rss/2.0/business_property_303.xml",
"http://www.ft.com/rss/yourmoney/advice/doghouse",
"http://www.wickedlocal.com/danvers/fun/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032401272.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892758.xml",
"http://www.sfgate.com/rss/feeds/phartlaub.xml",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss05&mime=xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Columns",
"http://www.msnbc.msn.com/id/7184224/device/rss/rss.xml",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS0601&mime=xml",
"http://www.theglobeandmail.com/generated/rss/Comments/National.xml",
"http://www.sfgate.com/rss/feeds/food.xml",
"http://www.slate.com/rss/feed.aspx?id=3606",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Weather",
"http://www.miamiherald.com/676/index.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports10",
"http://www.nytimes.com/services/xml/rss/nyt/Science.xml",
"http://feeds.feedburner.com/Editorial-TheWashingtonTimesAmericasNewspaper",
"http://www.chron.com/rss/insidekaty/index.rdf",
"http://uk.news.yahoo.com/rss/fc/girls-aloud.xml",
"http://rss.prnewswire.com/subject/rcn/",
"http://www.sunherald.com/entertainment/music/index.rss",
"http://www.rockymountainnews.com/feeds/headlines/sports/college/",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewstastetexascollection.xml",
"http://www.localsource.com/?rss=bloomfield/obituaries/",
"http://feeds.news.com.au/public/rss/2.0/news_africa_283.xml",
"http://www.ft.com/rss/companies/americas",
"http://www.wickedlocal.com/wayland/news/opinions/rss",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Human%20Rights%20and%20Law",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Featured%20Wine",
"http://www.washingtonpost.com/wp-dyn/rss/print/outlook/index.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892756.xml",
"http://www.theglobeandmail.com/generated/rss/BN/HYEurope.xml",
"http://www.msnbc.msn.com/id/16580623/device/rss/rss.xml",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS06&mime=xml",
"http://www.slate.com/rss/feed.aspx?id=2152320",
"http://www.sfgate.com/rss/feeds/kbaker.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=life9",
"http://www.miamiherald.com/582/index.xml",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss36&mime=xml",
"http://www.nytimes.com/services/xml/rss/nyt/DiningandWine.xml",
"http://feeds.feedburner.com/pghlive_lt",
"http://uk.news.yahoo.com/rss/energy.xml",
"http://rss.prnewswire.com/subject/ern/",
"http://www.rockymountainnews.com/feeds/headlines/business/more-business/",
"http://www.sunherald.com/living/community/index.rss",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolnwade.xml",
"http://www.chron.com/rss/nb/pearland/news/index.rss",
"http://www.localsource.com/?rss=union/local_news/",
"http://feeds.news.com.au/public/rss/2.0/trav_ukireland_290.xml",
"http://www.wickedlocal.com/hingham/homepage/rss",
"http://www.ft.com/rss/markets/us",
"http://www.southcoasttoday.com/apps/pbcs.dll/section?Category=rss10&mime=xml",
"http://www.washingtonpost.com/wp-dyn/rss/politics/congress/index.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Golden%20Chefs",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1894318.xml",
"http://www.msnbc.msn.com/id/3036018/device/rss/rss.xml",
"http://www.theglobeandmail.com/generated/rss/BN/HYPrairies.xml",
"http://www.voanews.com/english/customCF/RecentStoriesRSS.cfm?keyword=Environment",
"http://www.sfgate.com/rss/feeds/cnevius.xml",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS0907&mime=xml",
"http://www.slate.com/rss/feed.aspx?id=2083698",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports40",
"http://www.miamiherald.com/501/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/NYRegion.xml",
"http://feeds.feedburner.com/pressofatlanticcity/Restaurants",
"http://www.chron.com/rss/nb/spring/news/index.rss",
"http://rss.prnewswire.com/industry/uti/",
"http://uk.news.yahoo.com/rss/fc/religion.xml",
"http://www.rockymountainnews.com/feeds/headlines/sports/preps/spring/boys-lacrosse/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsbuscas.xml",
"http://www.sunherald.com/living/health/index.rss",
"http://www.localsource.com/?rss=elizabeth/obituaries/",
"http://feeds.news.com.au/public/rss/2.0/bcm_queensland_news_70.xml",
"http://www.wickedlocal.com/plymouth/news/rss",
"http://www.ft.com/rss/technology",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/04/20/LI2005042001235.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Drive",
"http://rss.mnginteractive.com/live/yorkdispatch/YorkDispatch_1888160.xml",
"http://www.msnbc.msn.com/id/3032229/device/rss/rss.xml",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS0103&mime=xml",
"http://www.slate.com/rss/feed.aspx?id=2120447",
"http://www.sfgate.com/rss/feeds/opinion.xml",
"http://www.theglobeandmail.com/generated/rss/BN/HYOntario.xml",
"http://www.miamiherald.com/222/index.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=life7",
"http://www.nytimes.com/services/xml/rss/nyt/Nutrition.xml",
"http://www.chron.com/rss/business/silverman/index.rss",
"http://rss.prnewswire.com/geography/HI/",
"http://uk.news.yahoo.com/rss/internet.xml",
"http://www.rockymountainnews.com/feeds/headlines/outdoors/mountain-activities/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsmwixon.xml",
"http://www.localsource.com/?rss=maplewood/obituaries/",
"http://www.sunherald.com/news/columnists/kate_magandy/index.rss",
"http://feeds.news.com.au/public/rss/2.0/merc_entertainment_218.xml",
"http://feeds.feedburner.com/pghliveevents",
"http://www.wickedlocal.com/holbrook/homepage/rss",
"http://www.ft.com/rss/world/asiapacific/india/politics",
"http://www.washingtonpost.com/wp-dyn/rss/metro/md/index.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=National%20Sports",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892072.xml",
"http://www.theglobeandmail.com/generated/rss/Comments/Entertainment.xml",
"http://www.msnbc.msn.com/id/3208047/device/rss/rss.xml",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS02&mime=xml",
"http://www.slate.com/rss/feed.aspx?id=2126999",
"http://www.sfgate.com/rss/feeds/jking.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports32",
"http://www.miamiherald.com/236/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Baseball.xml",
"http://feeds.feedburner.com/thr/international",
"http://uk.news.yahoo.com/rss/fc/john-prescott.xml",
"http://www.chron.com/rss/life/religion/wisdom/index.rss",
"http://rss.prnewswire.com/industry/mtc/",
"http://www.rockymountainnews.com/feeds/headlines/sports/preps/spring/baseball/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsutexas.xml",
"http://www.localsource.com/?rss=glen_ridge/obituaries/",
"http://feeds.news.com.au/public/rss/2.0/news_federal_260.xml",
"http://www.wickedlocal.com/billerica/fun/rss",
"http://www.ft.com/rss/companies/asiapacific",
"http://www.washingtonpost.com/wp-dyn/rss/nation/nationalsecurity/index.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Weekend",
"http://rss.mnginteractive.com/live/yorkdispatch/YorkDispatch_1914540.xml",
"http://www.theglobeandmail.com/generated/rss/BN/Troubleshooter.xml",
"http://www.msnbc.msn.com/id/3033054/device/rss/rss.xml",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS07&mime=xml",
"http://www.sfgate.com/rss/feeds/asianpop.xml",
"http://www.slate.com/rss/feed.aspx?id=1098",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=news6",
"http://www.miamiherald.com/378/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Europe.xml",
"http://feeds.feedburner.com/nynewsday/news/nationworld/nation",
"http://www.chron.com/rss/nb/conroe/news/index.rss",
"http://www.rockymountainnews.com/feeds/headlines/sports/preps/fall/boys-tennis/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsmheika.xml",
"http://www.localsource.com/?rss=irvington/obituaries/",
"http://uk.news.yahoo.com/rss/entertainment.xml",
"http://feeds.news.com.au/public/rss/2.0/trav_australia_26.xml",
"http://www.wickedlocal.com/watertown/homepage/rss",
"http://www.ft.com/rss/yourmoney",
"http://www.washingtonpost.com/wp-dyn/rss/business/special/1/index.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Letters",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1894322.xml",
"http://www.msnbc.msn.com/id/4602460/device/rss/rss.xml",
"http://www.theglobeandmail.com/generated/rss/BN/robNews.xml",
"http://www.sfgate.com/rss/feeds/sostler.xml",
"http://www.slate.com/rss/feed.aspx?id=117404",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=news8",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS1002&mime=xml",
"http://www.miamiherald.com/213/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/MovieNews.xml",
"http://feeds.feedburner.com/pressofatlanticcity/Family",
"http://rss.prnewswire.com/geography/PA/",
"http://uk.news.yahoo.com/rss/politics.xml",
"http://rss.prnewswire.com/industry/mlm/",
"http://www.chron.com/rss/soccer/index.rdf",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewsfdluxefashion.xml",
"http://www.rockymountainnews.com/feeds/headlines/sports/preps/winter/girls-swimming/",
"http://www.localsource.com/?rss=kenilworth/obituaries/",
"http://feeds.news.com.au/public/rss/2.0/news_the_world_47.xml",
"http://www.wickedlocal.com/walpole/news/opinions/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400129.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Homes",
"http://rss.mnginteractive.com/live/yorkdispatch/YorkDispatch_26.xml",
"http://www.msnbc.msn.com/id/3032122/device/rss/rss.xml",
"http://www.theglobeandmail.com/generated/rss/BN/specialROBmagazine.xml",
"http://www.sfgate.com/rss/feeds/swhiting.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports39",
"http://www.lohud.com/apps/pbcs.dll/section?category=RSS03&mime=xml",
"http://www.slate.com/rss/feed.aspx?id=2073766",
"http://www.miamiherald.com/495/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Golf.xml",
"http://feeds.feedburner.com/Sixers",
"http://uk.news.yahoo.com/rss/northamerica.xml",
"http://rss.prnewswire.com/subject/rel/",
"http://www.rockymountainnews.com/feeds/staff/stories/ed-dentry/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsautoreviews.xml",
"http://www.localsource.com/?rss=west_orange/sports/high_school/",
"http://www.chron.com/rss/big12/index.rdf",
"http://feeds.news.com.au/public/rss/2.0/ndp_forbes_travel_324.xml",
"http://www.wickedlocal.com/lexington/fun/rss",
"http://www.washingtonpost.com/wp-dyn/rss/nation/science/index.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Featured%20Recipe",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892010.xml",
"http://www.theglobeandmail.com/generated/rss/BN/robExecutive.xml",
"http://www.msnbc.msn.com/id/16438332/device/rss/rss.xml",
"http://www.sfgate.com/rss/feeds/cbigelow.xml",
"http://www.slate.com/rss/feed.aspx?id=2069187",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports23",
"http://www.miamiherald.com/624/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Automobiles.xml",
"http://uk.news.yahoo.com/rss/fc/motoring-transport.xml",
"http://feeds.feedburner.com/pressofatlanticcity/Sports/NFL",
"http://www.localsource.com/?rss=maplewood/sports/high_school/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsrsasser.xml",
"http://rss.prnewswire.com/industry/entertainment/",
"http://www.rockymountainnews.com/feeds/staff/stories/rob-reuteman/",
"http://feeds.news.com.au/public/rss/2.0/trav_aus_vic_350.xml",
"http://www.chron.com/rss/nb/woodlands/sports/index.rss",
"http://www.wickedlocal.com/georgetown/homepage/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400611.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892044.xml",
"http://www.msnbc.msn.com/id/3058960/?displaymode=1026&eventType=100&rss.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Local%20News",
"http://www.theglobeandmail.com/generated/rss/BN/TechReviews.xml",
"http://www.sfgate.com/rss/feeds/news.xml",
"http://www.slate.com/rss/feed.aspx?id=1696",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports7",
"http://www.miamiherald.com/675/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Hockey.xml",
"http://uk.news.yahoo.com/rss/fc/lily-allen.xml",
"http://feeds.feedburner.com/TempleDailyTelegramNewsFeed",
"http://rss.prnewswire.com/subject/lic/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsrecruiting.xml",
"http://www.rockymountainnews.com/feeds/headlines/sports/golf/",
"http://www.localsource.com/?rss=clark/sports/high_school/",
"http://feeds.news.com.au/public/rss/2.0/news_northern_territory_40.xml",
"http://www.chron.com/rss/bartab/index.xml",
"http://www.wickedlocal.com/abington/fun/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400534.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892092.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Obituaries",
"http://www.msnbc.msn.com/id/3039068/device/rss/rss.xml",
"http://www.sfgate.com/rss/feeds/dlazarus.xml",
"http://www.slate.com/rss/feed.aspx?id=3161",
"http://www.miamiherald.com/294/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/CollegeBasketball.xml",
"http://feeds.feedburner.com/dailymail/mancity",
"http://www.theglobeandmail.com/generated/rss/BN/HYOtherSports.xml",
"http://rss.prnewswire.com/industry/cpr/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsrdurrett.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=money1",
"http://www.rockymountainnews.com/feeds/headlines/sports/preps/fall/boys-golf/",
"http://www.localsource.com/?rss=east_orange/sports/high_school/",
"http://feeds.news.com.au/public/rss/2.0/trav_top_stories_288.xml",
"http://www.chron.com/rss/ae/index.rss",
"http://uk.news.yahoo.com/rss/football.xml",
"http://www.wickedlocal.com/weymouth/news/rss",
"http://www.washingtonpost.com/wp-dyn/rss/metro/lottery/index.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892768.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Neighbors%20Recipes",
"http://www.msnbc.msn.com/id/3032618/device/rss/rss.xml",
"http://www.theglobeandmail.com/generated/rss/BN/SpecialEvents2.xml",
"http://www.slate.com/rss/feed.aspx?id=82372",
"http://www.sfgate.com/rss/feeds/jfletcher.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports20",
"http://www.miamiherald.com/275/index.xml",
"http://feeds.feedburner.com/nynewsday/entertainment/dining",
"http://www.nytimes.com/services/xml/rss/nyt/Television.xml",
"http://rss.prnewswire.com/industry/aro/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewseditorials.xml",
"http://www.localsource.com/?rss=union/sports/high_school/",
"http://www.rockymountainnews.com/feeds/staff/stories/tina-griego/",
"http://uk.news.yahoo.com/rss/showbiz.xml",
"http://feeds.news.com.au/public/rss/2.0/trav_bookingsandoffers_361.xml",
"http://www.chron.com/rss/handstamp/index.xml",
"http://www.wickedlocal.com/abington/homepage/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400122.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1894320.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Police%20Blotter",
"http://www.msnbc.msn.com/id/3032506/device/rss/rss.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=life5",
"http://www.sfgate.com/rss/feeds/morford.xml",
"http://www.slate.com/rss/feed.aspx?id=2070218",
"http://www.miamiherald.com/118/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Space.xml",
"http://feeds.feedburner.com/starsandstripes/ukweekly",
"http://rss.prnewswire.com/industry/ecp/",
"http://uk.news.yahoo.com/rss/fc/broadband-adsl.xml",
"http://www.theglobeandmail.com/generated/rss/BN/lifeStyle.xml",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewscolexetiquette.xml",
"http://www.localsource.com/?rss=bloomfield/local_news/",
"http://www.rockymountainnews.com/feeds/headlines/business/tech-telecom/",
"http://feeds.news.com.au/public/rss/2.0/trav_hldays_adventure_335.xml",
"http://www.chron.com/rss/sciguy/index.xml",
"http://www.wickedlocal.com/walpole/news/lifestyle/rss",
"http://www.washingtonpost.com/wp-dyn/rss/sports/index/mlb/index.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1894316.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Health",
"http://www.msnbc.msn.com/id/16927338/device/rss/rss.xml",
"http://www.theglobeandmail.com/generated/rss/BN/robMarketing.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=life4",
"http://www.sfgate.com/rss/feeds/gonick.xml",
"http://www.miamiherald.com/603/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Travel.xml",
"http://feeds.feedburner.com/Wifr-Entertainment-Headlines",
"http://www.slate.com/rss/feed.aspx?id=2111777",
"http://rss.prnewswire.com/industry/mag/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewshighschoolsoccer.xml",
"http://www.rockymountainnews.com/feeds/headlines/sports/preps/spring/boys-swimming/",
"http://uk.news.yahoo.com/rss/health.xml",
"http://feeds.news.com.au/public/rss/2.0/aus_editors_choice_55.xml",
"http://www.localsource.com/?rss=springfield/local_news/",
"http://www.wickedlocal.com/braintree/fun/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400102.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892764.xml",
"http://www.appeal-democrat.com/common/rss/rss.php?cat=Featured%20Columnists",
"http://www.msnbc.msn.com/id/5908924/device/rss/rss.xml",
"http://www.theglobeandmail.com/generated/rss/BN/HYHockey.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports21",
"http://www.sfgate.com/rss/feeds/swinn.xml",
"http://www.slate.com/rss/feed.aspx?id=2100253",
"http://www.miamiherald.com/117/index.xml",
"http://feeds.feedburner.com/TheNationEdPicks",
"http://www.nytimes.com/services/xml/rss/nyt/Americas.xml",
"http://uk.news.yahoo.com/rss/politics-world.xml",
"http://rss.prnewswire.com/industry/hea/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsunt.xml",
"http://www.localsource.com/?rss=hillside/local_news/",
"http://www.rockymountainnews.com/feeds/staff/stories/tracy-ringolsby/",
"http://feeds.news.com.au/public/rss/2.0/trav_bookingsandoffers_hotels_363.xml",
"http://www.wickedlocal.com/littleton/homepage/rss",
"http://www.washingtonpost.com/wp-dyn/rss/business/localbusiness/index.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1894336.xml",
"http://www.msnbc.msn.com/id/9521377/device/rss/rss.xml",
"http://www.theglobeandmail.com/generated/rss/BN/AtPlay.xml",
"http://www.sfgate.com/rss/feeds/rratto.xml",
"http://www.miamiherald.com/103/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/RealEstate.xml",
"http://uk.news.yahoo.com/rss/oceania.xml",
"http://rss.prnewswire.com/geography/WY/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscoltgilman.xml",
"http://www.localsource.com/?rss=roselle/local_news/",
"http://feeds.feedburner.com/nynewsday/business",
"http://www.rockymountainnews.com/feeds/headlines/living/home-garden/",
"http://feeds.news.com.au/public/rss/2.0/trav_nz_and_oceania_29.xml",
"http://www.wickedlocal.com/georgetown/fun/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032402294.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892762.xml",
"http://www.msnbc.msn.com/id/16927330/device/rss/rss.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=tech3",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=news20",
"http://www.theglobeandmail.com/generated/rss/BN/HYBasketball.xml",
"http://www.miamiherald.com/494/index.xml",
"http://www.sfgate.com/rss/feeds/gay.xml",
"http://feeds.feedburner.com/tribunereviewsports",
"http://uk.news.yahoo.com/rss/fc/capsized-tugboat.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Business.xml",
"http://rss.prnewswire.com/industry/financial/",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewsfdluxeoutandabout.xml",
"http://feeds.news.com.au/public/rss/2.0/ent_games_295.xml",
"http://www.localsource.com/?rss=rahway/obituaries/",
"http://www.rockymountainnews.com/feeds/staff/stories/bill-johnson/",
"http://www.wickedlocal.com/malden/fun/rss",
"http://www.washingtonpost.com/wp-dyn/rss/metro/dc/index.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1894308.xml",
"http://www.msnbc.msn.com/id/3032479/device/rss/rss.xml",
"http://www.theglobeandmail.com/generated/rss/Comments/Technology.xml",
"http://www.sfgate.com/rss/feeds/mlasalle.xml",
"http://www.miamiherald.com/446/index.xml",
"http://feeds.feedburner.com/pressofatlanticcity/Sports/NHL",
"http://uk.news.yahoo.com/rss/fc/christina-aguilera.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Escapes.xml",
"http://rss.prnewswire.com/industry/chm/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsdesperationdinners.xml",
"http://www.localsource.com/?rss=roselle_park/sports/high_school/",
"http://feeds.news.com.au/public/rss/2.0/news_the_nation_45.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports17",
"http://www.wickedlocal.com/amesbury/homepage/rss",
"http://www.washingtonpost.com/wp-dyn/rss/politics/fedpage/index.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892040.xml",
"http://www.msnbc.msn.com/id/16438315/device/rss/rss.xml",
"http://www.theglobeandmail.com/generated/rss/BN/robAgenda.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports34",
"http://www.miamiherald.com/127/index.xml",
"http://feeds.feedburner.com/WestCentralTribune",
"http://www.nytimes.com/services/xml/rss/nyt/ArtandDesign.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsbdavis.xml",
"http://uk.news.yahoo.com/rss/politics-us.xml",
"http://feeds.news.com.au/public/rss/2.0/ent_top-stories_294.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/28/LI2005032800718.xml",
"http://www.wickedlocal.com/belmont/fun/rss",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892076.xml",
"http://rss.prnewswire.com/geography/OH/",
"http://www.msnbc.msn.com/id/16438339/device/rss/rss.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=tech7",
"http://www.theglobeandmail.com/generated/rss/BN/HYBritishColumbia.xml",
"http://www.miamiherald.com/625/index.xml",
"http://feeds.feedburner.com/bostonherald",
"http://uk.news.yahoo.com/rss/fc/india.xml",
"http://rss.prnewswire.com/industry/fas/",
"http://www.nytimes.com/services/xml/rss/nyt/Movies.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolewu.xml",
"http://www.localsource.com/?rss=roselle/obituaries/",
"http://feeds.news.com.au/public/rss/2.0/aus_business_53.xml",
"http://www.washingtonpost.com/wp-dyn/rss/realestate/index.xml",
"http://www.wickedlocal.com/westford/news/business/rss",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892006.xml",
"http://www.msnbc.msn.com/id/17153393/device/rss/rss.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports30",
"http://www.localsource.com/?rss=latest_news",
"http://www.miamiherald.com/237/index.xml",
"http://www.nytimes.com/services/xml/rss/nyt/Africa.xml",
"http://rss.prnewswire.com/industry/otc/",
"http://uk.news.yahoo.com/rss/economy.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsplano.xml",
"http://www.localsource.com/?rss=irvington/sports/high_school/",
"http://feeds.news.com.au/public/rss/2.0/aus_property_59.xml",
"http://feeds.feedburner.com/laist",
"http://www.wickedlocal.com/canton/homepage/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400139.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892088.xml",
"http://www.msnbc.msn.com/id/3033632/device/rss/rss.xml",
"http://www.miamiherald.com/513/index.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports26",
"http://feeds.feedburner.com/nynewsday/features/home/GaryDymski",
"http://uk.news.yahoo.com/rss/fc/local-elections.xml",
"http://www.nytimes.com/services/xml/rss/nyt/HomeandGarden.xml",
"http://rss.prnewswire.com/geography/ND/",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewscolhgarrett.xml",
"http://www.localsource.com/?rss=mountainside/obituaries/",
"http://feeds.news.com.au/public/rss/2.0/trav_hldays_romantics_334.xml",
"http://www.wickedlocal.com/plymouth/news/lifestyle/health/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032402899.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1894328.xml",
"http://www.msnbc.msn.com/id/3627248/device/rss/rss.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports44",
"http://www.miamiherald.com/519/index.xml",
"http://uk.news.yahoo.com/rss/space.xml",
"http://rss.prnewswire.com/subject/rtg/",
"http://www.nytimes.com/services/xml/rss/nyt/CollegeFootball.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewstexastech.xml",
"http://www.localsource.com/?rss=newark/obituaries/",
"http://feeds.news.com.au/public/rss/2.0/trav_hldays_Cruising_331.xml",
"http://feeds.feedburner.com/bostonherald/business/",
"http://www.wickedlocal.com/wayland/homepage/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400073.xml",
"http://rss.mnginteractive.com/live/flipsidepa/flpa_35.xml",
"http://www.msnbc.msn.com/id/15290309/device/rss/rss.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=life1",
"http://www.miamiherald.com/498/index.xml",
"http://uk.news.yahoo.com/rss/fc/avril-lavigne.xml",
"http://feeds.feedburner.com/tbo/southtampa",
"http://rss.prnewswire.com/subject/wom/",
"http://www.nytimes.com/services/xml/rss/nyt/WorldBusiness.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewspets.xml",
"http://www.localsource.com/?rss=mountainside/local_news/",
"http://feeds.news.com.au/public/rss/2.0/trav_around_aus_355.xml",
"http://www.wickedlocal.com/arlington/homepage/rss",
"http://www.washingtonpost.com/wp-dyn/rss/sports/index/wnba/index.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892052.xml",
"http://www.msnbc.msn.com/id/3032257/device/rss/rss.xml",
"http://www.miamiherald.com/218/index.xml",
"http://feeds.feedburner.com/tbo/pasco",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=life13",
"http://uk.news.yahoo.com/rss/fc/virginia-tech-shootings.xml",
"http://rss.prnewswire.com/geography/NH/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsburns.xml",
"http://www.localsource.com/?rss=south_orange/local_news/",
"http://feeds.news.com.au/public/rss/2.0/bcm_features_68.xml",
"http://www.wickedlocal.com/bedford/homepage/rss",
"http://www.washingtonpost.com/wp-dyn/rss/sports/highschools/index.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892754.xml",
"http://www.msnbc.msn.com/id/3032386/device/rss/rss.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=tech4",
"http://www.miamiherald.com/272/index.xml",
"http://feeds.feedburner.com/starsandstripes/militarylife",
"http://uk.news.yahoo.com/rss/fc/prince-harry.xml",
"http://rss.prnewswire.com/geography/CA/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsrgosselin.xml",
"http://www.localsource.com/?rss=clark/local_news/",
"http://feeds.news.com.au/public/rss/2.0/bcm_news_69.xml",
"http://www.wickedlocal.com/cambridge/fun/rss",
"http://www.washingtonpost.com/wp-dyn/rss/metro/index.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1894324.xml",
"http://www.msnbc.msn.com/id/3032091/device/rss/rss.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=news13v",
"http://www.miamiherald.com/589/index.xml",
"http://feeds.feedburner.com/jnow-business",
"http://uk.news.yahoo.com/rss/fc/spice-girls.xml",
"http://rss.prnewswire.com/geography/NJ/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewstarrant.xml",
"http://www.localsource.com/?rss=summit/obituaries/",
"http://feeds.news.com.au/public/rss/2.0/news_europe_281.xml",
"http://www.wickedlocal.com/plymouth/news/lifestyle/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/25/LI2005032500644.xml",
"http://www.msnbc.msn.com/id/3034575/device/rss/rss.xml",
"http://www.miamiherald.com/358/index.xml",
"http://feeds.feedburner.com/WayneFish",
"http://rss.prnewswire.com/geography/USA/",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewstastedinners.xml",
"http://www.localsource.com/?rss=cranford/local_news/",
"http://feeds.news.com.au/public/rss/2.0/ent_showbuzz_310.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports28",
"http://www.wickedlocal.com/walpole/sports/rss",
"http://uk.news.yahoo.com/rss/tv-soap.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/25/LI2005032500698.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892086.xml",
"http://www.msnbc.msn.com/id/3088327/device/rss/rss.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=life6",
"http://www.miamiherald.com/619/index.xml",
"http://uk.news.yahoo.com/rss/fc/british-gas.xml",
"http://feeds.feedburner.com/TempleDailyTelegramSportsFeed",
"http://rss.prnewswire.com/subject/ino/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewssmu.xml",
"http://www.localsource.com/?rss=elizabeth/local_news/",
"http://feeds.news.com.au/public/rss/2.0/aus_media_57.xml",
"http://www.wickedlocal.com/weymouth/news/business/rss",
"http://www.washingtonpost.com/wp-dyn/rss/sports/index.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1894326.xml",
"http://www.msnbc.msn.com/id/8874569/device/rss/rss.xml",
"http://www.miamiherald.com/360/index.xml",
"http://feeds.feedburner.com/pressofatlanticcity/Sports/Other",
"http://uk.news.yahoo.com/rss/latin-america.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=life8",
"http://rss.prnewswire.com/industry/rst/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolwmckenzie.xml",
"http://www.localsource.com/?rss=summit/local_news/",
"http://feeds.news.com.au/public/rss/2.0/ent_movies_36.xml",
"http://www.wickedlocal.com/allston/fun/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400436.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1894312.xml",
"http://www.msnbc.msn.com/id/3033805/device/rss/rss.xml",
"http://www.miamiherald.com/367/index.xml",
"http://feeds.feedburner.com/wrc/entertainment",
"http://uk.news.yahoo.com/rss/fc/lindsay-ann-hawker.xml",
"http://rss.prnewswire.com/subject/con/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolsgrigsby.xml",
"http://www.localsource.com/?rss=bloomfield/sports/high_school/",
"http://feeds.news.com.au/public/rss/2.0/aus_science_60.xml",
"http://www.wickedlocal.com/ipswich/fun/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400143.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=life11",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892046.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports37",
"http://www.miamiherald.com/471/index.xml",
"http://feeds.feedburner.com/pressofatlanticcity/Sports/76ers",
"http://uk.news.yahoo.com/rss/fc/al-qaeda.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsfortworth.xml",
"http://www.localsource.com/?rss=belleville/sports/high_school/",
"http://rss.prnewswire.com/geography/TX/",
"http://feeds.news.com.au/public/rss/2.0/merc_world_222.xml",
"http://www.wickedlocal.com/lincoln/homepage/rss",
"http://www.washingtonpost.com/wp-dyn/rss/world/southamerica/index.xml",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1892042.xml",
"http://www.miamiherald.com/489/index.xml",
"http://uk.news.yahoo.com/rss/fc/animal-rights.xml",
"http://rss.prnewswire.com/subject/vnr/",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewscolchax.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=news4",
"http://www.localsource.com/?rss=linden/sports/high_school/",
"http://feeds.news.com.au/public/rss/2.0/business_personalfinance_301.xml",
"http://www.wickedlocal.com/chelmsford/homepage/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/25/LI2005032500903.xml",
"http://feeds.feedburner.com/kakm-weather?format=xml",
"http://www.miamiherald.com/488/index.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=travel14",
"http://uk.news.yahoo.com/rss/fc/g8.xml",
"http://feeds.feedburner.com/nynewsday/news/columnists/EllisHenican",
"http://rss.prnewswire.com/subject/div/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsviewpoints.xml",
"http://www.localsource.com/?rss=east_orange/local_news/",
"http://feeds.news.com.au/public/rss/2.0/aus_higher_education_56.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/05/30/LI2005053000331.xml",
"http://www.wickedlocal.com/watertown/news/opinions/rss",
"http://www.miamiherald.com/573/index.xml",
"http://feeds.feedburner.com/TheGlobeAndMail-specialTravel",
"http://uk.news.yahoo.com/rss/fc/labour-party.xml",
"http://rss.prnewswire.com/industry/ecm/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsarlington.xml",
"http://www.localsource.com/?rss=cranford/obituaries/",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports3",
"http://feeds.news.com.au/public/rss/2.0/news_nthamerica_280.xml",
"http://www.wickedlocal.com/danvers/homepage/rss",
"http://www.washingtonpost.com/wp-dyn/rss/world/centralamerica/index.xml",
"http://www.miamiherald.com/420/index.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=tech14",
"http://uk.news.yahoo.com/rss/fc/amy-winehouse.xml",
"http://rss.prnewswire.com/industry/rlt/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscitizenwatchdog.xml",
"http://feeds.feedburner.com/nynewsday/sports/columnists/MarkHermann",
"http://www.localsource.com/?rss=orange/obituaries/",
"http://www.wickedlocal.com/cohasset/homepage/rss",
"http://www.washingtonpost.com/wp-dyn/rss/sports/colleges/index.xml",
"http://www.miamiherald.com/627/index.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports45",
"http://uk.news.yahoo.com/rss/fc/nhs.xml",
"http://rss.prnewswire.com/industry/spm/",
"http://www.localsource.com/?rss=newark/sports/high_school/",
"http://feeds.feedburner.com/sfist",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsworldmex.xml",
"http://www.wickedlocal.com/braintree/homepage/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/25/LI2005032502360.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports13",
"http://www.miamiherald.com/297/index.xml",
"http://uk.news.yahoo.com/rss/fc/jose-mourinho.xml",
"http://feeds.feedburner.com/FOREIGN-TheWashingtonTimesAmericasNewspaper",
"http://rss.prnewswire.com/industry/hrd/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsdallas.xml",
"http://www.localsource.com/?rss=west_orange/obituaries/",
"http://rss.mnginteractive.com/live/YorkDailyRecord/YorkDailyRecord_1894310.xml",
"http://www.wickedlocal.com/brewster/homepage/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400548.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=tech6",
"http://www.miamiherald.com/452/index.xml",
"http://feeds.feedburner.com/RiverFallsJournal",
"http://uk.news.yahoo.com/rss/fc/lindsay-lohan.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsbnichols.xml",
"http://www.localsource.com/?rss=belleville/obituaries/",
"http://www.wickedlocal.com/cohasset/fun/rss",
"http://www.washingtonpost.com/wp-dyn/rss/business/industries/index.xml",
"http://rss.prnewswire.com/industry/ite/",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports29",
"http://www.miamiherald.com/220/index.xml",
"http://uk.news.yahoo.com/rss/cricket.xml",
"http://feeds.feedburner.com/Op/edHeadlines",
"http://rss.prnewswire.com/geography/NY/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolvegas.xml",
"http://www.localsource.com/?rss=linden/obituaries/",
"http://www.wickedlocal.com/concord/homepage/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032401551.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=travel18",
"http://www.miamiherald.com/613/index.xml",
"http://uk.news.yahoo.com/rss/fc/climate-change.xml",
"http://feeds.feedburner.com/bostonherald/news/",
"http://rss.prnewswire.com/geography/SD/",
"http://www.localsource.com/?rss=hillside/sports/high_school/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsMotorsports.xml",
"http://www.wickedlocal.com/hanover/homepage/rss",
"http://www.washingtonpost.com/wp-dyn/rss/sports/wizards/index.xml",
"http://www.miamiherald.com/578/index.xml",
"http://feeds.feedburner.com/nynewsday/sports/basketball/knicks",
"http://rss.prnewswire.com/subject/pol/",
"http://uk.news.yahoo.com/rss/music.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsjlkennedy.xml",
"http://www.localsource.com/?rss=union/obituaries/",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=news24",
"http://www.wickedlocal.com/hanover/fun/rss",
"http://www.washingtonpost.com/wp-dyn/rss/sports/nationals/index.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=life10",
"http://www.miamiherald.com/114/index.xml",
"http://feeds.feedburner.com/wrc/politics",
"http://rss.prnewswire.com/subject/srp/",
"http://uk.news.yahoo.com/rss/europe.xml",
"http://www.localsource.com/?rss=rahway/sports/high_school/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewshighschoolbasketball.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032401687.xml",
"http://www.wickedlocal.com/malden/homepage/rss",
"http://www.miamiherald.com/493/index.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=life12",
"http://uk.news.yahoo.com/rss/fc/gaza.xml",
"http://rss.prnewswire.com/geography/AZ/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewslocalnewscrimestop.xml",
"http://www.localsource.com/?rss=clark/obituaries/",
"http://feeds.feedburner.com/time/world",
"http://www.wickedlocal.com/allston/homepage/rss",
"http://www.washingtonpost.com/wp-dyn/rss/business/index.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports27",
"http://www.miamiherald.com/473/index.xml",
"http://feeds.feedburner.com/time/columnists",
"http://uk.news.yahoo.com/rss/stockmarket.xml",
"http://rss.prnewswire.com/industry/eda/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscarrollton.xml",
"http://www.localsource.com/?rss=cranford/sports/high_school/",
"http://www.washingtonpost.com/wp-dyn/rss/world/index.xml",
"http://www.wickedlocal.com/chelmsford/fun/rss",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports14",
"http://www.miamiherald.com/617/index.xml",
"http://feeds.feedburner.com/TheGlobeAndMail-Business",
"http://rss.prnewswire.com/geography/WA/",
"http://uk.news.yahoo.com/rss/fc/stephen-hawking.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsgolf.xml",
"http://www.localsource.com/?rss=south_orange/obituaries/",
"http://www.wickedlocal.com/lincoln/fun/rss",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400140.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=money9",
"http://www.miamiherald.com/224/index.xml",
"http://rss.prnewswire.com/geography/LA/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewstexasam.xml",
"http://uk.news.yahoo.com/rss/computer.xml",
"http://www.localsource.com/?rss=springfield/obituaries/",
"http://www.washingtonpost.com/wp-dyn/rss/nation/index.xml",
"http://www.wickedlocal.com/holbrook/fun/rss",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports35",
"http://www.miamiherald.com/280/index.xml",
"http://feeds.feedburner.com/jnow-opinion-editorials",
"http://feeds.feedburner.com/TheMorrisSunTribune",
"http://uk.news.yahoo.com/rss/fc/srilanka.xml",
"http://rss.prnewswire.com/industry/adv/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsopinletters.xml",
"http://www.localsource.com/?rss=kenilworth/sports/high_school/",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/25/LI2005032501976.xml",
"http://www.wickedlocal.com/lexington/homepage/rss",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports22",
"http://feeds.feedburner.com/nwanewsall",
"http://rss.prnewswire.com/subject/for/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsnationworld.xml",
"http://www.localsource.com/?rss=elizabeth/sports/high_school/",
"http://uk.news.yahoo.com/rss/fc/french-elections.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032402520.xml",
"http://www.wickedlocal.com/plymouth/news/opinions/rss",
"http://feeds.feedburner.com/time/mostemailed",
"http://rss.prnewswire.com/subject/egv/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewskhairopoulos.xml",
"http://uk.news.yahoo.com/rss/politics-uk.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=news9",
"http://www.localsource.com/?rss=glen_ridge/sports/high_school/",
"http://www.washingtonpost.com/wp-dyn/rss/metro/religion/index.xml",
"http://www.wickedlocal.com/westford/news/opinions/rss",
"http://feeds.feedburner.com/time/EyeOnScience",
"http://rss.prnewswire.com/industry/sports/",
"http://uk.news.yahoo.com/rss/diet-nutrition.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsreligion.xml",
"http://www.localsource.com/?rss=orange/local_news/",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports18",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/25/LI2005032501829.xml",
"http://www.wickedlocal.com/bedford/fun/rss",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=life2",
"http://feeds.feedburner.com/LouSessinger",
"http://uk.news.yahoo.com/rss/fc/home-office.xml",
"http://rss.prnewswire.com/industry/mng/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsworld.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032401528.xml",
"http://www.wickedlocal.com/cambridge/homepage/rss",
"http://feeds.feedburner.com/TalkleftThePoliticsOfCrime",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=news1",
"http://rss.prnewswire.com/subject/cca/",
"http://uk.news.yahoo.com/rss/fc/guantanamo-bay.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsOutdoors.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032402861.xml",
"http://www.wickedlocal.com/burlington/homepage/rss",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=life3",
"http://feeds.feedburner.com/Nbc5com-Entertainment",
"http://uk.news.yahoo.com/rss/fc/crime-punishment.xml",
"http://rss.prnewswire.com/subject/leg/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsroughriders.xml",
"http://www.washingtonpost.com/wp-dyn/rss/technology/personaltech/index.xml",
"http://www.wickedlocal.com/belmont/homepage/rss",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=tech5",
"http://uk.news.yahoo.com/rss/fc/conservative-party.xml",
"http://rss.prnewswire.com/subject/eco/",
"http://feeds.feedburner.com/dp-entertainment",
"http://www.dallasnews.com/newskiosk/rss/dallasnewseknocke.xml",
"http://www.washingtonpost.com/wp-dyn/rss/sports/capitals/index.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports31",
"http://uk.news.yahoo.com/rss/fc/brazil-air-disaster.xml",
"http://feeds.feedburner.com/News8SciTech",
"http://www.dallasnews.com/newskiosk/rss/fea/dallasnewsfdluxefooddining.xml",
"http://rss.prnewswire.com/industry/technology/",
"http://www.washingtonpost.com/wp-dyn/rss/world/europe/index.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=travel11",
"http://feeds.feedburner.com/TheNationTheOnlineBeat",
"http://uk.news.yahoo.com/rss/fc/harry-potter.xml",
"http://rss.prnewswire.com/subject/csr/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsdesoto.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400113.xml",
"http://feeds.feedburner.com/EditorAndPublisher-Online",
"http://uk.news.yahoo.com/rss/fc/pete-doherty.xml",
"http://rss.prnewswire.com/geography/KY/",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports16",
"http://www.dallasnews.com/newskiosk/rss/dallasnewscolhhacker.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400329.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=news55",
"http://feeds.feedburner.com/Wqad-NationalNews",
"http://uk.news.yahoo.com/rss/illnesses-conditions.xml",
"http://rss.prnewswire.com/geography/IN/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsmckinney.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/25/LI2005032502370.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=life14",
"http://feeds.feedburner.com/RecordSportsHeadlines",
"http://uk.news.yahoo.com/rss/fc/obesity.xml",
"http://rss.prnewswire.com/geography/MN/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewslocalnewscrime.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032402404.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=weather2",
"http://feeds.feedburner.com/pressofatlanticcity/Music",
"http://rss.prnewswire.com/subject/lbr/",
"http://uk.news.yahoo.com/rss/culture.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsdenton.xml",
"http://www.washingtonpost.com/wp-dyn/rss/realestate/own/index.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=news2",
"http://feeds.feedburner.com/fanblogs",
"http://rss.prnewswire.com/subject/ofr/",
"http://uk.news.yahoo.com/rss/gadgets.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsbusscorecard2007.xml",
"http://www.washingtonpost.com/wp-dyn/rss/sports/index/nhl/index.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=tech10",
"http://rss.prnewswire.com/subject/tds/",
"http://uk.news.yahoo.com/rss/environment.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewspark.xml",
"http://feeds.feedburner.com/PamsHouseBlend",
"http://www.washingtonpost.com/wp-dyn/rss/world/mideast/index.xml",
"http://feeds.feedburner.com/time/scienceandhealth",
"http://uk.news.yahoo.com/rss/fc/robbie-williams.xml",
"http://rss.prnewswire.com/industry/lei/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsfrisco.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=travel6",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032402880.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=money6",
"http://feeds.feedburner.com/pressofatlanticcity/Sports/Flyers",
"http://uk.news.yahoo.com/rss/fc/bob-woolmer.xml",
"http://rss.prnewswire.com/industry/ofp/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsosu.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032401502.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=travel13",
"http://feeds.feedburner.com/PennsylvaniaNews",
"http://rss.prnewswire.com/geography/TN/",
"http://uk.news.yahoo.com/rss/fc/hacking-hackers.xml",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsjrossman.xml",
"http://www.washingtonpost.com/wp-dyn/rss/print/asection/index.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=travel3",
"http://uk.news.yahoo.com/rss/nature.xml",
"http://rss.prnewswire.com/industry/oil/",
"http://feeds.feedburner.com/TheNationCapitalGames",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsdmoore.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032402859.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=news5",
"http://uk.news.yahoo.com/rss/yourmoney.xml",
"http://rss.prnewswire.com/industry/mfd/",
"http://www.dallasnews.com/newskiosk/rss/dallasnewsnortheasttarrant.xml",
"http://feeds.feedburner.com/Wusa9com-Health",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400125.xml",
"http://feeds.feedburner.com/thr/business",
"http://uk.news.yahoo.com/rss/fc/big-brother.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports4",
"http://rss.prnewswire.com/industry/cno/",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400132.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=news26",
"http://feeds.feedburner.com/Mediaweek-Interactive-Media",
"http://uk.news.yahoo.com/rss/fc/house-prices.xml",
"http://rss.prnewswire.com/geography/MI/",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400643.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports12",
"http://feeds.feedburner.com/time/timecomix",
"http://rss.prnewswire.com/geography/FL/",
"http://uk.news.yahoo.com/rss/africa.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032401690.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=travel1",
"http://rss.prnewswire.com/geography/VA/",
"http://feeds.feedburner.com/nynewsday/news/local/longisland",
"http://uk.news.yahoo.com/rss/middleeast.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032402809.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=money5",
"http://feeds.feedburner.com/nynewsday/news/columnists/DanJanison",
"http://uk.news.yahoo.com/rss/fc/x-factor.xml",
"http://rss.prnewswire.com/industry/sup/",
"http://www.washingtonpost.com/wp-dyn/rss/politics/elections/index.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=sports41",
"http://feeds.feedburner.com/tbo/sports",
"http://uk.news.yahoo.com/rss/fc/israel.xml",
"http://rss.prnewswire.com/industry/tvn/",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/28/LI2005032800586.xml",
"http://feeds.feedburner.com/pressofatlanticcity/Politics",
"http://rss.prnewswire.com/industry/sem/",
"http://uk.news.yahoo.com/rss/technology.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=money2",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032402888.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=news3",
"http://feeds.feedburner.com/AP-TheWashingtonTimesAmericasNewspaper",
"http://uk.news.yahoo.com/rss/fc/party-loans.xml",
"http://rss.prnewswire.com/subject/jvn/",
"http://www.washingtonpost.com/wp-dyn/rss/world/africa/index.xml",
"http://feeds.feedburner.com/TomMoore",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=travel16",
"http://uk.news.yahoo.com/rss/fc/im-a-celebrity.xml",
"http://rss.prnewswire.com/industry/trn/",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/25/LI2005032500838.xml",
"http://asp.usatoday.com/marketing/rss/rsstrans.aspx?feedId=news23",
"http://feeds.feedburner.com/kenberger",
"http://rss.prnewswire.com/geography/MD/",
"http://uk.news.yahoo.com/rss/sports.xml",
"http://www.washingtonpost.com/wp-dyn/rss/education/index.xml",
"http://feeds.feedburner.com/Nation-TheWashingtonTimesAmericasNewspaper",
"http://rss.prnewswire.com/industry/env/",
"http://uk.news.yahoo.com/rss/oddlyenough.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/04/11/LI2005041100380.xml",
"http://rss.prnewswire.com/industry/air/",
"http://uk.news.yahoo.com/rss/telecommunications.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/28/LI2005032800583.xml",
"http://feeds.feedburner.com/RecordnetNewsHeadlines",
"http://feeds.feedburner.com/TheGlobeAndMail-specialComment",
"http://uk.news.yahoo.com/rss/fc/gordon-brown.xml",
"http://rss.prnewswire.com/subject/npt/",
"http://www.washingtonpost.com/wp-dyn/rss/business/economy/index.xml",
"http://feeds.feedburner.com/jnow-sports",
"http://rss.prnewswire.com/subject/awd/",
"http://uk.news.yahoo.com/rss/business.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/25/LI2005032501825.xml",
"http://feeds.feedburner.com/pressofatlanticcity/Cumberland",
"http://uk.news.yahoo.com/rss/fc/kate-middleton.xml",
"http://rss.prnewswire.com/subject/sls/",
"http://www.washingtonpost.com/wp-dyn/rss/technology/index.xml",
"http://feeds.feedburner.com/nynewsday/sports/hockey/islanders",
"http://uk.news.yahoo.com/rss/fc/jade-goody.xml",
"http://rss.prnewswire.com/industry/fin/",
"http://www.washingtonpost.com/wp-dyn/rss/politics/index.xml",
"http://feeds.feedburner.com/SedonaRedRockNews",
"http://rss.prnewswire.com/subject/blk/",
"http://uk.news.yahoo.com/rss/fc/princess-diana.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400543.xml",
"http://feeds.feedburner.com/TheNationMostEmailedArticles",
"http://uk.news.yahoo.com/rss/fc/david-victoria-beckham.xml",
"http://rss.prnewswire.com/industry/multicultural/",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400135.xml",
"http://feeds.feedburner.com/time/business",
"http://rss.prnewswire.com/subject/tnm/",
"http://uk.news.yahoo.com/rss/fc/playstation3.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/25/LI2005032502593.xml",
"http://feeds.feedburner.com/pressofatlanticcity/HomeGarden",
"http://rss.prnewswire.com/subject/ven/",
"http://uk.news.yahoo.com/rss/science.xml",
"http://www.washingtonpost.com/wp-dyn/rss/rentals/index.xml",
"http://feeds.feedburner.com/time/mostviewed",
"http://rss.prnewswire.com/industry/automotive/",
"http://uk.news.yahoo.com/rss/fc/madeleine-mccann.xml",
"http://www.washingtonpost.com/wp-dyn/rss/sports/dcunited/index.xml",
"http://feeds.feedburner.com/pressofatlanticcity/World",
"http://rss.prnewswire.com/industry/pub/",
"http://uk.news.yahoo.com/rss/fc/northern-ireland.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032401674.xml",
"http://feeds.feedburner.com/tbo/life",
"http://uk.news.yahoo.com/rss/fc/mccartneys.xml",
"http://www.washingtonpost.com/wp-dyn/rss/business/government/index.xml",
"http://rss.prnewswire.com/industry/epm/",
"http://feeds.feedburner.com/nynewsday/entertainment",
"http://uk.news.yahoo.com/rss/fc/alcohol-binge-drinking.xml",
"http://rss.prnewswire.com/geography/ME/",
"http://www.washingtonpost.com/wp-dyn/rss/world/mideast/iraq/index.xml",
"http://feeds.feedburner.com/bostonherald/track/",
"http://uk.news.yahoo.com/rss/fc/budget-economy.xml",
"http://rss.prnewswire.com/geography/OK/",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032402276.xml",
"http://feeds.feedburner.com/pressofatlanticcity/PrintEdition",
"http://uk.news.yahoo.com/rss/fc/european-union.xml",
"http://rss.prnewswire.com/industry/art/",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400103.xml",
"http://feeds.feedburner.com/Entertainment-TheWashingtonTimesAmericasNewspaper",
"http://uk.news.yahoo.com/rss/fc/abortion-contraception.xml",
"http://rss.prnewswire.com/geography/MA/",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/25/LI2005032501837.xml",
"http://feeds.feedburner.com/tbo/money",
"http://uk.news.yahoo.com/rss/fc/mrsa.xml",
"http://rss.prnewswire.com/subject/fnc/",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032401432.xml",
"http://feeds.feedburner.com/houstonist",
"http://uk.news.yahoo.com/rss/fc/heart-disease.xml",
"http://rss.prnewswire.com/subject/trd/",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/25/LI2005032500803.xml",
"http://feeds.feedburner.com/ReubenFrank",
"http://uk.news.yahoo.com/rss/world-afp.xml",
"http://rss.prnewswire.com/subject/pdt/",
"http://www.washingtonpost.com/wp-dyn/rss/world/northamerica/index.xml",
"http://feeds.feedburner.com/Metro-TheWashingtonTimesAmericasNewspaper",
"http://uk.news.yahoo.com/rss/fc/celebrity-big-brother.xml",
"http://rss.prnewswire.com/geography/DE/",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032401639.xml",
"http://feeds.feedburner.com/dailymail/Motorsport",
"http://uk.news.yahoo.com/rss/fc/identity-cards.xml",
"http://rss.prnewswire.com/subject/law/",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400133.xml",
"http://feeds.feedburner.com/Nbc5com-Sports",
"http://uk.news.yahoo.com/rss/fc/pitt-jolie.xml",
"http://rss.prnewswire.com/subject/sts/",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/25/LI2005032500977.xml",
"http://feeds.feedburner.com/time/nation",
"http://uk.news.yahoo.com/rss/crime.xml",
"http://rss.prnewswire.com/industry/rea/",
"http://www.washingtonpost.com/wp-dyn/rss/politics/administration/index.xml",
"http://feeds.feedburner.com/SeeingTheForest",
"http://uk.news.yahoo.com/rss/fc/charlotte-church.xml",
"http://rss.prnewswire.com/industry/alc/",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032401086.xml",
"http://feeds.feedburner.com/morningcall/business/realestate/",
"http://uk.news.yahoo.com/rss/fc/fertility-pregnancy.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/25/LI2005032502493.xml",
"http://feeds.feedburner.com/pressofatlanticcity/Capemay",
"http://uk.news.yahoo.com/rss/fc/scottish-national-party.xml",
"http://www.washingtonpost.com/wp-dyn/rss/business/special/5/index.xml",
"http://feeds.feedburner.com/morningcall/technology/",
"http://uk.news.yahoo.com/rss/fc/chris-ingrid-tarrant.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032401731.xml",
"http://feeds.feedburner.com/nynewsday/entertainment/music/GlennGamboa",
"http://uk.news.yahoo.com/rss/animals-pets.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032402345.xml",
"http://feeds.feedburner.com/pressofatlanticcity/ForTeens",
"http://uk.news.yahoo.com/rss/fc/cancer-leukaemia.xml",
"http://www.washingtonpost.com/wp-dyn/rss/metro/va/index.xml",
"http://feeds.feedburner.com/michellemalkin/posts?format=xml",
"http://uk.news.yahoo.com/rss/fc/bird-flu.xml",
"http://www.washingtonpost.com/wp-dyn/rss/sports/index/mls/index.xml",
"http://uk.news.yahoo.com/rss/fc/human-rights.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/04/24/LI2005042401085.xml",
"http://feeds.feedburner.com/BurlingtonTimesNews",
"http://feeds.feedburner.com/nbc11/nationalnews",
"http://uk.news.yahoo.com/rss/education.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/04/18/LI2005041801007.xml",
"http://feeds.feedburner.com/Commentary-TheWashingtonTimesAmericasNewspaper",
"http://uk.news.yahoo.com/rss/fc/britney-spears.xml",
"http://www.washingtonpost.com/wp-dyn/rss/technology/techpolicy/index.xml",
"http://feeds.feedburner.com/pghlive_vnd",
"http://uk.news.yahoo.com/rss/fc/rwanda.xml",
"http://www.washingtonpost.com/wp-dyn/rss/business/special/3/index.xml",
"http://feeds.feedburner.com/EditorAndPublisher-Syndicates",
"http://uk.news.yahoo.com/rss/fc/anti-terrorism.xml",
"http://www.washingtonpost.com/wp-dyn/rss/sports/orioles/index.xml",
"http://feeds.feedburner.com/news12sports",
"http://uk.news.yahoo.com/rss/fc/education.xml",
"http://www.washingtonpost.com/wp-dyn/rss/technology/washtech/index.xml",
"http://feeds.feedburner.com/Mediaweek-Media-Agencies-And-Research",
"http://uk.news.yahoo.com/rss/fc/drugs.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/11/29/LI2005112900615.xml",
"http://feeds.feedburner.com/Wifr-WorldNews-Headlines",
"http://uk.news.yahoo.com/rss/fc/terror-attacks.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032402771.xml",
"http://feeds.feedburner.com/SCSentinelSports",
"http://uk.news.yahoo.com/rss/fc/immigration-asylum.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400142.xml",
"http://feeds.feedburner.com/sun-sentinel/news/local/broward",
"http://uk.news.yahoo.com/rss/fc/uk-weather.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032401628.xml",
"http://feeds.feedburner.com/TheNationEditorsCut",
"http://uk.news.yahoo.com/rss/fc/helicopter-crash.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/04/18/LI2005041800997.xml",
"http://feeds.feedburner.com/Sports-TheWashingtonTimesAmericasNewspaper",
"http://uk.news.yahoo.com/rss/fc/lucie-blackman.xml",
"http://www.washingtonpost.com/wp-dyn/rss/health/index.xml",
"http://feeds.feedburner.com/StandardnetLocalNewsFeed",
"http://uk.news.yahoo.com/rss/fc/anna-nicole-smith.xml",
"http://feeds.feedburner.com/RandyMiller",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032401598.xml",
"http://uk.news.yahoo.com/rss/fc/alan-johnston.xml",
"http://feeds.feedburner.com/ThePineJournalCloquet",
"http://www.washingtonpost.com/wp-dyn/rss/world/asia/index.xml",
"http://uk.news.yahoo.com/rss/fc/michael-barrymore.xml",
"http://feeds.feedburner.com/StandardnetBusinessNewsFeed",
"http://www.washingtonpost.com/wp-dyn/rss/business/personalfinance/index.xml",
"http://uk.news.yahoo.com/rss/fc/mika.xml",
"http://feeds.feedburner.com/Flyers",
"http://www.washingtonpost.com/wp-dyn/rss/sports/redskins/index.xml",
"http://uk.news.yahoo.com/rss/world.xml",
"http://feeds.feedburner.com/bostonherald/entertainment/",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/25/LI2005032502645.xml",
"http://uk.news.yahoo.com/rss/fc/cloning-stem-cells.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/04/22/LI2005042201099.xml",
"http://feeds.feedburner.com/pressofatlanticcity/Aging",
"http://uk.news.yahoo.com/rss/fc/zimbabwe.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400526.xml",
"http://feeds.feedburner.com/KMEG14Sports",
"http://uk.news.yahoo.com/rss/fc/phil-spector-murder-trial.xml",
"http://www.washingtonpost.com/wp-dyn/rss/sports/index/nba/index.xml",
"http://feeds.feedburner.com/TheDailyTelegram",
"http://uk.news.yahoo.com/rss/fc/liberal-democrats.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032402430.xml",
"http://feeds.feedburner.com/Mediaweek-Tv-Radio-Stations-And-Outdoor",
"http://uk.news.yahoo.com/rss/fc/gun-crime-law.xml",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032401615.xml",
"http://feeds.feedburner.com/dp-sports",
"http://feeds.feedburner.com/TheRepublicanEagle",
"http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400077.xml",
"http://feeds.feedburner.com/starsandstripes/news",
"http://feeds.feedburner.com/dailymail/newcastle",
"http://feeds.feedburner.com/tribunereviewnews",
"http://feeds.feedburner.com/jacketcopy",
"http://feeds.feedburner.com/Business-TheWashingtonTimesAmericasNewspaper",
"http://feeds.feedburner.com/hcn/wotr",
"http://feeds.feedburner.com/NBC6/NationalNews",
"http://feeds.feedburner.com/TheNationTheNotion",
"http://feeds.feedburner.com/morningcall/business/",
"http://feeds.feedburner.com/ThePerhamEnterpriseBulletin",
"http://feeds.feedburner.com/starsandstripes/sports",
"http://feeds.feedburner.com/tbo/arts",
"http://feeds.feedburner.com/Mediaweek-Breaking-News",
"http://feeds.feedburner.com/nynewsday/entertainment/tv",
"http://feeds.feedburner.com/tbo/pinellas",
"http://feeds.feedburner.com/sun-sentinel/news/local",
"http://feeds.feedburner.com/HealthHeadlines",
"http://feeds.feedburner.com/dailymail/birmingham",
"http://feeds.feedburner.com/bostonherald/sports/",
"http://feeds.feedburner.com/HudsonStar-observer",
"http://feeds.feedburner.com/pressofatlanticcity/Commentary",
"http://feeds.feedburner.com/IntelligencerNews",
"http://feeds.feedburner.com/pressofatlanticcity/Nation",
"http://feeds.feedburner.com/TheNationWeblogs",
"http://feeds.feedburner.com/torontoist",
"http://feeds.feedburner.com/nynewsday/sports",
"http://feeds.feedburner.com/WISHTV_News",
"http://feeds.feedburner.com/tribunereviewopinion",
"http://feeds.feedburner.com/redstate",
"http://feeds.feedburner.com/pressofatlanticcity/Sports/MLB",
"http://feeds.feedburner.com/Wusa9comWeatherNews",
"http://feeds.feedburner.com/chicagotribune/voiceofthepeople/",
"http://feeds.feedburner.com/time/topstories",
"http://feeds.feedburner.com/nynewsday/news/columnists/RayKeating",
"http://feeds.feedburner.com/TheKirkReport",
"http://feeds.feedburner.com/TheNationAndAnotherThing",
"http://feeds.feedburner.com/pressofatlanticcity/FoodWine",
"http://feeds.feedburner.com/entertainment/deniseflaim",
"http://feeds.feedburner.com/nynewsday/news/local/newyork",
"http://feeds.feedburner.com/BusinessHeadlines",
"http://feeds.feedburner.com/news12politics",
"http://feeds.feedburner.com/nbc11/health",
"http://feeds.feedburner.com/tbo/politics",
"http://feeds.feedburner.com/pressofatlanticcity/Sports/Local",
"http://feeds.feedburner.com/chicagoist",
"http://feeds.feedburner.com/pressofatlanticcity/TV",
"http://feeds.feedburner.com/Mediaweek-Network-Tv-And-Syndication",
"http://feeds.feedburner.com/nydnrss/news/headlines",
"http://feeds.feedburner.com/Wish-Technology",
"http://feeds.feedburner.com/TheParkRapidsEnterprise",
"http://feeds.feedburner.com/talking-points-memo",
"http://feeds.feedburner.com/pressofatlanticcity/Ocean",
"http://feeds.feedburner.com/TheNationCampaignMatters",
"http://feeds.feedburner.com/Front-TheWashingtonTimesAmericasNewspaper",
"http://feeds.feedburner.com/pressofatlanticcity/Outdoors",
"http://feeds.feedburner.com/time/joeklein",
"http://feeds.feedburner.com/Eagles",
"http://feeds.feedburner.com/Courant/Technology",
"http://feeds.feedburner.com/Nbc5com-Health",
"http://feeds.feedburner.com/SearchEngineJournal",
"http://feeds.feedburner.com/stonehamindependent",
"http://feeds.feedburner.com/chicagotribune/hypertext/",
"http://feeds.feedburner.com/tbo/southshore",
"http://feeds.feedburner.com/time/tunedin",
"http://feeds.feedburner.com/nynewsday/sports/baseball/mets",
"http://feeds.feedburner.com/knbc/sports",
"http://feeds.feedburner.com/pressofatlanticcity/Letters",
"http://feeds.feedburner.com/News8Health",
"http://feeds.feedburner.com/pressofatlanticcity/BusinessCasino",
"http://feeds.feedburner.com/nynewsday/news/health",
"http://feeds.feedburner.com/PoliticalWire",
"http://feeds.feedburner.com/pressofatlanticcity/Sports/Golf",
"http://feeds.feedburner.com/TempleDailyTelegramObituaries",
"http://feeds.feedburner.com/dailymail/chelsea",
"http://feeds.feedburner.com/Phillies",
"http://feeds.feedburner.com/pressofatlanticcity/Atlantic",
"http://feeds.feedburner.com/pressofatlanticcity/HealthFitness",
"http://feeds.feedburner.com/TheNationActnow",
"http://feeds.feedburner.com/WorthingtonDailyGlobe",
"http://feeds.feedburner.com/wholehogsports",
"http://feeds.feedburner.com/IN-FORUM",
"http://feeds.feedburner.com/dailymail/manutd",
"http://feeds.feedburner.com/tbo/scitech",
"http://feeds.feedburner.com/TheHerald-mailOnline",
"http://feeds.feedburner.com/starsandstripes/travel",
"http://feeds.feedburner.com/pressofatlanticcity/TravelLeisure",
"http://feeds.feedburner.com/nynewsday/news/columnists/SusanCheever",
"http://feeds.feedburner.com/CourierTimesSports",
"http://feeds.feedburner.com/StandardnetWorldNewsFeed",
"http://feeds.feedburner.com/Wusa9com-Sports",
"http://feeds.feedburner.com/tbo/nationworld",
"http://feeds.feedburner.com/tbo/westchase",
"http://feeds.feedburner.com/starsandstripes/opinion",
"http://feeds.feedburner.com/nynewsday/travel",
"http://feeds.feedburner.com/BroadcastingCable-BusinessAndDealsNews",
"http://feeds.feedburner.com/dailymail/reading",
"http://feeds.feedburner.com/Wqad-Sports",
"http://feeds.feedburner.com/SCSentinelAllHeadlines",
"http://feeds.feedburner.com/time/politics",
"http://feeds.feedburner.com/TheGlobeAndMail-Technology",
"http://feeds.feedburner.com/pressofatlanticcity/Movies",
"http://feeds.feedburner.com/StationToStation",
"http://feeds.feedburner.com/EducationHeadlines",
"http://feeds.feedburner.com/Mediaweek-Magazines-And-Newspaper",
"http://feeds.feedburner.com/nynewsday/features/home",
"http://feeds.feedburner.com/TheDickinsonPress",
"http://feeds.feedburner.com/RecordnetLatestHeadlines",
"http://feeds.feedburner.com/GetawaysHeadlines",
"http://feeds.feedburner.com/CrimeHeadlines",
"http://feeds.feedburner.com/pressofatlanticcity/Sports/Eagles",
"http://feeds.feedburner.com/pressofatlanticcity/Sports/CollegeBasketball",
"http://feeds.feedburner.com/nynewsday/features/booksmags/Books",
"http://feeds.feedburner.com/pressofatlanticcity/WeirdNews",
"http://feeds.feedburner.com/seattlest",
"http://feeds.feedburner.com/News8Entertainment",
"http://feeds.feedburner.com/Mediaweek-News-All",
"http://feeds.feedburner.com/dailymail/rangers",
"http://feeds.feedburner.com/nynewsday/news/nationworld/world",
"http://feeds.feedburner.com/TaylorMarsh",
"http://feeds.feedburner.com/RealEstateHeadlines",
"http://feeds.feedburner.com/DuluthNewsTribune",
"http://feeds.feedburner.com/phillyist",
"http://feeds.feedburner.com/pressofatlanticcity/Sports/BoatingFishing",
"http://feeds.feedburner.com/nynewsday/sports/baseball/yankees",
"http://feeds.feedburner.com/dailymail/westham",
"http://feeds.feedburner.com/morningcall/sports/",
"http://feeds.feedburner.com/pressofatlanticcity/Columns",
"http://feeds.feedburner.com/WadenaPioneerJournal"]
# In case I ever come up with a list of servers that are treated especially badly, I can remove them from consideration here
servers_to_ignore = [ "www.pioneerlocal.com" ]
# Crawl user credentials
username = "testingest"
password = "testingest"
def preclean( target_server, print_errors=True ):
''' Clean up everything we might have done during the execution of this test.
This will include all jobs and ingested documents. '''
# End all jobs and clean up before undoing redirection
try:
ConnectorHelpers.reset_all()
except Exception, e:
if print_errors:
print "Error resetting all jobs"
print e
# End redirection first, then clean up session. This permits us to clean up the
# session on the correct websimulator machine.
try:
DNSFakeoutHelpers.end_dns_redirection()
except Exception, e:
if print_errors:
print "Error ending dns redirection"
print e
# End the current session - but specifically tell it to end the session on
# the websimulator machine we intend to use.
try:
# End the current session
DNSFakeoutHelpers.end_session_remote(server_name=target_server)
except Exception, e:
if print_errors:
print "Error ending dns capture session"
print e
try:
ConnectorHelpers.delete_crawler_user( username )
except Exception, e:
if print_errors:
print "Error deleting crawl user"
print e
try:
LicenseMakerClient.revoke_license()
except Exception, e:
if print_errors:
print "Error cleaning up old license"
print e
try:
ConnectorHelpers.teardown_connector_environment( )
except Exception, e:
if print_errors:
print "Error cleaning up debs"
print e
# Main
if __name__ == '__main__':
if len(sys.argv) > 1:
target_machine = sys.argv[1]
if len(sys.argv) > 2:
internal_port = int(sys.argv[2])
else:
internal_port = 53
else:
target_machine = "duck60.metacarta.com"
internal_port = 53
print "Precleaning!"
preclean( target_machine, print_errors=False )
print "Setup Connector Environment."
ConnectorHelpers.setup_connector_environment()
print "Setting up license."
sqatools.appliance.install_license(extra_services=["rssConnector"], detect_gdms=True)
# Set up the ingestion user.
ConnectorHelpers.create_crawler_user( username, password )
ConnectorHelpers.define_gts_outputconnection( )
# Now, perform the dns redirection. This will mean that all dns requests to anything other than localhost will go somewhere
# else.
DNSFakeoutHelpers.initialize_dns_redirection(target_machine,internal_port)
# Create a session
session_id = "session_%f" % time.time()
DNSFakeoutHelpers.begin_session_remote(session_id,"simple_rss_db")
print "Running postgresql maintenance (to make timings consistent)"
ConnectorHelpers.run_maintenance()
print "Set up rss connection."
# Define repository connection. The right way to do it is to set the average rate for what we want, and the maximum rate should set a hard limit
# to what's acceptable, usually higher than the average rate. This is reflected in the settings below.
RSSConnectorHelpers.define_rss_repository_connection_ui( username,
password,
"RSSConnection",
"RSS Connection",
"kwright@metacarta.com",
max_repository_connections=100,
throttles=[("","All individual domains",str(24))],
max_fetches_per_minute_per_server=str(30),
max_kbytes_per_second_per_server=str(64),
max_connections_per_server=str(2))
job_id = RSSConnectorHelpers.define_rss_job_ui( username,
password,
"RSSJob",
"RSSConnection",
seed_list )
# Run the job
ConnectorHelpers.start_job( job_id )
# RSS Connector abort test! Abort the job and see how long it takes for it to actually stop doing stuff
# First, wait 2 minutes for the job to get really rolling
time.sleep(120)
# Now, abort it
ConnectorHelpers.abort_job( job_id )
# Wait to see how long it actually takes to abort the job
the_time = time.time()
ConnectorHelpers.wait_job_complete( job_id )
elapsed_time = time.time() - the_time;
print "It took %f seconds to abort the job" % elapsed_time
if elapsed_time > 120.0:
raise Exception( "Took too long for job to abort: %f seconds" % elapsed_time )
# Now, start it again and this time run the job to completion
ConnectorHelpers.start_job( job_id )
# Once again, wait until it's really working, then cycle the service, to be sure it is shutting down cleanly
time.sleep(120)
ConnectorHelpers.restart_agents( )
ConnectorHelpers.wait_job_complete( job_id )
# Ok, run the report and grab the analysis we want
# The best fetch rate is 24 docs per minute, but we have to adjust also for the fetch delay. The average document size is about 75K, so that fetch delay
# will account for 1.2 seconds per document. If my calculations are right, that yields 16.2 docs per minute when all is said and done.
analysis = DNSFakeoutHelpers.run_session_report_remote( "latency_report.py", [str(16)] )
# Assess the maximum difference from ideal for all the rows returned in this report. If we get something back that looks like it isn't in the format we expect,
# it probably means there was an error string returned instead, so just print that.
max_delay = 0
max_url = "None"
lines = analysis.splitlines()
for line in lines:
# Line is in format:
# doc_count,url,first_fetch,last_fetch,actual_fetch_duration,overall_fetch_duration,actual_fetch_rate,overall_fetch_rate,actual_difference_from_ideal
# First fetch and Last fetch are times; everything else is a number, except time deltas. For example:
# 5 www.kitsapsun.com 2008-10-16 10:12:46.718005 2008-10-16 10:17:09.371442 0:04:22.653437 0:06:09.371442 1.15 0.81 0:04:10.153437
if line != "":
fields = line.split()
if len(fields) != 11:
raise Exception("Report response in unexpected form: %s" % line)
server_name = fields[1].strip()
if server_name not in servers_to_ignore:
diff = fields[10].strip()
if diff != "None":
# Convert the timedelta to some number of seconds
d = re.match(
r'((?P<days>\d+) days, )?(?P<hours>\d+):'
r'(?P<minutes>\d+):(?P<seconds>\d+)',
diff).groupdict(0)
delta = int(d["seconds"]) + int(d["minutes"]) * 60 + int(d["hours"]) * 3600 + int(d["days"]) * 86400
if delta > max_delay:
max_delay = delta
max_url = server_name
# This crawl runs a little bit behind in the beginning, which adversely affects the timing of progressively larger domains. Also, the effects of multiple references, esp.
# on carrydown and discovery, confuse the report statistics. So this is a loose bound only (9 hrs "behind").
if max_delay > 9 * 60 * 60:
raise Exception("Report response indicates that %s has too large a latency: %d seconds" % (max_url,max_delay))
ConnectorHelpers.delete_job( job_id )
ConnectorHelpers.wait_job_deleted( job_id )
ConnectorHelpers.delete_repository_connection_ui( username, password, "RSSConnection" )
# End the current session
DNSFakeoutHelpers.end_session_remote()
# Stop the redirection
DNSFakeoutHelpers.end_dns_redirection()
ConnectorHelpers.delete_gts_outputconnection( )
ConnectorHelpers.delete_crawler_user( username )
LicenseMakerClient.revoke_license()
ConnectorHelpers.teardown_connector_environment( )
print "Performance RSSConnector test PASSED"