var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Top 10: Hip & Hot Single Celebrity Boomers
";
arnews[0] += "Americans are obsessed with famous, picture perfect unions. Yet even celebrities with a fan base, don't always have an easy time settling down.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="NORM: 'Girls Gone Wild' creator feels heat
";
arnews[1] += "J oe Francis, the \"Girls Gone Wild\" creator, is getting reacquainted with the IRS.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:32:12 GMT";
arnews[1] += "
";
arnews[2]="TSS Endorsement: The Atlas Foundation
";
arnews[2] += "Over the years I have grown extremely cynical of charities and organizations claiming to help ordinary people who have been thrust into extraordinary circumstances and are in dire need of the help of others.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:36:11 GMT";
arnews[2] += "
";
arnews[3]="Jockeys Luzzi, Maragh to Attend Atlas Dinner
";
arnews[3] += "Prominent jockeys Mike Luzzi and Rajiv Maragh will join boxing trainer and ESPN2 Friday Night Fights analyst Teddy Atlas in attending the annual Dr.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 20:15:44 GMT";
arnews[3] += "
";
arnews[4]="Ready for a winning streak
";
arnews[4] += "Many casino operators are increasingly -- albeit not always confidently -- ready to call a bottom to their current woes, but another group of industry players is almost certainly in for a winning run over the next few years: slot machine makers.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Ten Things You Never Knew About George Hamilton
";
arnews[5] += "Who is George Hamilton? That very question was ringing around the nation's living rooms on Sunday evening when he was revealed in the latest I'm A Celebrity... lineup.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:13:16 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("