feedSource = '';
feedSource += "<style type=\"text/css\">";
feedSource += "	.feedSource-wrapper {";
feedSource += "		font-family: " + font + ";";
feedSource += "		font-size: " + size + ";";
feedSource += "		width: " + width + ";";
feedSource += "	}";
feedSource += "	.feedSource-title {";
feedSource += "		color: " + titleColor + ";";
feedSource += "		background-color: " + titleBackgroundColor + ";";
feedSource += "	}";
feedSource += "	.feedSource-link {";
feedSource += "		background-color: " + linkBackgroundColor + ";";
feedSource += "		margin: 0px 0px 4px 0px;";
feedSource += "	}";
feedSource += "	.feedSource-link a {";
feedSource += "		color: " + linkColor + ";";
feedSource += "		text-decoration: none;";
feedSource += "	}";
feedSource += "	.feedSource-link a:hover {";
feedSource += "		text-decoration: underline;";
feedSource += "	}";
feedSource += "</style>";
feedSource += "<div class=\"feedSource-wrapper\">";
feedSource += "	<div class=\"feedSource-title\">NPR Topics: News</div>";
feedSource += "	<div class=\"feedSource-link\"><a href=\"http://www.npr.org/templates/story/story.php?storyId=129701795&amp;ft=1&amp;f=1001\" title=\"The top U.S. commander in Afghanistan says a Florida church's plan to burn copies of the Muslim holy book could put U.S. troops in the country in harm's way and inflame anti-Americanism.\">Petraeus: Quran Burning Would Endanger Americans</a></div>";
feedSource += "	<div class=\"feedSource-link\"><a href=\"http://www.npr.org/templates/story/story.php?storyId=129698830&amp;ft=1&amp;f=1001\" title=\"Is there anything a president can do to escape widespread criticism? Get another job, perhaps. Historians say it's in Americans' DNA to turn on whoever is in the White House. We've been doing it since the beginning.\">Hating On The President: A Great American Pastime</a></div>";
feedSource += "	<div class=\"feedSource-link\"><a href=\"http://www.npr.org/blogs/health/2010/09/07/129696420/hallucinogenic-mushrooms-relieve-anxiety?ft=1&amp;f=1001\" title=\"A small study of the active ingredient in \"magic mushroom\" found the drug helped relieve anxiety and improve the mood of some patients with advanced cancer. Though preliminary, the results support further research, the scientists say.\">Hallucinogen Shows Promise In Helping Cancer Patients Cope</a></div>";
feedSource += "	<div class=\"feedSource-link\"><a href=\"http://www.npr.org/templates/story/story.php?storyId=129695111&amp;ft=1&amp;f=1001\" title=\"Millions of tourists and commuters bore the brunt of discontent over government austerity measures. Service was cut on trains, planes, buses and subways in France, while much of London's subway system was closed in the first of several 24-hour strikes planned for this fall.\">Transit Strikes Gum Up Commutes In France, London</a></div>";
feedSource += "	<div class=\"feedSource-link\"><a href=\"http://www.npr.org/blogs/watchingwashington/2010/09/07/129696539/voters-to-the-parties-it-s-a-date-not-a-marriage?ft=1&amp;f=1001\" title=\"Every time power shifts between the major parties in Washington, pundits and prognosticators say there's been a sea change. But in truth, voters can and often do change their minds quickly about who should be in charge.\">Voters To The Parties: It’s A Date, Not A Marriage</a></div>";
feedSource += "	<center style=\"font-size: 12px\"><a href=\"http://www.feed.sc/\">Powered by Feed Source</a></center></div>";
feedSource += "";
document.write(feedSource);