var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Judge: Charlie Sheen allowed to see wife
";
arnews[0] += "Charlie Sheen appeared in a Colorado courtroom on Monday where a judge adjusted a protective order, allowing the actor to be in contact with his wife, Brooke Mueller , The Associated Press reports.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:39:42 GMT";
arnews[0] += "
";
arnews[1]="The Top 5 bad romances in movie history
";
arnews[1] += "Couples throughout the Valley will celebrate Valentine's Day this weekend with a trip to the cinema, where some of the greatest love stories of all time have played out.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Brooke Mueller moving back in With Sheen after assault charge
";
arnews[2] += "The attorney admits his client is eager to reconcile with Sheen for the sake of their twin baby sons.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Entertainment News from TV Guide
";
arnews[3] += "Brad Pitt and Angelina Jolie to sue over split claims Hollywood power couple Angelina Jolie and Brad Pitt are taking legal action against a British tabloid that reported the couple was going to break up.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:25:49 GMT";
arnews[3] += "
";
arnews[4]="Tom Cruise Signs For Mission: Impossible 4
";
arnews[4] += "But until yesterday, it wasn't a locked deal - while Cruise was producing the next film with JJ Abrams, but though he was expected to return, he hadn't signed on the dotted.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:44:26 GMT";
arnews[4] += "
";
arnews[5]="Brooke Sheen wants case dismissed
";
arnews[5] += "Charlie Sheen and his wife were reunited after a judge modified a restraining order and allowed them them to work out their differences following a Christmas Day domestic violence dispute in which the actor allegedly pinned his spouse on a bed with a knife to her throat.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 07:32:14 GMT";
arnews[5] += "
";
arnews[6]="Charlie Sheen back with Brooke
";
arnews[6] += "The 'Two and a Half Men' star - who was arrested on Christmas Day for allegedly threatening Brooke - was reunited with his spouse yesterday after a judge modified a restraining order and allowed the couple to work out their differences.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 07:32:04 GMT";
arnews[6] += "
";
totcount = 7;
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("