var arnews = new Array(7);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bad Hair Day’ Keeps Demi Moore Home On Golden Globes Night - Access Hollywood
";
arnews[0] += "While Ashton Kutcher hit the Globes – even taking the stage to present an award – Demi stayed home feeling under the weather. “Feeling sick and having a bad hair day,” Demi wrote on her Twitter page on Sunday afternoon. But that didn’t keep ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[0] += "
";
arnews[1]="Stargazing | Wayne Newton stands up for his tribe - Kansas City Star
";
arnews[1] += "“Mr. Las Vegas” himself, Wayne Newton , wants Virginia to grant state recognition to his Indian tribe. Newton, who was born in Virginia, went to Richmond this week to ask state legislators to officially recognize the Patawomeck, or Potomac, tribe ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 04:23:00 GMT";
arnews[1] += "
";
totcount = 2;
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("