var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Scott Hamilton offers vision of figure skating’s future - Adirondack Daily Enterprise
";
arnews[0] += "We've got a great band, great players, very polished musicians, who will be behind Phil Stacey and Melinda Doolittle from 'American Idol.' This is what the next generation of skating shows can be. \"The entertainment side of the sport, in this new ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:23:00 GMT";
arnews[0] += "
";
arnews[1]="Sports shorts: Nov. 18 - Press Republican
";
arnews[1] += "The show will also feature Kimmie Meissner, Jozef Sabovcik and Caryn Kadavy, all skating to music performed by a live band and American Idols Phil Stacey and Melinda Doolittle. Tickets for the Dec. 29 performance of Scott Hamilton's Holiday Concert ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:56:00 GMT";
arnews[1] += "
";
arnews[2]="Sonic Boom: First Impressions of Adam - LongIslandPress
";
arnews[2] += "And now—months after his second-place finish to Kris Allen, a show-biz lifetime since the confetti and pyrotechnics ushered Adam off our TV sets—his album is here. (Cue hysteria.) But rather than just listen to it in the privacy of my own home, I ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 05:13:00 GMT";
arnews[2] += "
";
totcount = 3;
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("