var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="West Ham United v Birmingham City: preview
";
arnews[0] += "West Ham United v Birmingham City Upton Park Kick-off: 19.45 GMT TV : Highlights MotD.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:12:17 GMT";
arnews[0] += "
";
arnews[1]="Stalked: Rachel Weisz, Tom Felton, Mesrine in America, Tim Robbins in ...
";
arnews[1] += "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[1] += "
Publ.Date : Wed, 10 Feb 2010 01:05:40 GMT";
arnews[1] += "
";
arnews[2]="Ghanainan Torontonian Singer Kae Sun Announces Cross-Canada Tour
";
arnews[2] += "FEBRUARY 8, 2010, TORONTO, ON a ' After the release of his impressive debut full-length album, Lion On A Leash , in October of 2009, Kae Sun is gearing up to set out on a Canadian tour that begins this week in his hometown of Toronto February 4 at Glenn Gould Studio and brings Kae back home to finish up the tour for CMW in Toronto this March.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:18:10 GMT";
arnews[2] += "
";
arnews[3]="The Nifty 50 | Kalup Linzy
";
arnews[3] += "This month, T celebrates the Nifty 50: America's up-and-coming talent. See more of the Nifty 50 As a soap-opera-obsessed teenager growing up in Stuckey, Fla., the video and performance artist Kalup Linzy stood out like a feather boa at a funeral.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:23:45 GMT";
arnews[3] += "
";
arnews[4]="Falco, Peters, and Lansbury at Drama League Annual Gala
";
arnews[4] += "Could you ever imagine a show like Sopranos: The Musical opening on Broadway? \"No. Off the top of my head, no, I couldn't. I think David Chase would probably hang himself before he let such a thing happen.\" - Edie Falco - Bernadette Peters Are you doing anything particularly British now in order to prepare for the opening of Hair in London this ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:48:25 GMT";
arnews[4] += "
";
arnews[5]="Random casting news
";
arnews[5] += "On this Tuesday, lots of female casting bites are hitting the net: First, Rachel Weisz has found her next gig.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:09:07 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("