var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Belbin looks like an Olympic medalist. But we say the winner is . . .
";
arnews[0] += "A few figure skating observations as the Grand Prix series heads into its last event before the Dec.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 01:49:25 GMT";
arnews[0] += "
";
arnews[1]="Bloggers Meetup at the Catalyst Conference. #CAT09
";
arnews[1] += "Tonight I dropped by a Bloggers Meetup at the Loafing Leprechaun in Duluth. Most of the folks in attendance are in town for the Catalyst Conference at the Gwinnett Arena.";
arnews[1] += "
Publ.Date : Thu, 08 Oct 2009 06:07:32 GMT";
arnews[1] += "
";
arnews[2]="Tom Garrett Stephenson
";
arnews[2] += "Tom Garrett Stephenson, resident of Ponca City, Okla., passed away on Saturday, Sept.";
arnews[2] += "
Publ.Date : Thu, 01 Oct 2009 06:19:52 GMT";
arnews[2] += "
";
arnews[3]="People in Business
";
arnews[3] += "Nashville Chapter of the Society of Financial Service Professionals announced 2009-10 officers: Clyde McFadden is president.";
arnews[3] += "
Publ.Date : Sun, 27 Sep 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Acuff Falters At World Championships
";
arnews[4] += "Berlin's Olympic Stadium might be the site of Amy Acuff's final competition. The Calallen grad had a rough go in the world high jump finals.";
arnews[4] += "
Publ.Date : Fri, 21 Aug 2009 00:37:00 GMT";
arnews[4] += "
";
arnews[5]="USATF World Champs Quotes: Day 4, Morning
";
arnews[5] += "For Immediate Release Tuesday, August 18, 2009 2009 IAAF World Athletics Championships Day 4 Team USA morning quotes Shawn Crawford , Men's 200 I did what I was supposed to do.";
arnews[5] += "
Publ.Date : Wed, 19 Aug 2009 18:23:38 GMT";
arnews[5] += "
";
arnews[6]="Trafton has a medal, history on her mind in Berlin
";
arnews[6] += "Stephanie Brown Trafton didn't sound satisfied, although that Olympic gold medal from Beijing last August was a nice validation of where she ranks among the world's female discus throwers.";
arnews[6] += "
Publ.Date : Fri, 14 Aug 2009 07:00:00 GMT";
arnews[6] += "
";
arnews[7]="Walters State Receives Chair Award
";
arnews[7] += "Walters State Community College and the Mid-East Regional P-16 Council were recognized with an Exemplary Leadership Award from the Chair Academy at the organizationa s recent international conference.";
arnews[7] += "
Publ.Date : Wed, 12 Aug 2009 00:48:16 GMT";
arnews[7] += "
";
arnews[8]="Athletics: Brown Trafton and Stuczynski aim for gold at World Champs
";
arnews[8] += "Stephanie Brown Trafton and Jenn Stuczynski will headline Team USA's women's field eventers at the 12th IAAF World Championships in Athletics, August 15-23 in Berlin, Germany.";
arnews[8] += "
Publ.Date : Fri, 07 Aug 2009 21:20:00 GMT";
arnews[8] += "
";
totcount = 9;
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("