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]="Maksim Chmerkovskiy Julianne Hough Dating? Did Julianne Cheat On Chuck With Maks?
";
arnews[1] += "Uh-oh.Did tough-talkin' ballroom aficionado Maksim Chmerkovskiy - who recently ended his engagement to dancer Karina Smirnoff - have anything to do with Julianne Hough's shocking split from up and coming country crooner Chuck Wicks? That's the story one Dancing With The Stars set insider is telling! Chuck reportedly kicked Julianne to the curb ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 02:25:58 GMT";
arnews[1] += "
";
arnews[2]="Maksim Reviews 'Dancing with the Stars' Final Four: I Didn't Like Anybody's First Dance
";
arnews[2] += "\"Dancing with the Stars\" pro Maksim Chmerkovskiy blogged his honest opinion of how the final \"Dancing with the Stars\" contestants performed this week, and he was not impressed.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 23:12:26 GMT";
arnews[2] += "
";
arnews[3]="Thanksgiving theater in New York
";
arnews[3] += "New York has its own star-spangled traditions during the holiday season. And from Macy's Thanksgiving Day Parade, which features Broadway floats to the New Year's ball-drop in Times Square, theater is an essential element.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 01:29:04 GMT";
arnews[3] += "
";
arnews[4]="Is Donny Osmond's wife jealous? Is Julianne Hough returning?
";
arnews[4] += "Louis Van Amstel and Kelly Osbourne on Dancing With the Stars . Erik Kabik Julianne Hough at the Academy of Country Music Awards at MGM Grand Garden Arena in Las Vegas on April 5, 2009.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 22:22:02 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("