var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Publishers Weekly Best-Sellers
"; arnews[0] += "\"The Scarpetta Factor\" by Patricia Cornwell 11. \"Pursuit of Honor: A Novel\" by Vince Flynn 12."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Publishers Weekly Best-Sellers
"; arnews[1] += "\"The Scarpetta Factor\" by Patricia Cornwell 11. \"Pursuit of Honor: A Novel\" by Vince Flynn 12."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 06:12:46 GMT"; arnews[1] += "
"; arnews[2]="Post a Comment
"; arnews[2] += "Age 82, of Solitary Meadow Circle, died on Tuesday, November 17, 2009 at his residence."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 16:50:47 GMT"; arnews[2] += "
"; arnews[3]="Defense attorneys call witnesses in Stanko death penalty trial
"; arnews[3] += "A S.C. Dept. of Corrections officer testified Thursday that death row inmate Stephen Stanko ''is a peacemaker'' in prison and often serves as ''a buffer'' between inmates and prisoners."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 15:04:36 GMT"; arnews[3] += "
"; arnews[4]="Richard Mullany
"; arnews[4] += "Age 82, of Solitary Meadow Circle, died on Tuesday, November 17, 2009 at his residence."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Stanko's ex-girlfriend says she lived in fear
"; arnews[5] += "Convicted killer Stephen Stanko's former girlfriend was afraid in 1996 that he was going to kill her when he tied her up and put a chemical-filled rag in her mouth, she testified Wednesday."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 06:17:45 GMT"; arnews[5] += "
"; totcount = 6; 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("
");