var arnews = new Array(6);
totcount = 6;
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]="Audrina Patridge Scores New Boyfriend
";
arnews[1] += "We don't know what's more messed up about this - \" that somebody is attracted to Audrina Patridge, or that he's a 27-year old playing a high school junior on TV.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 14:37:00 GMT";
arnews[1] += "
";
arnews[2]="Dancing with the Stars 2009 cast: Mya, Joanna Krupa, Kelly Osbourne and Donny Osmond compared
";
arnews[2] += "Ian Ono and Jana Monji : Mya and Dmitry Chaplin perform a perfect samba. ABC/Adam Larkey.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="The So You Think You Can Dance Dictionary
";
arnews[3] += "Today @ 1:55 am Here we list down the definitions, terms and our own forum lingo.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 07:28:06 GMT";
arnews[3] += "
";
arnews[4]="Dancing with the Stars: Susan Boyle, more flu and double the dancing this week
";
arnews[4] += "Things should get back to normal tonight on \"Dancing with the Stars\" with one elimination, but the five remaining couples will also each have two dances.";
arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 22:38:00 GMT";
arnews[4] += "
";
arnews[5]="Aaron Carter and Karina on DWTS: 'We are not going down without a fight'
";
arnews[5] += "Dancing With the Stars ' Aaron Carter and Karina Smirnoff refuse to be defeated by the flu.";
arnews[5] += "
Publ.Date : Sat, 07 Nov 2009 07:48:39 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("