
/*
This news feed has been provided by

The Online Gamer

at 9/8/6424 3:25:20 AM EST

(real time: 9/8/2010 3:25:20 AM EST -5 GMT)

-----

If you would like help changing the configuration
of the news retrieved from this script, or would
like to add this news to your own site, you
may visit the following page for further instructions:

http://www.theonlinegamer.com/news/Instructions.asp
*/


// -----------------------------------------------------------------------------
// Begin News Feed
// -----------------------------------------------------------------------------


document.write('<TABLE class="News" width="100%" cellpadding="0" cellspacing="5" border="0">')
document.write('<TR>')
document.write('<TD valign="top">')
document.write('<TABLE class="NewsTable" width="100%" cellpadding="0" cellspacing="0" border="0">')
document.write('<TR><TD valign="top" colspan="2"><H3>News feed protected</H3></TD></TR><TR><TD valign="top"><P>You are seeing this message either because you typed the URL of this page in your browser directly, or your browser does not support the HTTP-REFERER header.</P></TD></TR><TR><TD align="right" class="Details"><A href="http://www.theonlinegamer.com/MemberServices/Profile.asp?UserName=WebServer">WebServer</A><BR>9/8/2010 3:25:20 AM</TD></TR>');
document.write('</TABLE>')
document.write('</TD>')

document.write('<TD valign="top" class="RightBar" width="150">')
document.write('<CENTER><B>Headlines</B></CENTER>')
document.write('<TABLE><TR><TD class="NewsHeadlines">')
ShowHeadline(0, 'News feed protected');
document.write('</TD></TR></TABLE>')
document.write('</TD>')
document.write('</TR>')

document.write('</TABLE>')

function ShowHeadline(pLngIndex, pStrHeading)
{
	var lStrHTML = new String();
	lStrHTML += '<A href="#TOGREF' + pLngIndex + '">'
	lStrHTML += pStrHeading
	lStrHTML += '</A><BR><BR>'
	return(lStrHTML);
}
