var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Uncharted 2' leads Video Game Award nominations
";
arnews[0] += "\"Uncharted 2: Among Thieves\" has seized a leading eight nominations for this year's Video Game Awards, Spike TV announced Wednesday.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:03:00 GMT";
arnews[0] += "
";
arnews[1]="'Uncharted 2' leads Video Game noms
";
arnews[1] += "\"Uncharted 2: Among Thieves\" has seized a leading eight nominations for this year's Video Game Awards, Spike TV announced Wednesday.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:50:27 GMT";
arnews[1] += "
";
arnews[2]="Uncharted 2 leads Video Game Award nominations
";
arnews[2] += "\"Uncharted 2: Among Thieves'' has seized a leading eight nominations for this year's Video Game Awards, Spike TV announced Wednesday.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 23:34:42 GMT";
arnews[2] += "
";
arnews[3]="Thieves, Zombies, and a Joker Dominate the 2009 VGAs
";
arnews[3] += "The nominations are in for Spike TV's 2009 Video Game Awards, and Uncharted 2: Among Thieves leads the pack with a total of eight.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 21:59:50 GMT";
arnews[3] += "
";
arnews[4]="A retooled 'Charlie's Angels' may be heading to ABC
";
arnews[4] += "Back in the '70s, Charlie's Angels was heavensent. It boosted ABC's ratings, made stars of Farrah Fawcett, Kate Jackson and Jaclyn Smith, and spawned the term \"jigglevision.\" But can another televised Angels take flight? Drew Barrymore seems to think so.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Uncharted 2 leads noms for Video Game Awards
";
arnews[5] += "Uncharted 2: Among Thieves has seized a leading eight nominations for this year's Video Game Awards, Spike TV announced Wednesday.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 10:31:53 GMT";
arnews[5] += "
";
arnews[6]="Spike VGA '09 nominees
";
arnews[6] += "Game of the Year nominee Assassin's Creed 2. Also picked up nominations for Best Action Adventure Game, Best Original Soundtrack.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 05:18:31 GMT";
arnews[6] += "
";
arnews[7]="Find out when to watch, where to vote.
";
arnews[7] += "Watch the 2009 Video Game Awards at 7 to 9 p.m. Dec. 12. Spike TV today released nominations for the channel's 7th annual awards for video games.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 05:17:59 GMT";
arnews[7] += "
";
totcount = 8;
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("