var arnews = new Array(9);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tournament, The (DVD) - DVDTOWN.com
";
arnews[0] += "Connect to Facebook/Twitter, recommend via email and much more. What makes a good action movie? For me, one of the best action films ever is \"Die Hard.\" You´ve got a charismatic everyman hero in Bruce Willis as John McClane, a ruthless and ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 11:05:00 GMT";
arnews[0] += "
";
arnews[1]="Checking in with Rocky Carroll - North Bay Nugget
";
arnews[1] += "Although Vance is no longer a field agent, he has pulled a gun this season, in a story line involving an old nemesis (Kelly Hu) -- something the actual NCIS head probably doesn't do. That's the best part of doing television,\" Carroll says.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:44:00 GMT";
arnews[1] += "
";
totcount = 2;
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("