var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Video Game Watchdog National Institute On Media And The Family Shutting Down
";
arnews[0] += "The National Institute on Media and the Family -- the non-profit group behind the sometimes controversial MediaWise Video Game Report Card -- is shutting down after 14 years of operation.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:18:53 GMT";
arnews[0] += "
";
arnews[1]="What We Want from Gta V
";
arnews[1] += "The sun has set on Liberty City – The Ballad of Gay Tony marked the end of a saga that began with last year's Grand Theft Auto IV, and what a saga it was.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:04:00 GMT";
arnews[1] += "
";
arnews[2]="Grand Theft Auto: Episodes From Liberty City
";
arnews[2] += "VOTY: Value of the Year? Thanks to an exclusive multi million dollar contract with Microsoft, Xbox 360 owners were treated to two expansions to the 2008 smash hit, Grand Theft Auto 4 . The first expansion, The Lost and Damned , was released on March.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:13:53 GMT";
arnews[2] += "
";
arnews[3]="Xbox 360 Review - 'Grand Theft Auto: Episodes from Liberty City'
";
arnews[3] += "As Luis Lopez, part-time hoodlum and full-time assistant to legendary nightclub impresario Tony Prince , players will struggle with the competing loyalties of family and friends, and with the uncertainty about who is real and who is fake in a world in which everyone has a price.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 20:55:41 GMT";
arnews[3] += "
";
arnews[4]="Fall of the House of Bellic
";
arnews[4] += "For all their dizzying riches, most stories about the mob end badly for everyone involved.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 18:28:53 GMT";
arnews[4] += "
";
arnews[5]="DJ Pooh: Friday To Friday To Monday Morning
";
arnews[5] += "Veteran Producer DJ Pooh known to fans worldwide as Red in the movie Friday, has been a force in the Hip-Hop world for nearly three decades now.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 16:35:25 GMT";
arnews[5] += "
";
arnews[6]="Gta V Setting Still Undecided
";
arnews[6] += "Where will Grand Theft Auto V take place? Will the series return to Vice City or San Andreas, or go somewhere completely new? Don't bother asking Rockstar because apparently they haven't decided yet.";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 19:55:25 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("