var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On the final two nights of 'Dancing with the Stars' season nine...
";
arnews[0] += "\"Episode 910 & 910A\" - After ten weeks of surprises and dazzling performances, Mya, Kelly Osbourne and Donny Osmond have stood out in the largest group of \"Dancing with the Stars\" competitors and earned the right for a chance to be crowned champion of \"Dancing with the Stars.\" The three finalists will have their last opportunity to impress the ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:05:35 GMT";
arnews[0] += "
";
arnews[1]="Tony Gonzalez and Wife: Nude For PETA
";
arnews[1] += "Tony Gonzalez plays tight end for the Atlanta Falcons of the NFL. Now he and his wife are showing their own tight ends for PETA! Well, actually they're not.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:14:00 GMT";
arnews[1] += "
";
arnews[2]="When Levi Met La Toya - US Weekly Celebrates 'Hot Hollywood 2009'
";
arnews[2] += "NOVEMBER 18: Singer Adam Lambert arrives at the Us Weekly Hot Hollywood Event at Voyeur on November 18, 2009 in Los Angeles, California.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="True Blood Star Camping Out for New Moon Tix?
";
arnews[3] += "Alexander Skarsgrd can't wait to start shooting the next season of True Blood . \"It's been like five or six months since I've seen most of them,\" Skarsgrd, who plays vampire Eric on the hit HBO series, told me at the GQ Men of the Year party.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Hollywood stars at Samsung Launch party
";
arnews[4] += "Television personality Lauren Conrad arrives at the Samsung Behold II Launch party in Los Angeles on Nov.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 05:38:20 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("