var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brangelina cuddle,
";
arnews[0] += "It was extraordinary. Mystical, almost. Thousands witnessed in awe as Brangelina made a resplendent appearance Sunday at Sun Life Stadium in Miami and looked down on the adrenaline-drenched field below, where two bands of mere mortals battled over an inflated oval ball.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:26:22 GMT";
arnews[0] += "
";
arnews[1]="Trump Now Flying Solo to Palm Beach
";
arnews[1] += "On Donald's jet to Palm Beach, there's no room for family baggage. a The sacrament of marriage has taken a beating in recent decades, but it's time to take a stand.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:37:32 GMT";
arnews[1] += "
";
arnews[2]="Trump: Marital woes rumor false
";
arnews[2] += "Although Donald Trump has spent several weekends alone at his Mar-a-Lago Club in Palm Beach, Florida, this season, he denies any marital problems exist between him and his wife Melania.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:28:24 GMT";
arnews[2] += "
";
arnews[3]="Donald Trump dismisses divorce rumours
";
arnews[3] += "Donald Trump has dismissed rumours that his marriage with wife Melania may be on the rocks.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 12:04:30 GMT";
arnews[3] += "
";
arnews[4]="Sideshow: Brangelina cuddle,
";
arnews[4] += "It was extraordinary. Mystical, almost. Thousands witnessed in awe as Brangelina made a resplendent appearance Sunday at Sun Life Stadium in Miami and looked down on the adrenaline-drenched field below, where two bands of mere mortals battled over an inflated oval ball.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 09:47:08 GMT";
arnews[4] += "
";
arnews[5]="Big-name celebrities turn out for big game
";
arnews[5] += "The cry of \"Who Dat\" wasn't all about the New Orleans Saints at the Super Bowl - it was also said by onlookers as cameras flashed at the sight of A-list celebrities at the big game, including Brad Pitt and Tom Cruise with kids in tow.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 06:24:24 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("