var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Office Space' star Ron Livingston weds
";
arnews[0] += "Ron Livingston and Rosemarie DeWitt have tied the knot. The 42-year-old \"Office Space\" star and 35-year-old \"Rachel Getting Married\" actress married Nov.";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 08:04:45 GMT";
arnews[0] += "
";
arnews[1]="Movie review: Bandslam -- 3 out of 5 stars
";
arnews[1] += "\"BANDSLAM\" stars, from left, Lisa Chung, Elvy Yost, Charlie Saxton, Tim Jo, Scott Porter, Vanessa Hudgens, Gaelan Connell and Alyson Michalka.";
arnews[1] += "
Publ.Date : Fri, 14 Aug 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="The Damned United'
";
arnews[2] += "Brian Clough is perpetually re-arranging himself; smoothing back his hair, pulling up his pants, showing off his rather demonic smile.";
arnews[2] += "
Publ.Date : Fri, 23 Oct 2009 22:39:57 GMT";
arnews[2] += "
";
arnews[3]="Secretariat' Star Visits Rachel Alexandra
";
arnews[3] += "In between filming the Disney movie, AJ Michalka visited with the winning filly.";
arnews[3] += "
Publ.Date : Sat, 10 Oct 2009 03:04:44 GMT";
arnews[3] += "
";
arnews[4]="New this week
";
arnews[4] += "Showtimes for Grand 14 and Broadway 16 weren't available at press time. \"Cloudy with a Chance of Meatballs\" Four stars.";
arnews[4] += "
Publ.Date : Fri, 18 Sep 2009 04:00:33 GMT";
arnews[4] += "
";
arnews[5]="Jennifer's Body
";
arnews[5] += "Diablo Cody and the pieces of 'Jennifer's Body' By Armond White THE WAY MICHAEL BAY photographs Megan Fox in the Transformers movies - as a teenage boy's pinup fantasy and yet hilariously more woman than a boy can handle - is far in advance of the demon/victim role Fox plays in Jennifer's Body.";
arnews[5] += "
Publ.Date : Wed, 16 Sep 2009 18:06:55 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("