var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Julianne Hough likes to dance with her dog Lexi - Ledger-Enquirer
";
arnews[0] += "Julianne Hough, a two-time professional dance champion on ABC's \"Dancing With the Stars,\" likes to dance with her dog Lexi. Hough, who is also an award-winning country singer, tells about her life with her beloved dog in a story on the Modern Dog ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 13:49:00 GMT";
arnews[0] += "
";
arnews[1]="Short track speedskater Apolo Anton Ohno 'evolved' for 2010 Winter ... - New York Daily News
";
arnews[1] += "Apolo Anton Ohno says he shed weight and lifted heavier weights in preparation of the 2010 Winter Olympic Games, in which he'll compete in four events. Unlike most Olympians in these events, Ohno didn't disappear. He tailored his body to the test at ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 12:31:00 GMT";
arnews[1] += "
";
arnews[2]="Who'll grab the headlines? - Concord Monitor
";
arnews[2] += "Canada has not won a gold medal in its two home Olympics - summer and winter. To avoid a repeat of that, the Canadian Olympic Committee started a funding program called Own the Podium before the 2006 Winter Games, and it produced an all-time best ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:53:00 GMT";
arnews[2] += "
";
arnews[3]="Ohno on track for history books - YAHOO!
";
arnews[3] += "VANCOUVER (AFP) – Apolo Anton Ohno said he will count on his experience and a \"hometown advantage\" to become the most decorated Olympic short-track speed skater in what could be his third and last Games. The 27-year-old American said Tuesday he had ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 06:05:00 GMT";
arnews[3] += "
";
arnews[4]="Beef & Boards to present ‘Footloose’ - Hendricks County Flyer
";
arnews[4] += "INDIANAPOLIS — Beef & Boards Dinner Theatre cuts loose this February with “Footloose,” the stage adaptation of the hit 1980s movie musical. Nominated for four Tony Awards and live on stage at Beef & Boards Dinner Theatre, “Footloose” is the ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:15:00 GMT";
arnews[4] += "
";
arnews[5]="We Are The World 2010 - Gather.com
";
arnews[5] += "Am, Mos Def and Julianne Hough. There seems to be buzz that the song is going to air during the coverage of the opening ceremonies of the Vancouver Olympics on NBC. Though it hasn't been confirmed by NBC yet.";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 18:03: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("