var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Who is running for what office?
"; arnews[0] += "The following Republicans and Democrats are running for state office in their respective primary contests on Sept."; arnews[0] += "
Publ.Date : Wed, 08 Sep 2010 22:06:28 GMT"; arnews[0] += "
"; arnews[1]="Beyond Pesto: Try these new uses for basil
"; arnews[1] += "Prep: 25 minutes Cooks: 3 minutes Chill: 1 hour Makes: 6 servings Use basil leaves to taste for garnishing this dessert, adapted from a recipe by Deborah Madison."; arnews[1] += "
Publ.Date : Wed, 08 Sep 2010 17:38:00 GMT"; arnews[1] += "
"; arnews[2]="Try these new uses for basil, that fragrant, classic herb
"; arnews[2] += "It may have been the first herb you met or the one in that pot in your first apartment's garden."; arnews[2] += "
Publ.Date : Wed, 08 Sep 2010 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="Extreme Makeover: Morgan Library Edition
"; arnews[3] += "Marble rotunda of the Charles McKim building. +Enlarge Beneath a swatch of duct tape in the gleaming rotunda of the Morgan Library and Museum, there's a patch of marble blackened by a century's soot, grime and smoke from Havana cigars."; arnews[3] += "
Publ.Date : Wed, 08 Sep 2010 06:24:23 GMT"; arnews[3] += "
"; arnews[4]="Finding new uses for basil
"; arnews[4] += "It may have been the first herb you met or the one in that pot in your first apartment's garden."; arnews[4] += "
Publ.Date : Wed, 08 Sep 2010 08:24:11 GMT"; arnews[4] += "
"; arnews[5]="APD: Driver lied to police after fatal crash - 2 Hours Ago
"; arnews[5] += "ANDERSON, Ind. - The man believed to have been the driver of a truck involved in a fatal crash Monday has admitted that he lied to police to protect his family."; arnews[5] += "
Publ.Date : Wed, 08 Sep 2010 05:38:00 GMT"; arnews[5] += "
"; arnews[6]="Beyond pesto: New uses for fragrant, classic basil
"; arnews[6] += "It may have been the first herb you met or the one in that pot in your first apartment's garden."; arnews[6] += "
Publ.Date : Tue, 07 Sep 2010 21:14:00 GMT"; arnews[6] += "
"; arnews[7]="Get the Guests: Full Casting for Steppenwolf's Who's Afraid of Virginia Woolf? Announced
"; arnews[7] += "Carrie Coon and Madison Dirks will play Honey and Nick, respectively, opposite the previously announced George of Tracy Letts and Martha of Amy Morton in Steppenwolf Theatre Company's late 2010 production of Edward Albee's Who's Afraid of Virginia Woolf? Performances under the direction of Pam MacKinnon, a frequent Albee interpreter, will play Dec."; arnews[7] += "
Publ.Date : Wed, 08 Sep 2010 02:10:03 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("
");document.write("
");