var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kate Hudson Watches the Super Bowl in New Orleans
";
arnews[0] += "The actress brought son Ryder, 6, and some friends and family to Morton's the Steakhouse, where they took in the game on large screen televisions set up for diners.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 11:00:00 GMT";
arnews[0] += "
";
arnews[1]="Chris Pine + Piper Perabo = ?
";
arnews[1] += "What does it take for Chris Pine to get over short-lived love Olivia Munn ? Dinner with an equally hot femme, of course! Pine and Coyote Ugly sexpot Piper Perabo were spotted having drinks and sharing a brownie together for almost two hours at Napa Valley Grille in L.A.'s Westwood Village.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 22:52:33 GMT";
arnews[1] += "
";
arnews[2]="Looking for a Fight
";
arnews[2] += "Y ou won't hear anyone accusing the Tony-nominated actress Alison Pill of chewing scenery.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 04:39:10 GMT";
arnews[2] += "
";
arnews[3]="Chris Pine's Brownie Points With Piper Perabo
";
arnews[3] += "What does it take for Chris Pine to get over short-lived love Olivia Munn ? Dinner with an equally hot femme, of course! Pine and Coyote Ugly sexpot Piper Perabo were spotted having drinks and sharing a brownie together for almost two hours at Napa Valley Grille in L.A.'s Westwood Village.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 01:24:56 GMT";
arnews[3] += "
";
arnews[4]="SIGHting
";
arnews[4] += "Not like I really care or anything 2 Olivia Munn is waaaaay hotter than Piper Perabo.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 00:15:00 GMT";
arnews[4] += "
";
totcount = 5;
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("