var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="A Dancer's Fresh Move: Choreographer
"; arnews[0] += "LAST month Peter Martins sat in a conference room surrounded by 11 shining faces, all participants in the Student Choreography Workshop of the School of American Ballet ."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:18:15 GMT"; arnews[0] += "
"; arnews[1]="Op-Ed: Connecticut Can Spend And Cut More Wisely
"; arnews[1] += "Four Town Showdown Labor Legal Local Politics Media Matters News Links State Government Home Page Op-Ed: Can We Blame Oprah for Putting Charla Nash on TV? State Capitol The Budget Blues by Ellen Andrews November 21, 2009 9:57 AM Posted to Opinion The author of this editorial is the executive director of the Connecticut Health Policy Project."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:34:56 GMT"; arnews[1] += "
"; arnews[2]="MomentumA Fight I'D Like to See
"; arnews[2] += "The first time I was called a \"content provider,\" I knew things were all downhill from there."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:11:15 GMT"; arnews[2] += "
"; arnews[3]="Mia Wasikowska, Michael Fassbender Join Jane Eyre
"; arnews[3] += "Michael Fassbender and Mia Wasikowska are reportedly in talks to join the cast of the Cary Fukunaga adaptation of Charlotte Bronte's novel, Jane Eyre ."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:05:52 GMT"; arnews[3] += "
"; arnews[4]="Mia Wasikowski is the New Jane Eyre?
"; arnews[4] += "I was looking forward to seeing Ellen Page as Jane Eyre, wondering how she would handle the role of the poor governess from the wrong side of the moors."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:42:01 GMT"; arnews[4] += "
"; arnews[5]="Mia Wasikowska and Michael Fassbender Team Up For New Jane Eyre Adaptation
"; arnews[5] += "Mia Wasikowska and Michael Fassbender seem to be on their way to becoming two of the biggest rising stars out there right now.A Both actors are now teaming up with director Cary Fukunaga in bringing another adaption of the classic novel Jane Eyre to the big screen.A I don't know if anyone was really hoping for another one, but the talent involved ..."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 22:55: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("
");