var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Cheryl Burke’s Jackson tribute
";
arnews[0] += "Oct. 15: Access guest correspondent La Toya Jackson gets the scoop from \"Dancing With the Stars\" pro Cheryl Burke about the upcoming dance tribute to Michael Jackson on \"Dancing.\"...";
arnews[0] += "
Publ.Date : Thu, 15 Oct 2009 15:50:50 GMT";
arnews[0] += "
";
arnews[1]="DWTS wk3a - Tom DeLay & Cheryl Burke
";
arnews[1] += "Tom DeLay & Cheryl Burke";
arnews[1] += "
Publ.Date : Tue, 06 Oct 2009 11:53:08 GMT";
arnews[1] += "
";
arnews[2]="Cheryl Burke's "Dancing" Challenge
";
arnews[2] += "Cheryl Burke had some reservations about dancing with politician Tom DeLay--but now nothing could be further from the truth!";
arnews[2] += "
Publ.Date : Wed, 09 Sep 2009 08:51:00 GMT";
arnews[2] += "
";
arnews[3]="Jazzercise Announces Partnership with Cheryl Burke
";
arnews[3] += "Jazzercise Announces Partnership with Cheryl Burke";
arnews[3] += "
Publ.Date : Tue, 23 Jun 2009 20:01:35 GMT";
arnews[3] += "
";
arnews[4]="Free Style - Gilles Marini & Cheryl Burke 8w11
";
arnews[4] += "Dancing with the Stars Gilles Marini & Cheryl Burke";
arnews[4] += "
Publ.Date : Tue, 19 May 2009 02:20:25 GMT";
arnews[4] += "
";
arnews[5]="Gilles Marini and Cheryl Burke dance in Week 4
";
arnews[5] += "Gilles Marini and Cheryl Burke dance the Argentine Tango to El Tango de Assassinos by John Powell Week 4";
arnews[5] += "
Publ.Date : Tue, 31 Mar 2009 03:34:42 GMT";
arnews[5] += "
";
arnews[6]="Gilles Marini and Cheryl Burke Season 8 Week 1
";
arnews[6] += "Gilles Marini and Cheryl Burke dance the Cha Cha Cha to Robert Palmer's Addicted To Love";
arnews[6] += "
Publ.Date : Tue, 10 Mar 2009 06:31:27 GMT";
arnews[6] += "
";
arnews[7]="Sleek New Abs by Cheryl Burke
";
arnews[7] += "The \"Dancing With the Stars\" pro shows how you can disco-dance your way slim.";
arnews[7] += "
Publ.Date : Sun, 08 Feb 2009 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="Cheryl Burke Enters the Crest Whitening Expression...
";
arnews[8] += "To celebrate in the name of great flavors, Crest Whitening Expressions is hosting the \"What's Your Catch Phrase?\" contest in search of the new catch phrase that best captures the...";
arnews[8] += "
Publ.Date : Mon, 22 Sep 2008 18:32:57 GMT";
arnews[8] += "
";
arnews[9]="Emmitt Smith & Cheryl Burke - Mambo - Finale - …
";
arnews[9] += "Champions Emmitt Smith & Cheryl Burke's …";
arnews[9] += "
Publ.Date : Fri, 08 Aug 2008 12:09:26 GMT";
arnews[9] += "
";
totcount = 10;
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("