var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Senses sing as La Bella Notte unfolds
"; arnews[0] += "Here's a first: La Bella Notte is the only party where the audience hangs on every word uttered - or sung - from the stage."; arnews[0] += "
Publ.Date : Sun, 31 Jan 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="In The Heights
"; arnews[1] += "To get the main question out of the way: Yes, the national touring company of In the Heights that opened at Shea's on Tuesday is sensational."; arnews[1] += "
Publ.Date : Thu, 28 Jan 2010 05:00:00 GMT"; arnews[1] += "
"; arnews[2]="a In the Heightsa a musical love letter to a neighborhood
"; arnews[2] += "For all the hype that surrounds it, there's nothing particularly new about \"In the Heights,\" the 2008 Broadway musical that opened Tuesday night in Shea's Performing Arts Center."; arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 13:19:42 GMT"; arnews[2] += "
"; arnews[3]="Damon Runyon Cancer Research Foundation Awards Prestigious Fellowships To 11 Top Young Scientists
"; arnews[3] += "The Damon Runyon Cancer Research Foundation, a non-profit organization focused on supporting exceptional early career researchers and innovative cancer research, named 11 new Damon Runyon Fellows at its November 2009 Fellowship Award Committee review."; arnews[3] += "
Publ.Date : Mon, 25 Jan 2010 09:54:07 GMT"; arnews[3] += "
"; arnews[4]="Postdoctoral scientists receive prestigious award; grants totaling...
"; arnews[4] += "The Damon Runyon Cancer Research Foundation, a non-profit organization focused on supporting exceptional early career researchers and innovative cancer research, named 11 new Damon Runyon Fellows at its November 2009 Fellowship Award Committee review."; arnews[4] += "
Publ.Date : Fri, 22 Jan 2010 08:42:30 GMT"; arnews[4] += "
"; arnews[5]="Junior High Basketball
"; arnews[5] += "Jason Ford, Jake Ford and Kyle Woodruff each scored 12 points as the Oak Glen 8th-grade boys defeated visiting Stanton 60-7 on Wednesday."; arnews[5] += "
Publ.Date : Thu, 21 Jan 2010 10:46:29 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("
");