var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Hans Keirstead Can Make Mice Walk Again
"; arnews[0] += "In 2002, at his lab at UC-Irvine, Hans Keirstead delicately sliced open the spines of eight lab rats with a scalpel, then not so delicately punched into their spinal-cord tissue with the force of two hundred kilodynes."; arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="The Mind-Blowing Animations Making Gray's Anatomy Obsolete
"; arnews[1] += "Anatomy is, literally, the foundation of modern medicine. It's why the first thing you study in medical school is a cadaver; it's why you spend most of that first year dissecting the body's architecture down to the finest detail."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="This Woman Makes Chairs That Will Hug You
"; arnews[2] += "Tom Allen She lives in a converted knob factory a few blocks from MIT in Cambridge, Massachusetts."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Interview With David Sax, Author of Save The Deli
"; arnews[3] += "David Sax has been called \"The M.F.K. Fisher of pickled meats\" , and his just-published book, SAVE THE DELI: In Search of Perfect Pastrami, Crusty Rye, and the Heart of Jewish Delicatessen was referred to as \"a voluptuous mitzvah for schmaltzophiles\" . David ate his way across America , sampling the fare at hundreds of Jewish delicatessens in order ..."; arnews[3] += "
Publ.Date : Thu, 22 Oct 2009 13:23:17 GMT"; arnews[3] += "
"; arnews[4]="Annual Cities and Towns Week Coming
"; arnews[4] += "City of Apache Junction Mayor John Insalaco today announced that Apache Junction will join municipalities across the state of Arizona and take part in the League of Arizona Cities & Towns' eighth annual Cities & Towns Week on October 19-23, 2009."; arnews[4] += "
Publ.Date : Wed, 07 Oct 2009 17:54:00 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("
");document.write("
");