var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Holiday Treats for the Locavore Carnivore
";
arnews[0] += "As the holiday season rapidly approaches, Austin-area cooks are blessed with a wide selection of the absolute freshest of local, sustainable products to prepare, including pasture-grazed, all-natural meats, meat products, and poultry.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 12:56:49 GMT";
arnews[0] += "
";
arnews[1]="The Open Road
";
arnews[1] += "They've got a long way to go. Unless your name is \"Wahlberg,\" the movies aren't a top career option for aging boy banders.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 19:51:08 GMT";
arnews[1] += "
";
arnews[2]="CORRECTIONS: Nov. 14, 2009
";
arnews[2] += "A photo Friday on Page B2 that pictured those honored for the collaboration between the Elyria Public Library for its North Branch and Lorain County Community College for the Barbara and Mike Bass Library Community Resource Center was cut short - omitting Keith Washburn, director of LCCC's library.";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 07:18:48 GMT";
arnews[2] += "
";
arnews[3]="Hetrick-Martin Institute Gala: Cory Booker, Veronica Webb, Lance Bass And More
";
arnews[3] += "Newark Mayor Cory Booker joked that he had a huge \"man crush\" on his New York City counterpart as he presented Mayor Bloomberg with the Emery Award at the Hetrick-Martin Institute gala on Wednesday night.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 23:00:45 GMT";
arnews[3] += "
";
arnews[4]="2009 November 13
";
arnews[4] += "Archive for November 13th, 2009 County OKs cost-cutting measures ELYRIA - County investment income dropped from $8.3 million in 2007 to $5.8 million last year and is expected to be $2.9 million this year, Lorain County Treasurer Daniel Talarek said Thursday.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 12:00:05 GMT";
arnews[4] += "
";
arnews[5]="The New Standard For Gay
";
arnews[5] += "First, it was Judy Judy Judy... then La Streisand... then La Cage... and Rent...Clay Aiken and Lance Bass... but while A Single Man stylishly aspires to becoming the next gen of gay identity drama, this duet just set a new standard for the gaydar meter... Steve & Eddie meets The Y Chromosome.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 18:54:35 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("