var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nagasu's education - Universal Sports
";
arnews[0] += "Mirai Nagasu was poised to become skating's next big star after winning the 2008 U.S. title. Just 14 years and 9 months, she was the second-youngest winner behind Tara Lipinski . But an ankle injury, a growth spurt and typical teenage rebellion have ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 13:14:00 GMT";
arnews[0] += "
";
arnews[1]="Today's Headlines: 11-year-old kills bear on front porch; Roller ... - Oregonian
";
arnews[1] += "View full size View full size Hop into the Northwest Headline's way-back machine for a noteworthy story that we somehow missed last week, a tale that turns a fairy tale, \"The Three Bears,\" on its head. Last Wednesday, an 11-year-old boy near Driggs ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[1] += "
";
arnews[2]="World-class roller skating in Lynnwood - Seattle Times
";
arnews[2] += "Kylee Berger, an elite artistic roller skater who is headed to the World Championships in Germany later this week, practices at Lynnwood Bowl & Skate. From the ankle up, roller skater Kylee Berger looks like she could be on ice: flesh-colored tights ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[2] += "
";
arnews[3]="Lynnwood roller skater one of best in world - Newsday
";
arnews[3] += "LYNNWOOD, Wash. - LYNNWOOD, Wash. (AP) — From the ankle up, roller skater Kylee Berger looks like she could be on ice: flesh-colored tights, black Lycra skating dress, a lean frame. She excels at whipping herself into tight spins and recently ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 22:41:00 GMT";
arnews[3] += "
";
arnews[4]="International Capsules: 'Rebellion' over, Nagasu keeps focus on ... - Brownsville Herald
";
arnews[4] += "EL SEGUNDO, Calif. — Mirai Nagasu was having one of those off days that every figure skater — everyone in every career, really — has had. She missed one jump during her run-through, and then another. She lolly-gagged around the ice while her ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 23:38:00 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("