var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chicagoland
";
arnews[0] += "Art Intuit: 756 N. Milwaukee Ave.: 243-9088. The exhibit Freaks & Flash, curated by Anna Friedman Herlihy and Jan Petry, will be on display through Jan.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:00:00 GMT";
arnews[0] += "
";
arnews[1]="Brokerage assistant changed testimony after he was fired from his job
";
arnews[1] += "Victoria-based investment adviser Carolann Steinhoff denies that she or her assistants at Wellington West Capital Inc.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:22:09 GMT";
arnews[1] += "
";
arnews[2]="Posters artwork picked for Estero's Festival of The Arts
";
arnews[2] += "Three Oaks Middle School eighth-grader Andie Kunkel's artwork was selected to be on the posters that will promote Estero's upcoming Festival of The Arts.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Self-harmer Sarah Hamflett stole thousands as cry for help
";
arnews[3] += "A WORKER stole thousands of pounds from her bosses after being unable to handle her secret eating disorder, a court heard.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT";
arnews[3] += "
";
arnews[4]="Canton: On Display at Canton Public Library: Multi-Artist Craft Show
";
arnews[4] += "At The Library Submitted by Jane Hoben, Canton Public Library, on 2009-11-20.   For the month of December, Canton Public Library's display case features the work of a number of local artists whose items will be available for \"creative holiday shopping.\" The display is \"back by popular demand,\" said Nancy Donoghue, who oversees the library's ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:02:15 GMT";
arnews[4] += "
";
arnews[5]="Porn Mogul's Son To Be Tried In Girlfriend's Death
";
arnews[5] += "The son of a late San Francisco pornography mogul will stand trial on accusations that he crushed his ex-girlfriend's skull with a baseball bat.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 04:32:51 GMT";
arnews[5] += "
";
arnews[6]="Obituaries for Nov. 21
";
arnews[6] += "July 18, 1929-Nov. 16, 2009 Gresham resident Earl David Lesperance, 80, died Monday, Nov.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 04:26:47 GMT";
arnews[6] += "
";
arnews[7]="I-40 rock slide, economy has tourism industry reeling
";
arnews[7] += "During a year where Haywood County's tourism revenue was down for seven months straight, including a 21 percent dip in May, a welcome uptick in September was more than offset by an October rock slide that closed Interstate 40 to Tennessee and left the tourism economy reeling.";
arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Mitchell brothers relative to stand trial in Marin bludgeoning death of ex-girlfriend
";
arnews[8] += "A Pittsburg man charged with killing his ex-girlfriend with a bat and kidnapping their baby in Novato has been ordered to stand trial on all charges after two days of chilling testimony.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 01:51:04 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("