var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Towson prepares for crowds along Phelps parade route
";
arnews[0] += "It's beginning to sound like a military operation, complete with maps, complex logistics, moving machinery and marchers in uniform.";
arnews[0] += "
Publ.Date : Wed, 24 Sep 2008 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Hoff's gold standard
";
arnews[1] += "Six events, five gold medals. And if Katie Hoff's fingernails had been just a smidgen longer yesterday morning, she would have made it a clean sweep of her events at the Missouri Grand Prix.";
arnews[1] += "
Publ.Date : Tue, 19 Feb 2008 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Faces of the future
";
arnews[2] += "If the average person were to walk up to Katie Hoff tomorrow and explain in a calm and rational voice that, at age 16, after the year she has had, Hoff might have earned the right to call herself the best female swimmer in the world, her reaction would likely be something like this: nervous laughter, some significant eye rolling, plenty of ...";
arnews[2] += "
Publ.Date : Thu, 13 Apr 2006 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Experience the TV thrills of I'm A Celebrity a without tuning in
";
arnews[3] += "Want the I'm A Celeb experience a ' only without the actual \"celebs\"? These shows more than fit the bill.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 13:36:58 GMT";
arnews[3] += "
";
arnews[4]="Weekend a special one for Dagny Knutson
";
arnews[4] += "The Majettes' streak of 15 straight Wes4 Region titles was snapped las4 weekend in Williston.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 14:33:00 GMT";
arnews[4] += "
";
arnews[5]="Weekend a special one for Dagny Knutson
";
arnews[5] += "The Majettes' streak of 15 straight Wes4 Region titles was snapped las4 weekend in Williston.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 03:05:07 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("