var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Veterinary office gives love, comfort to animals
";
arnews[0] += "Published: Sunday, February 7, 2010 at 6:01 a.m. Last Modified: Friday, February 5, 2010 at 11:59 p.m. Equipped with steady hands and a Florida Gators surgeon's cap, Terry Tomlin was as calm as the anesthetized wolf hybrid, Aki, as he answered questions about his choice to become a veterinarian.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 15:25:28 GMT";
arnews[0] += "
";
arnews[1]="Escape from Vancouver
";
arnews[1] += "ESCAPE FROM VANCOUVER As the rest of the world comes to town, thousands of locals are fleeing the Olympic extravaganza.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 09:41:40 GMT";
arnews[1] += "
";
arnews[2]="Tourists sunbathe at Waikiki beach in Honolulu, Hawaii.
";
arnews[2] += "As the rest of the world comes to town, thousands of locals are fleeing the Olympic extravaganza.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 07:04:26 GMT";
arnews[2] += "
";
arnews[3]="Society Pages: RM February/March Launch Party at Jonathan Adler in SOHO
";
arnews[3] += "Everyone loves them, everyone hates them, and everyone wants to be in them. Since we will most likely never make the pages of Vanity Fair , we have taken matters into our own hands.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 22:31:12 GMT";
arnews[3] += "
";
arnews[4]="Marriage licenses
";
arnews[4] += "The following marriage licenses were issued recently by the Winnebago County clerk: Jeremy Bunnell and Melissa Lehman, both of Appleton Perignon Burgin of Neenah and Racquel Archer of Menasha Ryan Trieloff and Dawn Hayford, both of Oshkosh";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Police Beat
";
arnews[5] += "Jan. 29 Arrests Alvin C. Somerlot, 45, 508 Euclid Ave., was arrested on a charge of disorderly conduct while intoxicated.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Around the region-Jan.31
";
arnews[6] += "Published: Sunday, January 31, 2010 at 6:01 a.m. Last Modified: Saturday, January 30, 2010 at 7:52 p.m. POLICE BEAT Lake Butler teen hit by car, critically injured A Lake Butler teen-ager who was trying to run across State Road 121 received critical injuries during a Friday afternoon accident in Union County, stated the Florida Highway Patrol.";
arnews[6] += "
Publ.Date : Sun, 31 Jan 2010 21:07:49 GMT";
arnews[6] += "
";
arnews[7]="School Events
";
arnews[7] += "To receive dean's list commendation, full-time students must earn a cumulative grade point average of 3.50 or above on a four-point scale.";
arnews[7] += "
Publ.Date : Fri, 29 Jan 2010 19:33:40 GMT";
arnews[7] += "
";
totcount = 8;
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("