var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Accolade Award Honoring New Mexico Film Company Montage 3 Films Not a Mistake
";
arnews[0] += "Although Director Christopher Chilton's film reveals a confused man, there was no confusing the honor Montage 3 Films LLC experienced in winning the prestigious Award of Merit from the Accolade Competition.";
arnews[0] += "
Publ.Date : Thu, 22 Oct 2009 13:42:39 GMT";
arnews[0] += "
";
arnews[1]="Myphl17 to Air the 41st MS Telethon
";
arnews[1] += "Myphl17 is set to air the 2006 Jerry Lewis Muscular Dystrophy Telethon. The telethon, starring MDA national chairman and number-one volunteer Jerry Lewis, will air on myphl17 beginning Sunday night, September 3rd at 11:00pm and will continue through Labor Day, Monday, September 4th, at 7:00pm. Locally, myphl17 Director of Community Relations Steve ...";
arnews[1] += "
Publ.Date : Tue, 07 Aug 2007 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="L.A. crackdown on unpasteurized Mexican cheese snares four
";
arnews[2] += "For years, relatives of Zeferino Garcia in Mexico's Oaxaca state routinely sent him a cargo of quesillo cheese by airplane.";
arnews[2] += "
Publ.Date : Fri, 28 Aug 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="L.A. crackdown on unpasteurized Mexican cheese snares four
";
arnews[3] += "For years, relatives of Zeferino Garcia in Mexico's Oaxaca state routinely sent him a cargo of quesillo cheese by airplane.";
arnews[3] += "
Publ.Date : Fri, 28 Aug 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="23 county high school students to receive scholarships
";
arnews[4] += "Twenty-three Inland Empire high school students will be awarded scholarships today for giving to their community.";
arnews[4] += "
Publ.Date : Sat, 08 Aug 2009 00:28:05 GMT";
arnews[4] += "
";
arnews[5]="23 county high school students to receive scholarships
";
arnews[5] += "Twenty-three Inland Empire high school students will be awarded scholarships today for giving to their community.";
arnews[5] += "
Publ.Date : Sat, 08 Aug 2009 02:36:08 GMT";
arnews[5] += "
";
arnews[6]="This Week's Latin Events
";
arnews[6] += "JAZZ: New York -based Sabrina Lastman Quartet , influenced by music from South America and Israel , at Queens Theatre in the Park Studio, 8 p.m. Tickets, $15-$20. POETRY: The spoken word Latino collective El Grito de Poetas hosts annual open mike at Queens Theatre in the Park Cabaret, 7 p.m. Free.";
arnews[6] += "
Publ.Date : Wed, 05 Aug 2009 09:40:57 GMT";
arnews[6] += "
";
arnews[7]="Jay-Z Pays Tribute To Beastie Boys' MCA At All Points West Festival
";
arnews[7] += "Jay opens his set with Beasties' classic 'No Sleep Till Brooklyn.' By Jem Aswad, with additional reporting by Sabrina Rojas Weiss Jay-Z , who replaced the Beastie Boys in the All Points West festival lineup after the group's Adam \"MCA\" Yauch was diagnosed with cancer last month, paid tribute to the Beasties and the MC during his performance at the ...";
arnews[7] += "
Publ.Date : Sat, 01 Aug 2009 17:04:33 GMT";
arnews[7] += "
";
totcount = 8;
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("