var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Surrogates Brings the Robotic Drama to DVD and Blu-ray on January 26th
";
arnews[0] += "You can bring home a new tale of a brave new robotic world on DVD and Blu-ray this coming January.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:18:00 GMT";
arnews[0] += "
";
arnews[1]="Golden Globes adding extra pizzazz
";
arnews[1] += "What's a venerable awards ceremony to do when ratings are down, other newbie awards shows are nipping at its heels and the world in general is moving at a much faster pace than when it began? Change things up, of course.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:42:21 GMT";
arnews[1] += "
";
arnews[2]="Surrogates (R1/Us BD) in January
";
arnews[2] += "Walt Disney Studios Home Entertainment have announced the US DVD and Blu-ray Disc release of Surrogates on 26th January 2010.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:44:40 GMT";
arnews[2] += "
";
arnews[3]="Going Medieval on the exhibition
";
arnews[3] += "Tun Datuk Seri Utama Mohd Khalil Yaakob gracing the red carpet at the launch of Tortura 2 recently VING Rhames got it right in Pulp Fiction.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 13:25:45 GMT";
arnews[3] += "
";
arnews[4]="Continue Reading " Katie Holmes running around in lingerie "
";
arnews[4] += "Here's Katie Holmes running around in lingerie again on the set of The Romantics yesterday.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 22:06:43 GMT";
arnews[4] += "
";
arnews[5]="Katie Holmes running around in lingerie
";
arnews[5] += "Here's Katie Holmes running around in lingerie again on the set of The Romantics yesterday.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 19:53:35 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("