var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Celebrity Sightings: All-star week
"; arnews[0] += "There's plenty of stargazing to do this weekend for the All-Star Game and here's the most comprehensive list of where to go and who to see them."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:57:55 GMT"; arnews[0] += "
"; arnews[1]="More Events
"; arnews[1] += "Pamper Yourself Pink and Help \"Build a Bridge Join us as we help promote Breast Cancer Awareness."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:21:48 GMT"; arnews[1] += "
"; arnews[2]="Time Warner Cable Announces New Movies on Demand in Category in Celebration of Black History Month
"; arnews[2] += "Time Warner Cable is helping its Digital Cable customers celebrate Black History Month by giving them access to a brand new category of Movies on Demand ."; arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 03:44:39 GMT"; arnews[2] += "
"; arnews[3]="After 22 years, Mo. family finds slain sister
"; arnews[3] += "The last time Stephanie Clack saw older sister Paula Beverly Davis they were sharing a pizza at a Kansas City-area restaurant and talking about getting tickets to a Bon Jovi concert."; arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 14:33:23 GMT"; arnews[3] += "
"; arnews[4]="Black Film GreatsBlack cinema has a long and illustrious history. See BV's list of top fimmakers.
"; arnews[4] += "Spike Lee Besides Woody Allen, no other filmmaker has had more films on the big screen in the last 20 years than Lee."; arnews[4] += "
Publ.Date : Tue, 17 Feb 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="I Can Do Bad All By Myself
"; arnews[5] += "Tyler Perry brings us a film about family, responsibility and love. April is a beautiful girl."; arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 18:03:28 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("
");