var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dear John vs. Dear John
";
arnews[0] += "Wait, which one is the brooding hunk? When the new Nicholas Sparks adaptation Dear John opens today, confusion will reign across the land.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 00:51:00 GMT";
arnews[0] += "
";
arnews[1]="Opening This Weekend: John Travolta Sends His Regards to Paris,...
";
arnews[1] += "Perhaps seeing Avatar for a ninth time isn't such a bad idea after all. In honor of the Super Bowla 'a weekend that Hollywood routinely puntsa 'only two films are opening across the country today and one looks worse than the other.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 17:44:06 GMT";
arnews[1] += "
";
arnews[2]="Leno wona t be the first TV star to try to recapture the magic
";
arnews[2] += "Jay Leno is far from the only entertainment figure to go back to the well, reheat the souffle, reclaim the magic, recapture lightning in a bottle or pull off any other mixed metaphor you can think of.";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 13:18:17 GMT";
arnews[2] += "
";
arnews[3]="Captain comeback? Leno has a few role models who have also attempted to recapture the magic
";
arnews[3] += "Jay Leno is far from the only entertainment figure to go back to the well, reheat the souffle, reclaim the magic, recapture lightning in a bottle or pull off any other mixed metaphor you can think of.";
arnews[3] += "
Publ.Date : Sat, 30 Jan 2010 14:04:54 GMT";
arnews[3] += "
";
arnews[4]="Television comebacks are a part of life
";
arnews[4] += "Only seven months after handing off The Tonight Show to Conan O'Brien, right, Jay Leno, left, is returning to the iconic late-night talk show.";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 22:30:00 GMT";
arnews[4] += "
";
arnews[5]="17th Iranian Film Festival
";
arnews[5] += "While turbulent Iran struggles through its \"worst of times,\" its film output celebrates a golden age.";
arnews[5] += "
Publ.Date : Thu, 21 Jan 2010 02:08:17 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("