var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ninja Assassin a loving tribute to '80s action
";
arnews[0] += "By Ken Eisner Fans may have expected James McTeigue's follow-up to 2005's V for Vendetta to be another sprawling tale of political intrigue.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 07:01:03 GMT";
arnews[0] += "
";
arnews[1]="Framed Star Wars Film Cells - $24.99
";
arnews[1] += "These Star Wars Film Cells are an exciting collectable memory from the classic film series that changed the world.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 07:17:15 GMT";
arnews[1] += "
";
arnews[2]="Star Wars C-3PO actor Anthony Daniels: I thought film was rubbish and wanted to quit after one day
";
arnews[2] += "ANTHONY DANIELS winced as the hot metal suit closed around him again and the blazing Sahara sun started to cook him alive.";
arnews[2] += "
Publ.Date : Mon, 09 Nov 2009 13:49:43 GMT";
arnews[2] += "
";
arnews[3]="Arise, Sir Dracula! Christopher Lee knighted
";
arnews[3] += "British actor Christopher Lee was knighted on Friday at Buckingham Palace, a far cry from the dark and gloomy Hammer Horror film sets where he made his name playing Dracula in the 1950s.";
arnews[3] += "
Publ.Date : Sat, 31 Oct 2009 20:00:49 GMT";
arnews[3] += "
";
arnews[4]="Arise, Sir Dracula! Lee knighted
";
arnews[4] += "British actor Christopher Lee has been knighted at Buckingham Palace, a far cry from the dark and gloomy Hammer Horror film sets where he made his name playing Dracula in the 1950s.";
arnews[4] += "
Publ.Date : Sat, 31 Oct 2009 03:54:48 GMT";
arnews[4] += "
";
arnews[5]="Brit actor Christopher Lee knighted
";
arnews[5] += "British actor Christopher Lee was knighted on Friday at Buckingham Palace, a far cry from the dark and gloomy Hammer Horror film sets where he made his name playing Dracula in the 1950s.";
arnews[5] += "
Publ.Date : Fri, 30 Oct 2009 17:08:47 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("