var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="a Dancing With the Starsa couples gyrate in swimsuits
";
arnews[0] += "I realize this headline could apply to any episode of Dancing With the Stars - but this time the hard-bodied dance pros' signature near-nudity is for a print-based cause.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 10:43:49 GMT";
arnews[0] += "
";
arnews[1]="Ballroom to Bawdy
";
arnews[1] += "Senior editor Maria Hess chats about Delaware's arts scene. Maria Hess Published January 19, 2010 at 11:17 AM Welcome to Delaware Today's arts blog, the spot to dish on the many cultural opportunities available to Delaware audiences.";
arnews[1] += "
Publ.Date : Tue, 19 Jan 2010 19:25:49 GMT";
arnews[1] += "
";
arnews[2]="Ballroom Blitz
";
arnews[2] += "TV legend Barbara Eden will appear as mistress of ceremonies in \"Ballroom With a Twist,\" at the DuPont Theatre January 19-24. The show, choreographed by \"Dancing with the Stars\" choreographer Louis van Amstel, is riveting, says Eden.";
arnews[2] += "
Publ.Date : Mon, 14 Dec 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Light on their feet
";
arnews[3] += "Married \"Dancing With the Stars'' personalities Edyta Sliwinska and Alec Mazo did their best to help locals with their moves on Friday night at the Arthur Murray and AdMeTech Foundation-sponsored Dance for the Cure of Prostate Cancer benefit.";
arnews[3] += "
Publ.Date : Mon, 14 Dec 2009 08:58:40 GMT";
arnews[3] += "
";
arnews[4]="Ben Affleck, far left, seen at a special screening of the Iraq...
";
arnews[4] += "28. Eight films from the upcoming Sundance festival in Utah have been chosen to screen in eight different theaters around the country.";
arnews[4] += "
Publ.Date : Fri, 11 Dec 2009 10:26:41 GMT";
arnews[4] += "
";
arnews[5]="Dancing With the Stars @ Park Plaza - Tonight
";
arnews[5] += "My mom likes to watch Dancing With the Stars. I've never actually seen it, but I've heard it's pretty entertaining.";
arnews[5] += "
Publ.Date : Fri, 11 Dec 2009 08:23:26 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("