var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tyler Perry's I Can Do Bad All By Myself (R1/Us BD) in January
";
arnews[0] += "Lionsgate Home Entertainment have announced the US DVD and Blu-ray Disc release of Tyler Perry's I Can Do Bad All By Myself on 12th January 2010.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 19:03:34 GMT";
arnews[0] += "
";
arnews[1]="Fashion Star Of The Week: Kate Beckinsale
";
arnews[1] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 GMT";
arnews[1] += "
";
arnews[2]="Daryl Hall And John Oates To Appear On the Cleveland Show This Sunday
";
arnews[2] += "The number-one selling duo in music, Daryl Hall and John Oates, are appearing as themselves on the hit comedy, THE CLEVELAND SHOW this Sunday, November 22nd at 8:30pm ET/PT. Cleveland celebrates his first Thanksgiving with his new family, as well as his own parents, Cookie and Freight Train , and Donna's Auntie Momma .";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 03:52:41 GMT";
arnews[2] += "
";
arnews[3]="Movies: Now Playing and Coming Soon
";
arnews[3] += "The Fantastic Mr. Fox: An animated Wes Anderson film based on a Roald Dahl story about farm folk who tire of the wily fox in their midst and resolve to wipe out him and his kind.Old Dogs: Business partners John Travolta and Robin Williams are saddled with 6-year-old twins.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 20:21:00 GMT";
arnews[3] += "
";
arnews[4]="For the Affluent Lifestyle
";
arnews[4] += "The Skin She's In Beyond beauty Sophie Okonedo, is an actress that has definitely mastered her craft.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 15:04:19 GMT";
arnews[4] += "
";
arnews[5]="Mini movie reviews
";
arnews[5] += "For an online film guide, see augustachronicle.com/movies : THIS WEEK THE BLIND SIDE : Homeless teen is taken in by a wealthy couple as part of a college-football recruitment program.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 06:37:46 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("