var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="20-10: "Shotgun" 2009.11.20
";
arnews[0] += "After further investigation, the detectives discover that the mugging might have been a scare tactic for a shakedown.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:02:20 GMT";
arnews[0] += "
";
arnews[1]="Heidi Klum Hits the Runway With the Angels at VS Show
";
arnews[1] += "Fri, 11/20/2009 - 6:00am by Molly 7 Comments The Victoria's Secret Fashion Show returned to New York City last night, where the girls stripped down to their lingerie despite the chilly weather outside.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:00:00 GMT";
arnews[1] += "
";
arnews[2]="Continue reading
";
arnews[2] += "COERCION: Detectives Bernard and Lupo suspect a violent armed robbery is part of a shakedown on 'Law & Order' at 8 p.m. on NBC.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 07:16:09 GMT";
arnews[2] += "
";
arnews[3]="'Bill Moyers Journal' on PBS is a Friday TV pick
";
arnews[3] += "The PBS public affairs series features actress-playwright Anna Deavere Smith, who discusses her play \"Let Me Down Easy.\" Television RSS feed Tonight in Prime Time 'Bill Moyers Journal' The PBS public affairs series features actress-playwright Anna Deavere Smith, who discusses her play \"Let Me Down Easy,\" which is based on more than 300 interviews ...";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="20-9: "For The Defense" 2009.11.13
";
arnews[4] += "Black market dealings, affairs and drug cartels intertwine to expose the risk of taking the stand as a witness when corrupt officials control the court.";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 03:04:00 GMT";
arnews[4] += "
";
arnews[5]="William Inge Center For The Arts Artistic Director Peter Ellenstein...
";
arnews[5] += "William Inge Center For The Arts Artistic Director Peter Ellenstein Directs at the \"Broadway 24 Hour Plays\" Friday, November 13, 2009; Posted: 12:11 PM - by BWW News Desk Kansas again muscled its way into Broadway's spotlight as William Inge Center for the Arts Artistic Director Peter Ellenstein directed at the \"Broadway 24 Hour Plays\" with its ...";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 20:27:06 GMT";
arnews[5] += "
";
arnews[6]="Into Temptation
";
arnews[6] += "In his early years, Father John Buerlein almost single-handedly saved an inner city Catholic parish, choosing a dwindling congregation who needs him over a cushy church like the one his friend Father O'Brien pastors.";
arnews[6] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("