var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brown, Anderson, Horgmo win Dew finals
";
arnews[0] += "Bobby Brown of Breckenridge, Colo. won the freeski slopestyle final at the Winter Dew Tour's Toyota Championship, while second-place finisher, Andreas Hatveit, was crowned the overall Dew Cup champion for the 2009-10 season.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 05:14:10 GMT";
arnews[0] += "
";
arnews[1]="CCAC hires architect to redesign science building
";
arnews[1] += "The Community College of Allegheny County's board voted Thursday to pay a Downtown architectural firm $85,000 to redesign the school's planned $20 million science facility.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 04:41:16 GMT";
arnews[1] += "
";
arnews[2]="Ice man cometh: Burlington Winter Festival
";
arnews[2] += "When Michael Nedell and his cohorts set out to make their next work of art, they can pretty much bypass the art-supply shop and head straight to the hardware store.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Post a Comment
";
arnews[3] += "Local artists become dominant on small but intensive snow-sculpting scene. By Brent Hallenbeck, Free Press Staff Writer * Thursday, February 4, 2010 When Michael Nedell and his cohorts set out to make their next work of art, they can pretty much bypass the art-supply shop and head straight to the hardware store.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 13:15:14 GMT";
arnews[3] += "
";
arnews[4]="Local skiers impress in mogul event at Breck
";
arnews[4] += "Over two days on Breckenridge ski resort's Mach 1 run, some of the area's best freestyle skiers competed in a Rocky Mountain Division mogul competition called Derk Slottow's Rock on the Mach.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 08:05: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("