var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Modern Warfare 2 Breaks Sales Record
";
arnews[0] += "Activision compared their revenue figures with other entertainment record-breakers : The largest five-day worldwide video game sales record: Grand Theft Auto IV The largest first-day worldwide video game sales record: Grand Theft Auto IV The largest five-day opening worldwide box office: Harry Potter and the Half-Blood Prince The largest five-day ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:49:21 GMT";
arnews[0] += "
";
arnews[1]="Review: Modern Warfare 2 single player campaign
";
arnews[1] += "Modern Warfare 2 is a game that I knew I would play, but not one that I expected to really become absorbed in.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="New 'Call of Duty' could set record
";
arnews[2] += "This holiday season's biggest entertainment blockbuster likely will be a sequel to a popular franchise, with jarring depictions of war and an intricate story of good versus evil.";
arnews[2] += "
Publ.Date : Sun, 08 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Shack PSA: Weekend PC Savings on Star Wars, SupCom, King's Bounty, GTA 4 and More
";
arnews[3] += "With the weekend approaching, it's time for another round of deals and discounts on PC games from the usual suspects: Steam, GOG, Impulse, D2D and GamersGate.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:20:00 GMT";
arnews[3] += "
";
arnews[4]="Review of 'Modern Warfare 2,' Palm Pixi smartphone
";
arnews[4] += "Who says playing videogames has to be an anti-social activity? Microsoft just added new functionality to its Xbox Live online gaming/entertainment service, and the tweaks include access to two of the hottest social networks, Facebook and Twitter.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:46:36 GMT";
arnews[4] += "
";
arnews[5]="Direct2Drive Deals of the Week
";
arnews[5] += "Direct2Drive has released the specials going on this week. One of the most noteworthy items they put in the alert was that you can get $5 off of Torchlight just by following them on Twitter this week.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 22:19:35 GMT";
arnews[5] += "
";
totcount = 6;
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("