var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="More Entrepreneur's Journals
"; arnews[0] += "Entrepreneur: Lexy Funk, 39 Background: New York City native Funk met her partner, Turkish-born Vahap Avsar, at an artists-in-residence program in upstate New York."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:08:35 GMT"; arnews[0] += "
"; arnews[1]="Film Review: 'A Passion for Giving'
"; arnews[1] += "The Chinese philosopher Lao-Tzu once said, \"He who obtains has little, he who scatters has much.\" That sentiment is the recurring theme of \"A Passion for Giving,\" an inspirational documentary marking the brilliant directorial debut of Robin Baker Leacock."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:10:50 GMT"; arnews[1] += "
"; arnews[2]="Familiar situation: Colts travel to face Volcano Vista in second round of tourney
"; arnews[2] += "Silver High has been in this situation before: A quarterfinal appearance in the Class 4A state playoffs."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 09:29:48 GMT"; arnews[2] += "
"; arnews[3]="Mike McIntosh
"; arnews[3] += "Thomas James Michael McIntosh, 52, of McAlester, died Monday, Nov. 16, 2009, at McAlester Regional Health Center."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 05:44:55 GMT"; arnews[3] += "
"; arnews[4]="Virgin America to launch its first flights out of Ft. Laud.
"; arnews[4] += "Sir Richard Branson speaks to guests after dual inaugural flightsA arrived from Los Angeles and San Francisco at Fort Lauderdale-Hollywood International Airport, A Sir Richard Branson lent his flamboyant celebrity persona to Virgin America's debut in Fort Lauderdale on Wednesday, hoping to appeal to South Floridians' sense of cool."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 16:09:07 GMT"; arnews[4] += "
"; arnews[5]="Virgin America brings sense of fun to flying
"; arnews[5] += "Sir Richard Branson lent his flamboyant celebrity persona to Virgin America's debut in Fort Lauderdale on Wednesday, hoping to appeal to South Floridians' sense of cool."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 07:19:50 GMT"; arnews[5] += "
"; arnews[6]="Newton chat wrap
"; arnews[6] += "Welcome to SportsNation! On Wednesday, ESPN.com NASCAR reporter David Newton will stop by to talk about all the latest news and notes from the track."; arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 00:07:46 GMT"; arnews[6] += "
"; arnews[7]="Jenkins takes over at Gillioz Theatre
"; arnews[7] += "The Board of Directors for the Gillioz Theatre has appointed Jeff Jenkins --founder of the Skinny Improv -- as executive director effective immediately."; arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[7] += "
"; arnews[8]="Jenkins named executive director of Gillioz Theatre
"; arnews[8] += "The Board of Directors for the Gillioz Theatre has appointed Jeff Jenkins - founder of the Skinny Improv - as executive director effective immediately."; arnews[8] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 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("
");document.write("
");