var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stalked: Rachel Weisz, Tom Felton, Mesrine in America, Tim Robbins in ...
";
arnews[0] += "Dream House gains Rachel Weisza Tom Felton joins The Apparitiona Mesrine arrives in Americaa The Heist Society adapteda Hugh Laurie returns to film for Orangesa Amber Tamblyn joins 127 Hoursa Peter Bogdanovich writing and directing Turn of the Centurya Dream House gains Rachel Weisza Rachel Weisz, talented and beautiful, has joined the equally ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:05:40 GMT";
arnews[0] += "
";
arnews[1]="Hugh Laurie may break with his image for Oranges
";
arnews[1] += "Oranges is a somewhat kinky script built around an older man who has an affair with the daughter of friends.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:59:19 GMT";
arnews[1] += "
";
arnews[2]="Laurie to Lust After Meester - or Kunis? - In 'Oranges'?
";
arnews[2] += "Hugh Laurie is reportedly in discussions to play the lead role in Oranges , a dark dramatic comedy about an older man who has an affair with the daughter of a family friend.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 14:51:33 GMT";
arnews[2] += "
";
arnews[3]="Rykiel's H&M Collection Celebrated With Some 'Big Love'
";
arnews[3] += "He's an unlikely fashionista, but \" Big Love's \" Douglas Smith has a place for fashion in his heart.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 14:45:00 GMT";
arnews[3] += "
";
arnews[4]="Hugh Laurie in Discussions to Star in Dark Comedy 'Oranges'
";
arnews[4] += "Many fans have been waiting to see \"House\" actor Hugh Laurie make the jump to the big screen in a lead role, not counting voice roles or supporting roles .";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 10:08:18 GMT";
arnews[4] += "
";
arnews[5]="With 'Oranges,' Hugh Laurie of 'House' could take the film plunge
";
arnews[5] += "With 'Oranges,' Hugh Laurie of 'House' could take the film plunge February 8, 2010 3:47 pm It can be a crapshoot when TV actors step from the small screen into features; for every George Clooney or Steve Carell, there's a Zach Braff or Katherine Heigl.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 00:00:15 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("