var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Microsoft Allegedly Refuses to Sell Xbox to U.S. Army
";
arnews[0] += "The ladies of Grand Theft Auto can help provide invaluable military training. In a time of war, with our soldiers spread thin on two fronts, is there some reason they shouldn't be able to spend their precious R&R back on base killing zombies, bitch-slapping hos, and battling flying dragons in enchanted kingdoms? Well, according to a report on Wired ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:11:00 GMT";
arnews[0] += "
";
arnews[1]="David Perry to Deliver Keynote at 2010 Festival of...
";
arnews[1] += "UTRECHT, The Netherlands February 9, 2010 The NLGD foundation today announced that industry icon David Perry will deliver a keynote speech during the 2010 Festival of Games.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:02:24 GMT";
arnews[1] += "
";
arnews[2]="U.S. videogame sales down 17 percent in April
";
arnews[2] += "U.S. sales of videogames fell 17 percent in April to $1.03 billion, research group NPD said on Thursday, the second steep monthly decline in a row.";
arnews[2] += "
Publ.Date : Mon, 18 May 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Game Discussion .:Version IV:.
";
arnews[3] += "I haven't purchased a new game since FM08 over a year ago :[ I desperately need a 360, Fallout 3 and FIFA 10.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 06:37:11 GMT";
arnews[3] += "
";
arnews[4]="David Perry to Deliver Keynote at 2010 Festival of Games
";
arnews[4] += "Perry is the founder of GAIKAI, a company that will launch a new form of gaming this year.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 06:07:28 GMT";
arnews[4] += "
";
arnews[5]="My Black/White Game Icons
";
arnews[5] += "Or, try these alternate versions: Artist's Note These are my black/white game icons for RocketDock.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 18:56:44 GMT";
arnews[5] += "
";
arnews[6]="Buy Two, Get One Free Xbox 360 Sale At Amazon
";
arnews[6] += "Are you looking to stock up on titles from the Platinum Hits line of Microsoft Xbox 360 games? Then Amazon.com has a deal for you.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 17:06:26 GMT";
arnews[6] += "
";
totcount = 7;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("