var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Reporter Erin Andrews Targeted by Peeping Tom
"; arnews[0] += "A double-edge sword for ESPN Reporter Erin Andrews. First she was videotaped undressing in her hotel room, now that same tape is being used to spread a computer virus."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 10:37:34 GMT"; arnews[0] += "
"; arnews[1]="Oprah to end talk show in 2011
"; arnews[1] += "The Oprah Winfrey Show,\" an iconic broadcast that began as a local Chicago talk show and grew over two decades into the foundation of a media empire worth billions, will end its run in 2011 after 25 seasons on the air, Winfrey's production company said Thursday night."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:46:35 GMT"; arnews[1] += "
"; arnews[2]="Bond set at $100K in ESPN reporter videos case
"; arnews[2] += "A U.S. magistrate judge in Los Angeles Friday increased bond and ordered house arrest for the Westmont insurance executive accused of secretly making peephole nude videos of ESPN reporter Erin Andrews and other women."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:06:13 GMT"; arnews[2] += "
"; arnews[3]="Bond set in ESPN reporter videos case
"; arnews[3] += "An Illinois insurance executive accused of secretly making nude videos of ESPN reporter Erin Andrews posted $100,000 bond on Friday - a much larger amount than previously imposed."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 00:42:44 GMT"; arnews[3] += "
"; arnews[4]="Feds: Nude Video Of ESPN Reporter Shot In Ohio
"; arnews[4] += "Federal investigators say an Illinois insurance executive accused of secretly making nude videos of ESPN reporter Erin Andrews shot film at an unspecified hotel in Columbus as well as in Nashville."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:30:48 GMT"; arnews[4] += "
"; arnews[5]="Oregon-Arizona: ESPN's Chris Fowler looking forward to broadcasting Civil War
"; arnews[5] += "TUCSON, Ariz. - Officially, Chris Fowler is an objective employee of ESPN with no rooting interest."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 22:57:33 GMT"; arnews[5] += "
"; arnews[6]="Winfrey: Prayer, careful thought influenced exit
"; arnews[6] += "Holding back tears, Oprah Winfrey told her studio audience Friday that she would end her show in 2011 after a quarter-century on the air, saying prayer and careful thought led her to her decision."; arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 22:31:44 GMT"; arnews[6] += "
"; arnews[7]="ETBond Increased For Erin Andrews' Accused Stalker
"; arnews[7] += "A judge has upped the bond to $100,000 for Michael Barrett , the man accused of surreptitiously filming ESPN reporter Erin Andrews ."; arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 19:47:01 GMT"; arnews[7] += "
"; arnews[8]="New evidence in Andrews' stalker case
"; arnews[8] += "A lawyer for Erin Andrews said in a Los Angeles courtroom the man who allegedly stalked the ESPN sportscaster also stalked another woman."; arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 18:53:16 GMT"; arnews[8] += "
"; totcount = 9; 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("
");