var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mozart's comic 'Cosi fan tutte' offered by Commonwealth Opera
";
arnews[0] += "Collaboration and new management signal a new era for Commonwealth Opera. A production of Mozart's classic comic opera \"Cosi fan tutte\" ushers in this new era on Nov.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 13:32:51 GMT";
arnews[0] += "
";
arnews[1]="Chuck Roven Developing The Looking Glass Wars?
";
arnews[1] += "November 13, 2009 With Tim Burton's Alice in Wonderland just a few months away, there's a lot of renewed interest in Lewis Carroll's classic fairy tale.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 17:32:40 GMT";
arnews[1] += "
";
arnews[2]="Producer Charles Roven Developing The Looking Glass Wars Movie
";
arnews[2] += "It's always fun to take an established story and manipulate the so-called \"happily ever after\" ending.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 17:05:23 GMT";
arnews[2] += "
";
arnews[3]="Art for Days
";
arnews[3] += "In the immortal words of Chief Brody, you are going to need a bigger boat. To wrangle this year's East Austin Studio Tour, you're gonna need Noah's frickin' ark.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 19:20:05 GMT";
arnews[3] += "
";
arnews[4]="Anthony J. Asselta Jr., 94
";
arnews[4] += "Anthony J. Asselta Jr., 94, passed away Thursday, Nov. 5, 2009. He was born in Vineland and was the son of the late Carmella and Anthony J. Asselta Sr.";
arnews[4] += "
Publ.Date : Sat, 07 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Mario Lopez Does the Impossible, Becomes More Famous
";
arnews[5] += "Glass Ceiling: Mario Lopez is so hot right now. Just when we thought A.C. Slater had his fifteen minutes, grown-up Lopez was explosive on Dancing with the Stars .";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 13:13:27 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("