/* This news feed has been provided by The Online Gamer at 9/8/2010 2:34:04 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/Apps/News/Instructions.asp */ // ----------------------------------------------------------------------------- // Begin News Feed // ----------------------------------------------------------------------------- document.write('') document.write('') document.write('') document.write('') document.write('') document.write('
') document.write('') document.write(''); document.write('

No News

The database is either inaccessable, or does not currently contain any news.

WebServer
Wednesday, September 8, 2010 - 2:34:04 AM
') document.write('
') document.write('
Headlines
') document.write('') document.write('') document.write('') document.write('') document.write('') document.write('') document.write('') document.write('') document.write('
SearchHistoryReportFeed
') ShowHeadline(0, 'No News',''); document.write('
') document.write('
') function ShowHeadline(pLngIndex, pStrHeading, pStrPrefix) { var lStrHTML = new String(); if(pStrPrefix.length > 0) { lStrHTML += '' + pStrPrefix + '
' } lStrHTML += '' if(pStrHeading.length > 25) { lStrHTML += pStrHeading.substring(0,23) + '...' } else { lStrHTML += pStrHeading } lStrHTML += '
' return(lStrHTML); }