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]="Pretty People Play Video Games Too
";
arnews[1] += "Who said video games were just for nerds? Well actually, that was probably me....until last night anyway.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 15:50:50 GMT";
arnews[1] += "
";
arnews[2]="LA Woman
";
arnews[2] += "He can finally unclench those butt cheeks and let go of that nickel. After winning over the judges and the audience with his steady improvement and endearing smile, football star Michael Irvin found himself with the lowest combined total number of points, thereby ending his and partner Anna Demidova 's bid for the \"DWTS\" title.";
arnews[2] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Steve
";
arnews[3] += "He can finally unclench those butt cheeks and let go of that nickel. After winning over the judges and the audience with his steady improvement and endearing smile, football star Michael Irvin found himself with the lowest combined total number of points, thereby ending his and partner Anna Demidova 's bid for the \"DWTS\" title.";
arnews[3] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Kathode
";
arnews[4] += "He can finally unclench those butt cheeks and let go of that nickel. After winning over the judges and the audience with his steady improvement and endearing smile, football star Michael Irvin found himself with the lowest combined total number of points, thereby ending his and partner Anna Demidova 's bid for the \"DWTS\" title.";
arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 07:14:29 GMT";
arnews[4] += "
";
arnews[5]="Phil Palmer
";
arnews[5] += "He can finally unclench those butt cheeks and let go of that nickel. After winning over the judges and the audience with his steady improvement and endearing smile, football star Michael Irvin found himself with the lowest combined total number of points, thereby ending his and partner Anna Demidova 's bid for the \"DWTS\" title.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 00:35:57 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("