var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wellington premiere for Lovely Bones
";
arnews[0] += "Some of Hollywood's biggest names will grace the red carpet next month at the premiere of The Lovely Bones.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 16:00:00 GMT";
arnews[0] += "
";
arnews[1]="Gretchen Mol to join Boardwalk Empire
";
arnews[1] += "Gretchen Mol, who was last seen in last season's short-lived American television version of Life on Mars and in the feature An American Affair , will be going to HBO for the series Boardwalk Empire .";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 14:34:00 GMT";
arnews[1] += "
";
arnews[2]="Wellington premiere for Lovely Bones
";
arnews[2] += "Some of Hollywood's biggest names will grace the red carpet next month at the premiere of The Lovely Bones.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 12:32:56 GMT";
arnews[2] += "
";
arnews[3]="Embassy to host Lovely Bones premiere
";
arnews[3] += "Wellington will host the New Zealand premiere of Peter Jackson's latest move, The Lovely Bones.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 03:38:40 GMT";
arnews[3] += "
";
arnews[4]="NZ premiere of Lovely Bones announced for Embassy: Susan Sarandon expected
";
arnews[4] += "Media release - Paramount Pictures This December, Wellington will once again play host to some of Hollywooda s biggest names at the premiere of Peter Jacksona s latest film The Lovely Bones.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 03:03:31 GMT";
arnews[4] += "
";
arnews[5]="Jeter, Matsui, and Mattingly at Torre's Safe at Home Gala
";
arnews[5] += "How long do you get to keep celebrating your World Series win before it gets obnoxious? \"I left town.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 00:52:12 GMT";
arnews[5] += "
";
arnews[6]="The Lovely Bones French Trailer Arrives
";
arnews[6] += "Allocine has just posted a French trailer for Peter Jackson's The Lovely Bones , which is set to hit theaters everywhere on December 11.";
arnews[6] += "
Publ.Date : Fri, 13 Nov 2009 23:23:00 GMT";
arnews[6] += "
";
totcount = 7;
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("