var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Obituaries for 11/20/2009
"; arnews[0] += "TALLEY, Morris H. 'Rat,' 62 of Montgomery, AL departed this life on November 17, 2009 in a local hospital."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="The Wooden Sky, Hooded Fang, Brian Borcherdt, and More Featured in Bellwoods Showcase
"; arnews[1] += "Friday night's all local show at Lee's featured a handful of mellow tracks from Brian Borcherdt , the debut of Fields of Fur, an uplifting performance from Hooded Fang and a headline set from The Wooden Sky featuring a slew of guest musicians from around the city."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 00:29:41 GMT"; arnews[1] += "
"; arnews[2]="Do You Recognize This Song?
"; arnews[2] += "Yes, that was Vanessa Carlton's A Thousand Miles , with completely different lyrics in Portuguese and a few Northern beats added to the music to spice it up."; arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 18:40:36 GMT"; arnews[2] += "
"; arnews[3]="The Notorious B.E.V.Y.: Bevy Smith Dishes On Budget Entertaining
"; arnews[3] += "When you're a high-powered publishing executive with a discerning eye for style and a Rolodex that reads like front row at a Marc Jacobs show, what do you do for your second act? For the dynamic Bevy Smith , the answer was to pair her talent as a social conduit with her flair for entertaining and create Dinner With Bevy , a luxury social marketing ..."; arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 13:19:40 GMT"; arnews[3] += "
"; arnews[4]="Gala: Pre-opening fest for botanical garden helps the cause
"; arnews[4] += "More than 520 partygoers enjoyed dinner themed to each of the new gardens under a tent lighted in floral shades."; arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 02:27:09 GMT"; arnews[4] += "
"; arnews[5]="Pulse Picks
"; arnews[5] += "Here are some new releases you should consider putting on your iPod. Alicia Wade 1. \"Widow City\" by The Fiery Furnaces because there's nothing quite like an awesome experimental alternative album."; arnews[5] += "
Publ.Date : Tue, 09 Oct 2007 07:00:00 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("
");document.write("
");