var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Fox Searchlight Picks Up 'Betty Ann Waters' Starring Hilary Swank and Sam Rockwell
"; arnews[0] += "Fox Searchlight has announced that they have will be distributing the Hilary Swank-starring biopic \"Betty Anne Waters\" in the fall."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 06:49:50 GMT"; arnews[0] += "
"; arnews[1]="Ron Moore's Virtuality heading to DVD in May
"; arnews[1] += "Battlestar Galactica creator Ron Moore's doomed Fox sci-fi pilot Virtuality is finally getting a DVD release."; arnews[1] += "
Publ.Date : Fri, 29 Jan 2010 19:02:00 GMT"; arnews[1] += "
"; arnews[2]="Virtuality Gets Real on DVD on May 4th
"; arnews[2] += "You can bring home Battlestar Galactica creator Ronald D. Moore's latest sci-fi adventure home on DVD this May."; arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 22:31:55 GMT"; arnews[2] += "
"; arnews[3]="Law & Order: Special Victims Unit: Season 10 - Preview
"; arnews[3] += "This gritty drama chronicles the life and crimes of the SVU : an elite squad of detectives who investigate the worst kind of crimes involving sexual assault of the very young or the very elderly, as well as murder, abduction, rape, wife beating, serial killers and child pornography."; arnews[3] += "
Publ.Date : Thu, 07 Jan 2010 18:59:58 GMT"; arnews[3] += "
"; arnews[4]="Britney Murphy death: Another Hollywood drug overdose?
"; arnews[4] += "Actress Britney Murphy , 32, was found dead in her Los Angeles home today of apparent cardiac arrest and police have opened a formal investigation into what could be another Hollywood drug overdose."; arnews[4] += "
Publ.Date : Thu, 10 Dec 2009 08:00:00 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("
");document.write("
");