var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Transitions Names Winchester Optical 'Lab of Year' at 14th Annual Transitions Academy
";
arnews[0] += "More than 1,400 people attended this year's Transitions Academy, held here Jan. 31 to Feb.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 11:59:04 GMT";
arnews[0] += "
";
arnews[1]="Skater takes a shot at a spot on KCa s all-female Roller Warriors
";
arnews[1] += "Writer Suzanne Cole of Leawood and veteran skater Amy Kennedy of Parkville skate shoulder-to-shoulder during one of many skating skills tests.";
arnews[1] += "
Publ.Date : Fri, 29 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="SF Sketchfest
";
arnews[2] += "Launched in 2002, SF Sketchfest now stands as one of the finest comedy festivals in the country, offering a mix of marquee and up-and-coming names from near and far.";
arnews[2] += "
Publ.Date : Thu, 14 Jan 2010 12:32:19 GMT";
arnews[2] += "
";
arnews[3]="Cole, Mary Helen
";
arnews[3] += "Mary Helen Cole, Cedarburg, Wis., passed away on Wednesday, Jan. 6, 2010, at the age of 88.";
arnews[3] += "
Publ.Date : Sat, 09 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Mary Helen Cole
";
arnews[4] += "Mary Helen Cole of Cedarburg passed away on Wednesday, Jan. 6, 2010, at the age of 88.";
arnews[4] += "
Publ.Date : Fri, 08 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Vengeance Is Mine
";
arnews[5] += "From top left: Andrew Cooper/Miramax Films; Bob Marshak/Artisan Entertainment; Stephanie Branchu/20th Century Fox; New Line Productions From top left: Uma Thurman in \"Kill Bill\"; Terence Stamp in \"The Limey\"; Liam Neeson in \"Taken\"; Viggo Mortensen in \"A History of Violence.\" The New York Post includes among its 10 best movie lines of 2009 a speech ...";
arnews[5] += "
Publ.Date : Tue, 29 Dec 2009 04:29:52 GMT";
arnews[5] += "
";
arnews[6]="Flood among top 2009 Minnesota stories
";
arnews[6] += "North Dakota National Guard troops shore up a dike along the rising Red River behind the Shriners Center in Fargo during a March 25 snowstorm.";
arnews[6] += "
Publ.Date : Tue, 22 Dec 2009 08:20:23 GMT";
arnews[6] += "
";
arnews[7]="EDH Blue Devils claim a
";
arnews[7] += "The El Dorado Hills Blue Devils won the District Cup in the under-12 division on Saturday.";
arnews[7] += "
Publ.Date : Wed, 16 Dec 2009 20:08:38 GMT";
arnews[7] += "
";
arnews[8]="Mary C. Harden
";
arnews[8] += "Mary C. Harden, 97, of Clay City, died Dec. 12, 2009, at 11:15 p.m., in Southwood Health and Rehabilitation Center.";
arnews[8] += "
Publ.Date : Wed, 16 Dec 2009 04:45:28 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("