var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="CBS procedurals: NCIS's anti-Idol block, CSI returns
"; arnews[0] += "CBS adds to its crime-fighters -- but will that be enough to withstand Idol? Sarah Jersild August 3, 2009 Drama Premise: Undercover agents of the Office of Special Projects apprehend dangerous and elusive criminals that pose a threat to the nation's security Stars: Chris O'Donnell , LL Cool J , Louise Lombard , Daniela Ruah, Peter Cambor VIDEO: ..."; arnews[0] += "
Publ.Date : Mon, 03 Aug 2009 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Spoiler Alert
"; arnews[1] += "Whenever I watch it now, I can't help but feel that something is missing. My favorite part of the last few seasons was the quirky humor that Grissom brought to the show, a humor completely absent now that he has left."; arnews[1] += "
Publ.Date : Fri, 30 Oct 2009 17:03:21 GMT"; arnews[1] += "
"; arnews[2]="Idol runner-up outed
"; arnews[2] += "Pop star Anthony Callea , runner-up on the 2004 season of Australian Idol , was recently outed on a morning radio show."; arnews[2] += "
Publ.Date : Sat, 24 Oct 2009 02:14:50 GMT"; arnews[2] += "
"; arnews[3]="Men, women & the secrets of skin colour
"; arnews[3] += "Monica Bellucci Men who favour darker-hued beauties such as the Italian model-turned-actress supposedly have a subconscious urge for danger The rules of attraction in pictures The fair maiden of myth appears to have a basis in scientific reality, according to new research."; arnews[3] += "
Publ.Date : Thu, 16 Apr 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="Jorja Fox extends her return to CSI
"; arnews[4] += "Three episodes into CSI 's tenth season and it turns out that Jorja Fox's five episode return to the show has been extended \"indefinitely.\" According to TVGuide.com, executive producer Carol Mendelsohn has confirmed that Fox's Sara Grissom will be around for many more episodes this season than originally planned."; arnews[4] += "
Publ.Date : Thu, 15 Oct 2009 19:45: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("
");