var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Trailer Park Expands Advanced Content Group; Brett Levisohn Named Executive Producer
";
arnews[0] += "\" Trailer Park has significantly expanded its Advanced Content Group, and, concurrently, has named Brett Levisohn as that group's new Executive Producer.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:45:20 GMT";
arnews[0] += "
";
arnews[1]="'Uncharted 2' leads Video Game Award nominations
";
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 16:03:00 GMT";
arnews[1] += "
";
arnews[2]="Put the hamburger down and drive
";
arnews[2] += "When did driving become secondary ... to driving? Is it really so boring that we need all kinds of entertainment gizmos to keep us amused? There are so many distractions inside the vehicle that I wonder if we have enough attention span to consider the distractions -- the surrounding traffic -- outside the car.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 12:28:47 GMT";
arnews[2] += "
";
arnews[3]="'Uncharted 2' leads Video Game noms
";
arnews[3] += "\"Uncharted 2: Among Thieves\" has seized a leading eight nominations for this year's Video Game Awards, Spike TV announced Wednesday.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 04:50:27 GMT";
arnews[3] += "
";
arnews[4]="Uncharted 2 leads Video Game Award nominations
";
arnews[4] += "\"Uncharted 2: Among Thieves'' has seized a leading eight nominations for this year's Video Game Awards, Spike TV announced Wednesday.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 23:34:42 GMT";
arnews[4] += "
";
arnews[5]="Thieves, Zombies, and a Joker Dominate the 2009 VGAs
";
arnews[5] += "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[5] += "
Publ.Date : Thu, 19 Nov 2009 21:59:50 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("