var arnews = new Array(5); totcount = 5; rnd = 0; document.write("
| ");
arnews[0]="Book Review - Cocaine Nation - By Tom Feiling "; arnews[0] += "How America’s insatiable craving for cocaine has spread misery and violence across the globe. "; arnews[0] += " Publ.Date : Sun, 01 Aug 2010 06:26:28 GMT"; arnews[0] += " "; arnews[1]="Off the Shelf: ‘Fault Lines’ Concludes Global Economy Remains Vulnerable "; arnews[1] += "Raghuram G. Rajan writes that systems and large historical forces were the primary drivers of recent global financial instability. "; arnews[1] += " Publ.Date : Sun, 01 Aug 2010 06:10:03 GMT"; arnews[1] += " "; document.title=document.title+ " "; arnews[2]="Book Review - Four Fish - By Paul Greenberg "; arnews[2] += "Even as Paul Greenberg lays out the grim and complicated facts about the ravaging of our seas, he manages to sound some hopeful notes about the ultimate fate of fish. "; arnews[2] += " Publ.Date : Sun, 01 Aug 2010 04:31:50 GMT"; arnews[2] += " "; arnews[3]="Book Review - Lives Like Loaded Guns - Emily Dickinson and Her Family’s Feuds - By Lyndall Gordon "; arnews[3] += "A new biography of Emily Dickinson emphasizes her tumultuous family and examines eruptions emotional and poetic. "; arnews[3] += " Publ.Date : Sat, 31 Jul 2010 21:05:12 GMT"; arnews[3] += " "; arnews[4]="Book Review - Brilliant - The Evolution of Artificial Light - By Jane Brox "; arnews[4] += "A history of the ways people have lighted their homes and paths, and of the social changes that have resulted. "; arnews[4] += " Publ.Date : Sat, 31 Jul 2010 21:05:12 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(" |