var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pensacola Opera will tour 'Billy Goats Gruff' and '(Your) Opera in a Trunk' for young audiences
";
arnews[0] += "Audiences of all ages will receive a free treat Feb. 20-21 when Pensacola Opera presents public performances of two operas for young audiences at the University of West Florida.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:14:21 GMT";
arnews[0] += "
";
arnews[1]="Lucy Punch knows a 'Bad Teacher'
";
arnews[1] += "A crass, money-obsessed middle-school teacher competes with another female teacher for the love of the school's handsome and proper male teacher.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:17:00 GMT";
arnews[1] += "
";
arnews[2]="Casting Tidbits: Rachel Weisz, Cate Blanchett, Amber Tamblyn
";
arnews[2] += "That's a Casting Tidbits bingo! First, Deadline Hollywood is reporting that Cate Blanchett will join the recently cast Eric Bana in Hanna , the Saoirse Ronan driven film from Joe Wright which tells the story of a 14-year-old Eastern European girl saved from a CIA breeding camp and raised to be a cold-blooded killing machine.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 10:47:40 GMT";
arnews[2] += "
";
arnews[3]="Lucy Punch Joins Diaz In 'Bad Teacher'
";
arnews[3] += "Lucy Punch has been cast opposite Cameron Diaz in the black comedy \" Bad Teacher ,\" which Jake Kasdan is directing for Columbia.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 02:48:10 GMT";
arnews[3] += "
";
arnews[4]="Lucy Punch joins Cameron Diaz comedy
";
arnews[4] += "English actress Lucy Punch has signed for forthcoming feature Bad Teacher . The St.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 02:29:49 GMT";
arnews[4] += "
";
arnews[5]="Casting Notes: New Talent for Drive Angry 3D, Bad Teacher and The Descendants
";
arnews[5] += "Good news for Drive Angry 3D , the new film from Patrick Lussier that already starred Nicolas Cage and, one would presume, a lot of cars: William Fichtner and Amber Heard are both joining the cast.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 02:29:01 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("