var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ninja Assassin is gory action thriller for sad-sack teens
";
arnews[0] += "London, Ninja Assassin Cert: 18 Description: Gifted ninja Raizo turns against his surrogate father Lord Ozunu and the secret Ozunu fraternity, which trained him in the art of human warfare, after his clan brother Takeshi kills his sweetheart Kiriko.";
arnews[0] += "
Publ.Date : Fri, 22 Jan 2010 11:50:16 GMT";
arnews[0] += "
";
arnews[1]="Assassination of the Ninja legend
";
arnews[1] += "Fountains of fake blood erupt in the opening scenes of James McTeigue's Ninja Assassin as a room of men are sliced in half and then quarters by a presence so fast it's invisible.";
arnews[1] += "
Publ.Date : Thu, 28 Jan 2010 22:33:34 GMT";
arnews[1] += "
";
arnews[2]="Ninja Assassinating BD
";
arnews[2] += "January 27, 2010 - On March 16, 2010, Warner Home Video will release Ninja Assassin on DVD and Blu-ray. Korean pop star Rain stars as heroic, deadly Raizo.";
arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 00:33:02 GMT";
arnews[2] += "
";
arnews[3]="Ninja Assassin Gets Stealth on DVD and Blu-ray on March 16th
";
arnews[3] += "You can bring home one of the biggest bloodiest action films of 2009 in both formats this March.";
arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 23:33:16 GMT";
arnews[3] += "
";
arnews[4]="Ninja Assassin (R1/Us BD) in March
";
arnews[4] += "Warner Home Video have announced the US DVD and Blu-ray Disc release of Ninja Assassin on 16th March 2010.";
arnews[4] += "
Publ.Date : Wed, 27 Jan 2010 22:15:50 GMT";
arnews[4] += "
";
arnews[5]="John Travolta to pilot plane to Haiti
";
arnews[5] += "John Travolta is soaring to Haiti with earthquake relief. The 55-year-old actor and avid pilot plans to fly one of his private jets from Florida to Haiti on Monday night, according to Travolta's spokesman, Paul Bloch.";
arnews[5] += "
Publ.Date : Tue, 26 Jan 2010 02:08:04 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("