var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vidiot
";
arnews[0] += "Many of the silver screen's most famous stars--both in front of and behind the camera--have been involved in Roman entertainment offerings: Charlton Heston, Elizabeth Taylor, Kirk Douglas, Russell Crowe, Stanley Kubrick, Ridley Scott, Frank Miller are just a few.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:00:00 GMT";
arnews[0] += "
";
arnews[1]="Mega Buzz: Scoop on Lost, Bones, Ugly Betty and More
";
arnews[1] += "What the heck was Desmond doing on that plane? Any idea where the Lost powers that be are going with this? - Nora MICKEY: I have some idea.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:51:53 GMT";
arnews[1] += "
";
arnews[2]="Scoop on Lost, Bones and More
";
arnews[2] += "Henry Ia Cusick , America Ferrera , David Boreanaz Every week, editors Mickey O'Connor and Adam Bryant answer your burning questions.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Hollywood stars vie for London the ...
";
arnews[3] += "Hollywood heavyweights feature strongly in the race for Britain's 2010 Laurence Olivier theater awards, with Rachel Weisz, Jude Law, James Earl Jones and Keira Knightley among the nominees announced Monday.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 15:46:55 GMT";
arnews[3] += "
";
arnews[4]="Bitch Slap
";
arnews[4] += "The leering spirit of B-movie director Russ Meyer is smiling at \"Bitch Slap\", a tale of three women searching for buried loot in the desert.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 18:39:37 GMT";
arnews[4] += "
";
arnews[5]="New Spartacus series full of blood, sand and sex
";
arnews[5] += "Spartacus: Blood and Sand , the new, special-effects-driven sword-'n'-sandals epic loosely based on a historic slave rebellion in Ancient Rome, is not your grandfather's Spartacus.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 12:18:26 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("