var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Spanish opera at Teatro Degollado
";
arnews[0] += "The highlight of the Jalisco Philharmonic Orchestraa s winter season looks to be its two performances of a oeLuisa Fernanda,a one of the finest 20th-century zarzuelas.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:51:27 GMT";
arnews[0] += "
";
arnews[1]="Interactive Feature: New Yorkers Have a Say
";
arnews[1] += "The two major candidates vying in Tuesdaya s mayoral election have spent tens of millions of dollars flooding television, radio and mailboxes with ads and fliers, many of them attacking each othera s record and integrity.";
arnews[1] += "
Publ.Date : Mon, 02 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="MNTM First Shoot
";
arnews[2] += "The girls had this session dressed as angels, some of the photos are missing since sony is lazy to post them all.";
arnews[2] += "
Publ.Date : Mon, 12 Oct 2009 01:11:11 GMT";
arnews[2] += "
";
arnews[3]="Lost Plot
";
arnews[3] += "SCRAMBLED PLOT SEQUENCES are kind of Guillermo Arriaga's thing. Having made his name primarily as a writer , it's little surprise that his directorial debut, The Burning Plain , showcases his signature nonlinear approach to storytelling, with several seemingly unrelated plot threads that eventually reveal their interconnectedness.";
arnews[3] += "
Publ.Date : Thu, 27 Aug 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Local man's film to be aired locally
";
arnews[4] += "Chico State University and 1988 Oroville High School graduate Travis Kurtz will bring his new work to his old stomping grounds at 8:30 p.m. Thursday with a showing at the Pageant Theatre of the feature film \"Ready or Not.\" Kurtz wrote the script for the film while working on several other projects in Southern California.";
arnews[4] += "
Publ.Date : Wed, 23 Sep 2009 13:28:02 GMT";
arnews[4] += "
";
arnews[5]="The Burning Plain
";
arnews[5] += "Kim Basinger; Joaquim de Almeida; Fernanda Romero; Brett Cullen; Charlize Theron; Danny Pino; Diego J. Torres; Jennifer Lawrence; Sean McGrath; Tessa Ia Directed by: Guillermo Arriaga On the web: NOW SHOWING = Buy movie tickets online Check theaters for showtimes Philadelphia, PA Ritz at the Bourse Post your review Posted on Fri, Sep.";
arnews[5] += "
Publ.Date : Fri, 18 Sep 2009 03:15:53 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("