out =  '<table id="companies" class="news" border="0" width="300" cellpadding="2" cellspacing="0">'
out += '<tr class="category">'
out += '<td width="2"></td>'
out += '<td colspan="2">Companies</td>'
out += '</tr>'
out += '<tr class="light">'
out += '<td width="2"></td>'
out += '<td width="1"></td>'
out += '<td><a href="javascript:loc(\'http://www.ellinghuysen.com/news/articles/106853.shtml\')">09/02/10 - SFD\'s PSF cuts deal with MO</a></td></td>'
out += '</tr>'
out += '<tr class="dark">'
out += '<td width="2"></td>'
out += '<td width="1"></td>'
out += '<td><a href="javascript:loc(\'http://www.ellinghuysen.com/news/articles/106852.shtml\')">09/02/10 - Russians okay Tyson pork op</a></td></td>'
out += '</tr>'
out += '<tr class="light">'
out += '<td width="2"></td>'
out += '<td width="1"></td>'
out += '<td><a href="javascript:loc(\'http://www.ellinghuysen.com/news/articles/106851.shtml\')">09/02/10 - 3G Capital buys Burger King</a></td></td>'
out += '</tr>'
out += '<tr class="dark">'
out += '<td width="2"></td>'
out += '<td width="1"></td>'
out += '<td><a href="javascript:loc(\'http://www.ellinghuysen.com/news/articles/106850.shtml\')">09/02/10 - Animal welfare disrupts Tyson </a></td></td>'
out += '</tr>'
out += '<tr class="light">'
out += '<td width="2"></td>'
out += '<td width="1"></td>'
out += '<td><a href="javascript:loc(\'http://www.ellinghuysen.com/news/articles/106849.shtml\')">09/02/10 - JBS to merge subidiary</a></td></td>'
out += '</tr>'
out += '<tr class="dark">'
out += '<td width="2"></td>'
out += '<td width="1"></td>'
out += '<td><a href="javascript:loc(\'http://www.ellinghuysen.com/news/articles/106848.shtml\')">09/02/10 - Micro Burst hits New Fashion</a></td></td>'
out += '</tr>'
out += '<tr class="light">'
out += '<td width="2"></td>'
out += '<td width="1"></td>'
out += '<td><a href="javascript:loc(\'http://www.ellinghuysen.com/news/articles/106847.shtml\')">09/02/10 - Don\'t Let It Happen, Tyson</a></td></td>'
out += '</tr>'
out += '<tr class="dark">'
out += '<td width="2"></td>'
out += '<td width="1"></td>'
out += '<td><a href="javascript:loc(\'http://www.ellinghuysen.com/news/articles/106846.shtml\')">09/02/10 - Rebranding ConAgra Foods</a></td></td>'
out += '</tr>'
out += '<tr class="light">'
out += '<td width="2"></td>'
out += '<td width="1"></td>'
out += '<td><a href="javascript:loc(\'http://www.ellinghuysen.com/news/articles/106845.shtml\')">09/02/10 - The Burger Buyouts Are Coming</a></td></td>'
out += '</tr>'
out += '<tr class="dark">'
out += '<td width="2"></td>'
out += '<td width="1"></td>'
out += '<td><a href="javascript:loc(\'http://www.ellinghuysen.com/news/articles/106844.shtml\')">09/02/10 - Whole Foods CEO speaks</a></td></td>'
out += '</tr>'
out += '</table>'

sites=new Array("localhost","2000server","ellinghuysen.com","meatfyi.com","premiumpork.net","americasfood.org","thelivestockbrief.com","producerslivestock.net")
valid=0
host=location.hostname
if(host.indexOf("www.")+1)host=host.substring(4,host.length)
for(a in sites)if(host==sites[a]){valid=1;break}
if (valid) document.write(out)

