var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Big Apple biography
"; arnews[0] += "New York City wasn't born a grand metropolis and world financial center. In 1664, the year in which Edward Rutherfurd begins his latest historical novel, New York is New Amsterdam, a modest Dutch trading post of about 1,500 residents on an island the American Indians called Manna Hata."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:34:05 GMT"; arnews[0] += "
"; arnews[1]="Cauthen may not be the only one exiting City Hall
"; arnews[1] += "The political fallout from Thursdays bloodletting at City Hall?A whole host of possibilities loom."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:32:17 GMT"; arnews[1] += "
"; arnews[2]="Best-sellers
"; arnews[2] += "\"The Gathering Storm \" by Robert Jordan, Brandon Sanderson 11. \"Kindred in Death\" by J.D. Robb 12."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:29:05 GMT"; arnews[2] += "
"; arnews[3]="The New York Times' Best Sellers List
"; arnews[3] += "Doubleday, $24. Stories set in rural Mississippi. 2. The Lost Symbol , by Dan Brown."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:00:00 GMT"; arnews[3] += "
"; arnews[4]="Book best-sellers: November 22, 2009
"; arnews[4] += "\"The Scarpetta Factor,\" by Patricia Cornwell 11. \"Pursuit of Honor: A Novel,\" by Vince Flynn 12."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:33:16 GMT"; arnews[4] += "
"; arnews[5]="Best sellers
"; arnews[5] += "2. \"The Lost Symbol\" by Dan Brown. 3. \"Kindred in Death\" by J.D. Robb. 4. \" The Gathering Storm \" by Robert Jordan and Brandon Sanderson."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[5] += "
"; arnews[6]="CRIME: Testimony ends in rape case
"; arnews[6] += "The judge in the rape trial of Daryl Burton had to admonish a prosecutor to tone it down a notch Friday when she pursued apparent contradictions in defense witnesses' statements."; arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 09:33:52 GMT"; arnews[6] += "
"; arnews[7]="Wall Street Journal Best-Sellers
"; arnews[7] += "\"The Gathering Storm \" by Robert Jordan, Brandon Sanderson 11. \"Kindred in Death\" by J.D. Robb 12."; arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 04:19:45 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("
");document.write("
");