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\">UFO Casebook News Feed</div>";
feedSource += "	<div class=\"feedSource-link\"><a href=\"http://www.ufocasebook.com/2010/honiton012710.html\" title=\"Strange Object Caught on Photograph, Honiton, England\">UFO Photograph - Honiton, England</a></div>";
feedSource += "	<div class=\"feedSource-link\"><a href=\"http://www.ufocasebook.com/2010/venturaca2009.html\" title=\"Photos of Triangle Submitted from near Ventura, CA\">Photos of Triangle - Ventura, CA</a></div>";
feedSource += "	<div class=\"feedSource-link\"><a href=\"http://www.ufocasebook.com/2010/texas020610.html\" title=\"Texas - Multiple Witnesses See V-Shaped Object\">V-Shaped Object over Texas</a></div>";
feedSource += "	<div class=\"feedSource-link\"><a href=\"http://www.ufocasebook.com/2010/chileanmilitary.html\" title=\"An Asymmetrical Relationship: The Chilean Military and Ufology\">Chilean Military and Ufology</a></div>";
feedSource += "";
document.write(feedSource);