var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TV Watch: 'Medium' recap: A shade shady
";
arnews[0] += "After a somewhat ho-hum start to its sixth season - and a move to a new night and network - Medium has gotten back on stride, and last night's \"The Future's So Bright\" found the procedurals-are-better-with-psychics drama back at its creepy, inventive best.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:00:00 GMT";
arnews[0] += "
";
arnews[1]="Exclusive: Richard Linklater on his 13 Year Film Project Starring Ethan Hawke and Patricia Arquette
";
arnews[1] += "While director Richard Linklater is having problems getting his \"spiritual sequel\" to Dazed and Confused off the ground, that doesn't mean he isn't working.A In fact, last week he was filming some of his secret 13 year project with Ethan Hawke and Patricia Arquette as a divorced couple.A Haven't heard of the film yet? According to Linklater, good.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="The psychic soccer mom we love
";
arnews[2] += "At least one of us at Broadsheet felt way vindicated when Patricia Arquette, the petite actress beloved for starring as a hirsute naturalist in the indie flick \"Human Nature,\" won an Emmy for her work on NBC's Monday night hit \"Medium.\" \"Medium,\" you ask? Isn't that a show about a woman who talks to dead people? Well, yes, it is.";
arnews[2] += "
Publ.Date : Tue, 25 Oct 2005 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Face the World tops $1 million in the rain
";
arnews[3] += "JACQUI COHEN's longstanding luck with the weather ran out recently when rain fell on the 17th annual running of Face The World Foundation gala at her Point Grey waterfront home.";
arnews[3] += "
Publ.Date : Sat, 16 Jun 2007 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Nicholas Cage 'ruined by lavish spending on cars castles and yachts'
";
arnews[4] += "Nicolas Cage, the Hollywood actor, caused his own financial ruin by spending tens of millions buying nine Rolls Royces, more than a dozen homes, four yachts and two castles, a court has heard.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 02:44:06 GMT";
arnews[4] += "
";
totcount = 5;
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("