var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mike Marshak juggled and ice skated at the same time for the first time Friday.
";
arnews[0] += "Mike Marshak juggled and ice skated simultaneously for the first time Friday. He has juggled and roller bladed before, but never on the slick and frozen.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:12:33 GMT";
arnews[0] += "
";
arnews[1]="Marriage licenses
";
arnews[1] += "The following marriage licenses were issued in Wicomico County Circuit Court from Sept.";
arnews[1] += "
Publ.Date : Sun, 11 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Alexa Linden has been on the ice since she was an infant.
";
arnews[2] += "It started on a frozen pond in Canada, has lasted through countless hours after school and during the summers, and it will continue this weekend at The RRRink, which hosts the Pacific Northwest Regional Figure Skating Championships.";
arnews[2] += "
Publ.Date : Wed, 07 Oct 2009 10:28:46 GMT";
arnews[2] += "
";
arnews[3]="Toy Department: Catching Up With ... Dorothy Hamill
";
arnews[3] += "She has an island fantasy camp to run this week, a fall wedding -- her own -- to plan, an Olympic hopeful to mentor and a televised holiday show to prep for.";
arnews[3] += "
Publ.Date : Tue, 22 Sep 2009 15:27:24 GMT";
arnews[3] += "
";
arnews[4]="So far so good for McLaughlin, Brubaker and 'Mr. Nicks'
";
arnews[4] += "An 11th-place finish at the World Figure Skating Championships last March led two-time U.S. pair champions Keauna McLaughlin and Rockne Brubaker to switch coaches, taking them from Dalilah Sappenfield's guidance in Colorado Springs, Colo.,to Aliso Viejo to work with John Nicks .";
arnews[4] += "
Publ.Date : Sat, 12 Sep 2009 01:00:31 GMT";
arnews[4] += "
";
arnews[5]="Horse center benefit soon
";
arnews[5] += "An Ashland horse rehabilitation center plans its annual fundraiser this month. The Equamore Music & Art Festival is set from 11:30 a.m. to 8 p.m. Saturday, Sept.";
arnews[5] += "
Publ.Date : Tue, 01 Sep 2009 20:05:43 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("