var arnews = new Array(7);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jill McCorkle's 'Going Away Shoes' - Salisbury Post
";
arnews[0] += "Zingers. That's what this short-story collection is full of. North Carolina author Jill McCorkle shows her skill in telling a tale in \"Going Away Shoes,\" a collection of short stories. Starting with the title story, McCorkle produces sighs, moments ...";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 08:16:00 GMT";
arnews[0] += "
";
arnews[1]=""Carrie Marill: Pattern Makers" - Phoenix New Times
";
arnews[1] += "And you can only look at so many of Bob Ross’ happy little trees before you realize they all look the effin' same. But local artist Carrie Marill isn’t giving up on nature. “Flora and fauna are reoccurring themes in my work,” says Marill ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 05:57:00 GMT";
arnews[1] += "
";
arnews[2]="UC regents approve partnership with L.A. County to reopen King medical ... - Los Angeles Times
";
arnews[2] += "... letter ... cover expenses and operating costs. Further underwriting the effort, Los Angeles pharmaceuticals billionaire Patrick Soon-Shiong last month offered a $100-million guaranty, and on Thursday, Bob Ross, president and chief executive";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:32:00 GMT";
arnews[2] += "
";
arnews[3]="News in brief: Transgender Day of Remembrance events Friday - Bay Area Reporter
";
arnews[3] += "Events commemorating the 11th annual Transgender Day of Remembrance will take place in cities across the country and around the world this week, including two in the Bay Area. In the East Bay, the Tri-City Health Center's TransVision program will ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 19:46:00 GMT";
arnews[3] += "
";
arnews[4]="Classes calendar: Find an event - TriCities.com
";
arnews[4] += "A LIKELY YARN: Abingdon, 213 Pecan St., various classes during December. For information call (276) 628-2143. ACTING CLASSES: Jonesborough, Tenn., 125 1/2 West Main St., Jonesborough Repertory Theatre, Transformative Theatre, through Dec. 7, 4-5:30 p ...";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 21:24:00 GMT";
arnews[4] += "
";
totcount = 5;
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("