var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Love Actually - BD
";
arnews[0] += "Regular readers know of my appreciation for British wit, and I'm delighted to report that this frothy little romantic comedy did not disappoint.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Greg Keelor & Blue Rodeo to create soundtrack for GUNLESS
";
arnews[1] += "The score will be in a contemporary western style and will include a number of original verses written especially for the film by Blue Rodeo band member Greg Keelor.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 19:45:11 GMT";
arnews[1] += "
";
arnews[2]="Resident Evil: Afterlife may see a Jill Valentine comeback
";
arnews[2] += "Listed in: PlayStation 3 , Xbox 360 , Games for Windows Tags: Chris Redfield O 0 The upcoming Resident Evil: Afterlife sees the return of the cast from the last movie, welcoming Wentworth Miller to play Chris Redfield .";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 16:25:06 GMT";
arnews[2] += "
";
arnews[3]="Resident Evil: Afterlife - Milla Hints at the Return of Jill Valentine
";
arnews[3] += "In between killing zombies, dispatching bad guys, and just generally whipping a cou\pious amount of ass, Milla Jovovich has been tweeting up a storm on the set of Resident Evil: Afterlife .";
arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 01:32:03 GMT";
arnews[3] += "
";
arnews[4]="October in St Louis has exciting teenage events
";
arnews[4] += "St Louis County Library is sponsoring Teen Read Week October 18-29. To celebrate, the library is planning some exciting and fun things that teens in St Louis Mo will really enjoy.";
arnews[4] += "
Publ.Date : Thu, 15 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Sienna Guillory
";
arnews[5] += "Guillory will play the stripper. Past credits include \"Inkheart\" and \"Eragon.\" Read next article: Penelope Ann Miller >";
arnews[5] += "
Publ.Date : Mon, 28 Sep 2009 23:17:59 GMT";
arnews[5] += "
";
arnews[6]="Anjelah Johnson
";
arnews[6] += "The thesp can be seen this winter in \"Alvin and the Chipmunks: The Squeakquel\" and is currently filming \"Family Wedding\" with Forest Whitaker and America Ferrera.";
arnews[6] += "
Publ.Date : Mon, 28 Sep 2009 23:18:54 GMT";
arnews[6] += "
";
arnews[7]="From Your Game Console, to the Big Screen-Top 10 Worst Video Game Movies
";
arnews[7] += "Video games are pretty popular in most households around the world these days. It's impossible to see a kid without some sort of hand held device attached to them.";
arnews[7] += "
Publ.Date : Sun, 27 Sep 2009 17:55:33 GMT";
arnews[7] += "
";
totcount = 8;
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("