var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Actor Sheen charged with assault
";
arnews[0] += "Actor Charlie Sheen has been charged with assaulting and threatening his wife Brooke Mueller during an argument on Christmas Day.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:03:37 GMT";
arnews[0] += "
";
arnews[1]="Floods not a thing of the past
";
arnews[1] += "Kendall-Grundy Community Action tried to make it clear to potential applicants that the Social Services Emergency Disaster Relief Grant that victims of 2008 floods can now apply for are to pay for current and future expenses, not ones already incurred because of the natural disaster.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 18:29:32 GMT";
arnews[1] += "
";
arnews[2]="Brangelina Challenges Queen Kardashian in Super Bowl of Photo Ops [Gossip Roundup]
";
arnews[2] += "Did Brangelina's presence make the Saints win, or was it Kim Kardashian 's tight end? Beyonce falls during a concert, Dr.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 12:07:11 GMT";
arnews[2] += "
";
arnews[3]="Morning Links: Tiger Woods, out of sex rehab and back with wife, said to be planning golf comeback
";
arnews[3] += "Tiger Woods is headed back to his home in Windermere, Fla., next week and plans to return to golf in late March, someone who works for the Woods family has told TMZ .";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 13:04:44 GMT";
arnews[3] += "
";
arnews[4]="Lunchtime Links
";
arnews[4] += "Type the characters you see in the picture above. Odd Outrageous or Ongoing Gary Coleman Arrested Gary Coleman has been arrested over an alleged domestic assault.The child star of 80s sitcom Diff'rent strokes was arrested in... Charlie Sheen Hearing Rescheduled Brooke Mueller was rushed to intensive care at Sherman Oaks Hospital on Wednesday ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 20:02:10 GMT";
arnews[4] += "
";
arnews[5]="Catherine Zeta Jones Bundles Up In NYC
";
arnews[5] += "Type the characters you see in the picture above. Odd Outrageous or Ongoing Gary Coleman Arrested Gary Coleman has been arrested over an alleged domestic assault.The child star of 80s sitcom Diff'rent strokes was arrested in... Charlie Sheen Hearing Rescheduled Brooke Mueller was rushed to intensive care at Sherman Oaks Hospital on Wednesday ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 21:54:26 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("