var arnews = new Array(8);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="10 Reasons I Heart DWTS - Salon
";
arnews[0] += "Click \"Submit Abuse\" if you feel this post is inappropriate. Explain why below if you wish. Dancing With The Stars is fun. It doesn’t pretend to be anything else. In fact, \"fun\" may the the most prevalently said word on DWTS every episode ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 17:11:00 GMT";
arnews[0] += "
";
arnews[1]="Osmond one freestyle away from 'Dancing with the Stars' win - Mormon Times
";
arnews[1] += "Despite a distracting strip of partner Kym Johnson's dress coming loose, despite posting the lowest total score for the week, and despite the fact that he hasn't seen multiple 10s since week five's Argentine tango, Donny Osmond is going to shake it ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 07:20:00 GMT";
arnews[1] += "
";
totcount = 2;
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("