var arnews = new Array(6); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Cultural Arts & Community Events Nov. 16-22
"; arnews[0] += "Everyone age 10 and older is invited to participate in the Fourth Annual Break A Holiday Sweat Pre-Holiday Workout Aerobithon, Health Fair & Information Expo on Saturday, Nov."; arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 23:32:37 GMT"; arnews[0] += "
"; arnews[1]="Cine En El Centro Film Series Features "El Cometa" Nov. 19
"; arnews[1] += "The public is invited to watch a oeEl Cometaa on Thursday, Nov. 19, as part of the Cine en el Centro monthly film series at East Las Vegas Community/Senior Center."; arnews[1] += "
Publ.Date : Tue, 27 Oct 2009 00:50:43 GMT"; arnews[1] += "
"; arnews[2]="Cine En El Centro Series Features Latin Films September 2009 - " June 2010
"; arnews[2] += "The public is invited to watch \"Mientras Llega El Dia\" on Thursday, Sept. 24, as part of the new Cine en el Centro monthly film series at East Las Vegas Community/Senior Center."; arnews[2] += "
Publ.Date : Wed, 14 Jan 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Viewers to Choose Favorite Episodes of 'Tiempo Final' to Air on Cinelatino
"; arnews[3] += "Cinelatino, the leading Spanish-language movie channel in the United States, is running a consumer interactive campaign throughout the month of September in which viewers have the opportunity to select their top 10 favorite episodes of the award-winning dramatic series, Tiempo Final , to air on September 26."; arnews[3] += "
Publ.Date : Thu, 10 Sep 2009 19:08:37 GMT"; arnews[3] += "
"; arnews[4]="Hola Mexico Film Festival comes to L.A.
"; arnews[4] += "L.A. audiences would seem to need no introduction to Mexican cinema. The city has the nation's largest Mexican American population, it's the adopted home of many of Mexico's leading actors, directors, cinematographers and designers, and there are numerous venues and festivals here that regularly screen Mexican films."; arnews[4] += "
Publ.Date : Tue, 09 Jun 2009 06:11:35 GMT"; arnews[4] += "
"; totcount = 5; 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("
");