var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Toronto Dances with the Stars
";
arnews[0] += "Top-performers from hit TV series, a Dancing with the Starsa TM and a TMSo You Think You Can Dancea TM in Toronto Feb.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 05:36:16 GMT";
arnews[0] += "
";
arnews[1]="Toronto Dances with the Stars
";
arnews[1] += "Top-performers from hit TV series, a Dancing with the Starsa TM and a TMSo You Think You Can Dancea TM in Toronto Feb.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 10:24:58 GMT";
arnews[1] += "
";
arnews[2]="Toronto Dances with the Stars
";
arnews[2] += "Top-performers from hit TV series, a Dancing with the Starsa TM and a TMSo You Think You Can Dancea TM in Toronto Feb.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 09:48:09 GMT";
arnews[2] += "
";
arnews[3]="'Dancing With The Stars'' Maksim Chmerkovskiy Celebrates the Big 3-0
";
arnews[3] += "Monday, January 25, 2010 at 3:38 p.m. Read more: Entertainment , ET , Entertainment , Celebrity , Maksim Chmerkovskiy ET has the latest... \"Dancing with the Stars\" fan favorite Maksim Chmerkovskiy celebrated his 30th birthday Sunday night, and ET has the pics! The pro dancer's festivities were held at Tenjune Nightclub in New York City and guests ...";
arnews[3] += "
Publ.Date : Mon, 25 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Carrie Underwood's Super Bowl Plans Revealed
";
arnews[4] += "Thursday, January 28, 2010 at 4:59 p.m. Read more: Entertainment , ET , Entertainment , Celebrity , Carrie Underwood , Super Bowl ET has learned what country music star Carrie Underwood 's plans are for the upcoming Super Bowl game! The former \"American Idol\" champ and four-time Grammy-award winner will sing the National Anthem at the Super Bowl ...";
arnews[4] += "
Publ.Date : Wed, 20 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Susan Boyle Discovers Home Intruder
";
arnews[5] += "Wednesday, January 27, 2010 at 9:43 a.m. Read more: Entertainment , ET , Entertainment , Celebrity , Susan Boyle Susan Boyle may need to step up her security.";
arnews[5] += "
Publ.Date : Fri, 18 Dec 2009 08:00:00 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("