var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="NBA All-Star Game parties this weekend - Dallas Morning News
"; arnews[0] += "The plethora of Dallas-area parties surrounding the NBA All-Star Game this weekend may be a case, to use an old expression, of champagne wishes and caviar dreams. For the average Joe, getting into the hottest parties figures to be as easy as stopping ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:42:00 GMT"; arnews[0] += "
"; arnews[1]="cinemadaily | Zinn’s “People Speak” - indieWIRE
"; arnews[1] += "An image from Chris Moore's \"The People Speak.\" [Image courtesy of Atlanta Film Festival] “Proudly, unabashedly radical, with a mop of white hair and bushy eyebrows and an impish smile, Mr. Zinn, who retired from the history faculty at Boston ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:24:00 GMT"; arnews[1] += "
"; arnews[2]="A revival of David Mamet's 'A Life in the Theatre' is set for Broadway ... - Minneapolis Star Tribune
"; arnews[2] += "Mamet currently is represented on Broadway with \"Race,\" starring James Spader, David Alan Grier, Kerry Washington and Richard Thomas."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 22:18:00 GMT"; arnews[2] += "
"; arnews[3]="A revival of ’A Life in the Theatre’ set for B’way - KSTP
"; arnews[3] += "Mamet currently is represented on Broadway with \"Race,\" starring James Spader, David Alan Grier, Kerry Washington and Richard Thomas."; arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 01:10:00 GMT"; arnews[3] += "
"; arnews[4]="Obama appoints painter, novelist and four non-artists to advisory ... - Los Angeles Times Blogs
"; arnews[4] += "The other new appointees are entertainment executives and arts patrons. They are: Sheila Johnson, a co-founder of Black Entertainment Television who now owns the Washington Mystics of the Women’s National Basketball Assn. and is a trained violinist ..."; arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 03:03:00 GMT"; arnews[4] += "
"; arnews[5]="V-Day celebrations organisers fend off 'profanity' tag - Joy Online
"; arnews[5] += "As V-Day celebrations draw closer, organisers are spending much time trying to correct public perceptions about the event being a promoter of profanity. Dudu Communications, the V-Day celebrations in Ghana organisers at a recent press conference ..."; arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 16:12: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("
");