var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Radicalizing Refamiliarization' in Journal of Visual Culture
";
arnews[0] += "Stones , originally uploaded by Joy Garnett . 60 x 78 inches. Oil on canvas. Dear Readers, I am pleased to offer you my recent article, \"Radical Refamiliarization,\" co-authored with John Armitage for The Journal of Visual Culture .";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:39:54 GMT";
arnews[0] += "
";
arnews[1]="Roy Exum: Stoned Or Forgiven?
";
arnews[1] += "In the corrupt country of Somalia on Tuesday a 29-year-old woman who a judge determined had an illicit affair was stoned to death.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:15:17 GMT";
arnews[1] += "
";
arnews[2]="On Nov. 12, 2001, American Airlines Flight 587 crashed in a New York neighborhood killing 265 people
";
arnews[2] += "Today is Thursday, Nov. 12, the 316th day of 2009. There are 49 days left in the year.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:53:15 GMT";
arnews[2] += "
";
arnews[3]="Birthday parties: Outsourcing the big day
";
arnews[3] += "My daughter threw hysterics on the way home from her friend Elizabeth's birthday party.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 17:36:28 GMT";
arnews[3] += "
";
arnews[4]="Smart Suspect to Plead Guilty
";
arnews[4] += "Court papers say the woman charged in the 2002 abduction of Elizabeth Smart has reached an agreement with prosecutors and is expected to plead guilty in federal court on Tuesday.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:57:15 GMT";
arnews[4] += "
";
arnews[5]="FINA World Cup, Singapore: Whitney Myers Sets American Record
";
arnews[5] += "Universal Sports FINA World Cup Dashboard, including webcasts and highlights SINGAPORE, November 21.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 07:54:51 GMT";
arnews[5] += "
";
arnews[6]="State district judge will spend last year in office as presiding criminal court judge
";
arnews[6] += "By MARTHA DELLER FORT WORTH - State District Judge Elizabeth Berry, who is not seeking a third four-year term, will spend her last year in office as a presiding criminal court judge now that her colleagues have voted 12-6 to alter the established leadership rotation among the 20 judges.The job of presiding judge traditionally alternates between ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 06:46:00 GMT";
arnews[6] += "
";
arnews[7]="Police and Fire reports:
";
arnews[7] += "Arrests Darci Cora Mullins, 37, also known as Homer, was arrested Tuesday afternoon on Antelope Boulevard near Interstate 5 off ramp by the RBPD on suspicion of issuing criminal threats.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 06:15:51 GMT";
arnews[7] += "
";
totcount = 8;
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("