var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Man accused of taping ESPN's Erin Andrews to appear in court - Morris County Daily Record
";
arnews[0] += "Michael Barrett was in U.S. District Court in Los Angeles on Friday to face one count of interstate stalking. Barrett's attorney David Willingham says his client has posted bond. Barrett was initially free on a $4,500 bond. The 48-year-old Barrett is ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:59:00 GMT";
arnews[0] += "
";
arnews[1]="Bond set at $100,000 in Erin Andrews video case - CNN Sports Illustrated
";
arnews[1] += "LOS ANGELES (AP) -- 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. U.S. Magistrate Judge Carolyn Turchin increased ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:37:00 GMT";
arnews[1] += "
";
arnews[2]="Erin Andrews Stalker Tracked Her Down In Ohio - WXIA 11 Alive
";
arnews[2] += "(USA Today) -- The man accused of stalking and secretly filming ESPN sportscaster Erin Andrews in her Marriott hotel room in Nashville last year is believed to have done the same while Andrews stayed in Columbus, Ohio, according to a Columbus ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:31:00 GMT";
arnews[2] += "
";
arnews[3]="Feds: nude video of reporter shot in Ohio - Cincinnati.com
";
arnews[3] += "COLUMBUS, Ohio – 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. Michael Barrett, of Westmont, Ill ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:56:00 GMT";
arnews[3] += "
";
arnews[4]="Man accused of taping Erin Andrews to appear in court - Boston Herald
";
arnews[4] += "L OS ANGELES — An Illinois insurance executive accused of secretly making nude videos of ESPN reporter Erin Andrews is expected to make his first court appearance Friday. Michael Barrett was due in U.S. District Court in Los Angeles to face one ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:26: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("