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/chile071410.html\" title=\"Unknown Objects Photographed over Chile\">UFO Photo from Chile</a></div>";
feedSource += "	<div class=\"feedSource-link\"><a href=\"http://www.ufocasebook.com/2010/rjdbrazil.html\" title=\"UFO Photographed from Airplane in Brazil\">UFO Photographed from Airplane</a></div>";
feedSource += "	<div class=\"feedSource-link\"><a href=\"http://www.ufocasebook.com/2010/hesperia072010.html\" title=\"UFO Video Taken Inadvertently in California\">UFO Video from California</a></div>";
feedSource += "	<div class=\"feedSource-link\"><a href=\"http://www.ufocasebook.com/2010/whitehousebeamoflight.html\" title=\"UFO Near White House Emits Beam of Light\">Video - White House UFO</a></div>";
feedSource += "	<div class=\"feedSource-link\"><a href=\"http://www.ufocasebook.com/mag/072610.html\" title=\"UFO Casebook Online Magazine 417\">UFO Casebook Magazine</a></div>";
feedSource += "	<div class=\"feedSource-link\"><a href=\"http://www.ufocasebook.com/2010/1996boston.html\" title=\"Reader Recounts 1996 Sighting in Boston\">Archived Case of the Week</a></div>";
feedSource += "";
document.write(feedSource);