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=129743224&amp;ft=1&amp;f=1001\" title=\"The remnants of Tropical Storm Hermine trekked northward after forcing more than 100 high-water rescues in Texas, swamping streets, producing several tornadoes and killing at least two people.\">Storm That Killed 2 In Texas Moves North</a></div>";
feedSource += "	<div class=\"feedSource-link\"><a href=\"http://www.npr.org/templates/story/story.php?storyId=129736488&amp;ft=1&amp;f=1001\" title=\"For more than month, the West Bank city of Hebron has been running dry -- roughly 70 percent of its residents have received no water for five weeks. Some say it is because Israel controls the water resources, but others blame it on unscrupulous Palestinian businessmen.\">Amid Drought, West Bank City's Taps Run Dry</a></div>";
feedSource += "	<div class=\"feedSource-link\"><a href=\"http://www.npr.org/templates/story/story.php?storyId=129737076&amp;ft=1&amp;f=1001\" title=\"Some think the proposal will be another cash-for-clunkers-style tax break that probably won't have much of a long-term impact. But others are more enthusiastic about the plan to allow U.S. companies to write-off all investments through 2011.\">Mixed Reaction To Obama Business Tax Breaks Plan</a></div>";
feedSource += "	<div class=\"feedSource-link\"><a href=\"http://www.npr.org/templates/story/story.php?storyId=129606127&amp;ft=1&amp;f=1001\" title=\"&lt;strong&gt;NPR News/ProPublica Investigation:&lt;/strong&gt; Army commanders have routinely denied Purple Hearts to soldiers who have sustained mild traumatic brain injuries in Iraq, despite regulations that make such wounds eligible for the medal.\">Purple Hearts Elusive For Traumatic Brain Injuries</a></div>";
feedSource += "	<div class=\"feedSource-link\"><a href=\"http://www.npr.org/templates/story/story.php?storyId=129741668&amp;ft=1&amp;f=1001\" title=\"A wildfire burning in the canyons and steep mountainsides near Boulder became one of the most destructive blazes in Colorado history Wednesday as authorities determined it had destroyed at least 135 homes in just three days. Four people remain missing as some residents have stayed behind and risked their lives to try to save their homes.\">4 Missing In Colorado Wildfire</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);