var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Madman acquires The Messenger
";
arnews[0] += "Madman has acquired theatrical and home entertainment rights for the Oscar-nominated film, The Messenger for release in Australia and New Zealand.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:05:12 GMT";
arnews[0] += "
";
arnews[1]="New Visalia Independent Film Series announced
";
arnews[1] += "Regal Entertainment Group has booked the latest lineup for the Visalia Independent Film Series, the series that brings \"art\" titles to the chain's downtown Visalia theater.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 02:57:15 GMT";
arnews[1] += "
";
arnews[2]="'Sucker Punch' cast are happy customers + Emily Browning casting news.
";
arnews[2] += "\"Sucker Punch\" cast are happy customers + Emily Browning casting news. \"more Mr.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 12:33:41 GMT";
arnews[2] += "
";
arnews[3]="Osiris Ball at the New Orleans Country Club
";
arnews[3] += "Associated with the symbols of sovereignty by the ancient Egyptians, Osiris continued that tradition at the crowning of a new king and queen.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 02:10:14 GMT";
arnews[3] += "
";
arnews[4]="Movies
";
arnews[4] += "FROM PARIS WITH LOVE In Paris, a loose-cannon CIA agent and a young U.S. embassy employee team up to thwart a terrorist attack in this kick-butt action workout from director Pierre Morel .";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 15:29:00 GMT";
arnews[4] += "
";
arnews[5]="Film clips
";
arnews[5] += "David Sevillea s chipmunk wards Alvin, Simon and Theodore return in the sequel to sing in three-part harmony, along with the Chipmunksa female counterparts, the Chipettes.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 08:28:01 GMT";
arnews[5] += "
";
arnews[6]="Osiris crowns 2010 king and queen
";
arnews[6] += "Associated with the symbols of sovereignty by the ancient Egyptians, Osiris continued that tradition at the crowning of a new king and queen.";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 06:29:20 GMT";
arnews[6] += "
";
arnews[7]="New Visalia Independent Film Series announced
";
arnews[7] += "Regal Entertainment Group has booked the latest lineup for the Visalia Independent Film Series, the series that brings \"art\" titles to the chain's downtown Visalia theater.";
arnews[7] += "
Publ.Date : Tue, 02 Feb 2010 14:21:55 GMT";
arnews[7] += "
";
arnews[8]="10 Best Actress in a Supporting Role Potentials for the 2010 Oscar Awards
";
arnews[8] += "These Ladies Worked Hard on These Films, so Who Will Walk Away with the Oscar? 1. Mo'Nique for Precious Precious, released October 3, 2009, is the heartbreaking story of a young, obese, abused teenager growing up in Harlem, pregnant with her second child.";
arnews[8] += "
Publ.Date : Tue, 02 Feb 2010 08:11:45 GMT";
arnews[8] += "
";
totcount = 9;
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("