<!-- "US_News.htc" -->
<HEAD>
<PUBLIC:COMPONENT tagName=US_NEWS>
  	<PUBLIC:ATTACH event="oncontentready" onevent="fnInit()"/>
</PUBLIC:COMPONENT>
<STYLE>
	th		{
				text-align:center;
				font-family:helvetica;
				font-weight:bold;
				background-color:black;
				color:white;
			}
	table		{
				position:relative;
				width:160;
				border-color:black;
				border-style:solid;
				border-width:1;
			}
</STYLE>
<SCRIPT type = "text/javascript">
// Entry point
function fnInit()
{
  	defaults.viewLink = document;
}
</SCRIPT>
</HEAD>
<BODY>
<table>
<tr><th>US NEWS</th></tr>
<tr><td id="news">
	<script language="JavaScript" src="http://search-result.com/directhit/xml/us_news.js"></script>
</td></tr>
</table>
</BODY>
