var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="DWTS 2010 cast: How about Carl Lewis or Mike Tyson?
";
arnews[0] += "Ian Ono and Jana Monji : Greg Louganis has already volunteered to be a cast member, but what about another gold medalist: Carl Lewis? Or if you want another bad boy, how about Mike Tyson? Both Tyson and Lewis were featured on the Italian version of \"Dancing with the Stars\" last month.";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 01:10:11 GMT";
arnews[0] += "
";
arnews[1]="Gilles Marini of 'Dancing with the Stars' and 'Sex in the City'...
";
arnews[1] += "\"Sex in the City\" movie hunk Gilles Marini will be showing his moves -- his \"Dancing with the Stars\" moves, that is -- at Soaring Eagle Casino in Mt.";
arnews[1] += "
Publ.Date : Wed, 06 Jan 2010 03:08:31 GMT";
arnews[1] += "
";
arnews[2]="Actress Barbara Eden Leaves The Hills For Art
";
arnews[2] += "On January 19, Hollywood Hills star Barbara Eden will take off from the West Coast bound for the East Coast in order to host \"Ballroom with a Twist,\" with choreographer and \"Dancing With the Stars\" pro, Louis van Amstel [who partnered with celebrities Lisa Rinna, Priscilla Presley, Monique Coleman and Kelly Osborne on the show] as well as \"American ...";
arnews[2] += "
Publ.Date : Sat, 02 Jan 2010 21:50:00 GMT";
arnews[2] += "
";
arnews[3]="Dancing With the Stars: Kelly Osbourne swims with the dolphins in Hawaii
";
arnews[3] += "While her \" Dancing With the Stars \" experience may be over, competitor Kelly Osbourne is still enjoying life by vacationing in Hawaii with fianc Luke Worrall to celebrate his 20th birthday.";
arnews[3] += "
Publ.Date : Tue, 29 Dec 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Dance with Louis VanAmstel
";
arnews[4] += "Kelly Osbourne and Louis Van Amstel on Dancing With the Stars Girls got your shoes on? Get ready to Dance, Dance, Dance! Louis VanAmstel developed his own dance class that helps non-dancers enjoy the dance and tone up and actually loose weight.";
arnews[4] += "
Publ.Date : Fri, 18 Dec 2009 17:34:42 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("