var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Brief Break from the Courts
"; arnews[0] += "Right now, Curtis Roby is enjoying a much-needed break, one that he hopes will help heal his balky shoulder."; arnews[0] += "
Publ.Date : Fri, 08 Jan 2010 22:00:36 GMT"; arnews[0] += "
"; arnews[1]="Brief Break from the Courts
"; arnews[1] += "Right now, Curtis Roby is enjoying a much-needed break, one that he hopes will help heal his balky shoulder."; arnews[1] += "
Publ.Date : Thu, 31 Dec 2009 15:09:11 GMT"; arnews[1] += "
"; arnews[2]="Changing history
"; arnews[2] += "Diaghilev , the man who changed the world of dance, standing with members of the Ballets Russes."; arnews[2] += "
Publ.Date : Fri, 11 Dec 2009 04:40:24 GMT"; arnews[2] += "
"; arnews[3]="Diaghilev Bio Reveals New Sides of Impresario
"; arnews[3] += "In this fascinating and moving account, Sjeng Scheijen clearly describes the life of a complex man who started as an art critic, publisher, art historian and exhibitions organizer and later founded the Ballets Russes."; arnews[3] += "
Publ.Date : Wed, 25 Nov 2009 06:43:20 GMT"; arnews[3] += "
"; arnews[4]="Empathy and Stress Levels May be Coded Into Our Genes
"; arnews[4] += "CORVALLIS, Ore. Researchers have discovered a genetic variation that may contribute to how empathetic a human is, and how that person reacts to stress."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 17:58:23 GMT"; arnews[4] += "
"; arnews[5]="Study Links Genetic Variation To Individual Empathy, Stress Levels
"; arnews[5] += "Main Category: Anxiety / Stress Also Included In: Autism ; Genetics ; Psychology / Psychiatry Article Date: 17 Nov 2009 - 4:00 PST Researchers have discovered a genetic variation that may contribute to how empathetic a human is, and how that person reacts to stress ."; arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 12:00:00 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("
");