var arnews = new Array(10);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="25 new celebrities added to fanunity
";
arnews[0] += "donnie wahlberg; joey mcintyre; jordan knight; jonathan knight; danny wood; khulan chuluun; amber smith; cody linley; ted mcginley; warren sapp; kara dioguardi; jeffrey ross; maurice greene; cloris leachman; lacey schwimmer; inna breyer ...";
arnews[0] += "
";
arnews[1]="Dancing With The Stars - Season 7 - Week 3 - The Results
";
arnews[1] += "Ted McGinty and Inna Breyer were the next to go. And then Kim Kardasian and Mark Ballas said Adieu to the dance floor. Tonight no one will be going home. With the weekend injury of Misty May Traynor, she and her professional partner ...";
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("