var arnews = new Array(9);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Casting the New 'Charlie's Angels': 3 Options for Each of 8 Characters - ABC News
";
arnews[0] += "Kristen Bell gained a cult of fans playing a detective on \"Veronica Mars\"; Sarah Michelle Gellar still enjoys celebrity status from headlining the '90s hit series \"Buffy the Vampire Slayer\"; and Jessica Simpson wreaked havoc in short-shorts in \"The ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 17:01:00 GMT";
arnews[0] += "
";
arnews[1]="Celeb-studded Bible audio book: Dylan McKay as Judas? Holy moly. - Entertainment Weekly Online
";
arnews[1] += "Poor Sean Astin gets the shaft as Elihu, who’s just a supporting character in the Book of Job, and despite what we know about his real-life fathering skills, Jon Voight provides the voice of Abraham. Unfair! British actor Martin Jarvis is the voice ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 19:57:00 GMT";
arnews[1] += "
";
arnews[2]="Film fang-atics - The Sun
";
arnews[2] += "TV audiences caught the vampire bug in 1997 with Buffy The Vampire Slayer, starring SARAH MICHELLE GELLAR . And latest telly vampire hit True Blood, starring STEPHEN MOYER , and the Twilight film series come as the world faces up to the most ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 02:08:00 GMT";
arnews[2] += "
";
arnews[3]="Palisades Tartan Video’s TERROR PACK VOL. 1 (DVD Review) - FANGORIA
";
arnews[3] += "I’m not going to lie, I typically hate box sets. They’re more often than not, a dumping ground for DVD’s that have spent one too many years collecting dust in some old warehouse that their distributers are just a little too eager to get off the ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 18:02:00 GMT";
arnews[3] += "
";
arnews[4]="Suddenly, everyone wants to suck your blood - Ball State Daily News
";
arnews[4] += "Summary: Bella Swan (Kristen Stewart) and Edward Cullen (Robert Pattinson) are still in love, but the Cullen clan decides to leave town for Bella’s safety after a minor incident at a private party. While initially heartbroken, Bella finds a form of ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 05:04:00 GMT";
arnews[4] += "
";
totcount = 5;
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("