var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ninja Assassin'
";
arnews[0] += "In Japan, where the blades are shiny and sharp and if the fake blood isn't staining the lens, you're not trying hard enough, there' s a rich tradition of sword-and-splatter pictures.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:43:35 GMT";
arnews[0] += "
";
arnews[1]="CONTEST: Win Huge Prizes from Ninja Assassin
";
arnews[1] += "Ninja Assassin is leaping into theaters on November 25th. Starring Pop Superstar Rain, this blood-soaked adventure is sure to appease the tiny Ninja hiding in all our hearts.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:52:24 GMT";
arnews[1] += "
";
arnews[2]="3. 'Ninja Assassin' run-of-the-mill
";
arnews[2] += "In Japan, where the blades are shiny and sharp and if the fake blood isn't staining the lens, you're not trying hard enough, there' s a rich tradition of sword-and-splatter pictures.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:37:28 GMT";
arnews[2] += "
";
arnews[3]="3 Korean stars take aim at larger audience
";
arnews[3] += "What do Jun Ji-hyun, Lee Byung-hun and Jung Ji-hoon all have in common? They are all trying to break out of the South Korean market and taking on big roles in Hollywood.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Giveaway: Win Throwing Stars And Other Ninja Assassin Swag
";
arnews[4] += "Renaissance man Rain is the biggest pop star in Asia right now, and maybe even the entire world-- he sings, he dances, he acts, and yet thus far in the United States, he's best known for a feud with Stephen Colbert.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 22:08:31 GMT";
arnews[4] += "
";
arnews[5]="A turkey of a season? Dann sees a lot of films to be thankful for
";
arnews[5] += "Hollywood's trade publication Variety has already dismissed the upcoming holiday movie season as \"playing it safe\" with \"almost the same number of major releases, the usual number of Christmas Day launches, the same mix of prestige items and popcorn fare\" as last year.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 02:30:02 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("