var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Evolution of Tanya
";
arnews[0] += "The Command and Conquer: Red Alert series has always been known for its live action cutscenes that employed a decent amount of cheese factor.";
arnews[0] += "
Publ.Date : Wed, 13 Jan 2010 01:09:24 GMT";
arnews[0] += "
";
arnews[1]="Franchise Retrospective: Hellraiser part two
";
arnews[1] += "While the Hellraiser franchise does have a strong, devoted fan base even the most ardent fan would be hard pressed to deny that their beloved series has at times been quite uneven.";
arnews[1] += "
Publ.Date : Wed, 16 Dec 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Legendary LA Rock and Surf Pioneer Bob Keane (Del-Fi Records) Dies
";
arnews[2] += "You cannot write a history of LA music without mentioning Bob Keane, who died at 87 this past weekend.";
arnews[2] += "
Publ.Date : Tue, 01 Dec 2009 22:15:09 GMT";
arnews[2] += "
";
arnews[3]="RIP Quizmaster 72: Ken Ober 1957-2009
";
arnews[3] += "I am an American Fool. I was born in a small town and I can breathe in a small town.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 22:51:55 GMT";
arnews[3] += "
";
arnews[4]="Posted by Red at
";
arnews[4] += "Wednesday, November 18, 2009 Off-Season, Off-Topic: RIP, Ken Ober Stepping out of the fog of business travel for a few moments yesterday, I was saddened to hear about the passing of Ken Ober , former host of MTVa s game show Remote Control .";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 21:28:34 GMT";
arnews[4] += "
";
arnews[5]="How Ken Ober and 'Remote Control' Changed MTV Forever
";
arnews[5] += "The cause of Ober's death is unknown but according to the L.A. Times , Ober's spokesman, Lee Kernis, said Ober complained of flulike symptoms and headaches on Saturday night.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 12:01:10 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("