var arnews = new Array(7);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tempers flare as Downey, Warren play to tie
";
arnews[0] += "\" A vicious game loaded with yellow cards and even a red card occurred last Tuesday when the Vikings competed in their first soccer game against Warren this season, and even with such ferocious play the game ended tied, 1-1. \"Overall, they did good,\" said forward Krystal Rojas.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 09:39:53 GMT";
arnews[0] += "
";
arnews[1]="Laguna Beach boys and girls show their artistic side
";
arnews[1] += "LAGUNA BEACH More than 150 budding young artists from the Boys & Girls Clubs of Laguna Beach main branch displayed their artwork in a gallery-style juried art exhibition last week.";
arnews[1] += "
Publ.Date : Mon, 25 Jan 2010 07:02:52 GMT";
arnews[1] += "
";
arnews[2]="Gustavo Reveles Acosta: Avoid mall headaches with these traffic tips
";
arnews[2] += "Getting in or out of any of the major shopping centers during the holiday season can turn the happiest Christmas elf into the meanest Scrooge in El Paso.";
arnews[2] += "
Publ.Date : Sun, 29 Nov 2009 20:19:39 GMT";
arnews[2] += "
";
arnews[3]="Accolade Award Honoring New Mexico Film Company Montage 3 Films Not a Mistake
";
arnews[3] += "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[3] += "
Publ.Date : Thu, 22 Oct 2009 13:42:39 GMT";
arnews[3] += "
";
arnews[4]="Myphl17 to Air the 41st MS Telethon
";
arnews[4] += "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[4] += "
Publ.Date : Tue, 07 Aug 2007 07:00:00 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("