var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dolphins swarm past Eagles
";
arnews[0] += "In last night's Independent Interscholastic Athletic Association of Guam Basketball League action the Southern High Dolphins walked away with a victory against the home-team Harvest Christian Academy Eagles, 57-42. The Dolphins' Ryan Nangauta made an impact in the first half, racking up points to give his team a 33-24 lead going into the halftime ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="HARLINGEN, TX.a "Guillermo 'Memo' Candanoza
";
arnews[1] += "He is preceded in death by his parents, Manuel and Juana Candanoza. Surviving him is his wife Gloria Candanoza of Harlingen, four children, Hilda Herrera , Michelle Candanoza , Victoria Murillo , Guillermo Candanoza, Jr.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:51:45 GMT";
arnews[1] += "
";
arnews[2]="Mexican President Felipe Calder n will share plan to quell violence during visit
";
arnews[2] += "Mexican President Felipe Calderon will respond to concerns about the alarming violence in Juarez during his visit Thursday to the border city.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:28:03 GMT";
arnews[2] += "
";
arnews[3]="2010 PBL tourney kicks off next week
";
arnews[3] += "Games Tuesday 1:40 p.m. Opening Ceremonies 2 p.m. Ascof Lagundi vs Excel Roof 4 p.m. Fern-C vs Cossack Blue The 2010 PBL PG Flex-Erase Placenta Cup opens on Tuesday with Ascof Lagundi going up against the San Sebastian Stags-led Excel Roof on February 16 at The Arena in San Juan.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 09:44:05 GMT";
arnews[3] += "
";
arnews[4]="Mets cana t even plan fan-friendly park properly
";
arnews[4] += "The Mets just can't get it right, and by \"it,\" I mean everything they attempt to do.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:07:38 GMT";
arnews[4] += "
";
arnews[5]="Bay Area homeowners may see another drop in prices
";
arnews[5] += "Realtor, Kathryn Wiley, finishes showing a client a home for sale in south San Jose on Aug.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:28:04 GMT";
arnews[5] += "
";
arnews[6]="In the courts - District, county courts Feb. 9
";
arnews[6] += "One sentenced Ruben Reyes, 19, Fort Morgan, has been sentenced in Morgan County District Court to 5 years probation, 90 days jail and $9,857.30 for felony menacing, with one count each of second-degree assault and tailgating dismissed.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 05:16:06 GMT";
arnews[6] += "
";
arnews[7]="Hernandez tutoring Murphy at first base
";
arnews[7] += "Without spoken acknowledgment of having done so, the Mets bid farewell to Carlos Delgado and, in so doing, they committed to Daniel Murphy.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 03:20:00 GMT";
arnews[7] += "
";
arnews[8]="104th Precinct Police Blotter
";
arnews[8] += "Monday, January 25 Ruben Nunez was arrested at 1864 Flushing Avenue for criminal misdemeanor by Detective Lundy.";
arnews[8] += "
Publ.Date : Mon, 25 Jan 2010 08:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("