var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Arrested Tijuana cops were hailed as models
";
arnews[0] += "Just a few weeks ago, the two officers were lauded as part of a new breed of honest cop, elevated to become key players in a drive to overhaul one of Mexico's most notorious police forces.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:47:00 GMT";
arnews[0] += "
";
arnews[1]="2010 Upper Deck Baseball Variation Contest
";
arnews[1] += "Tuesday Upper Deck announced an unexpected contest involving the recently released 2010 Upper Deck Series 1 Baseball card set.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:56:26 GMT";
arnews[1] += "
";
arnews[2]="Lopez finishes regular season with pink hair, win
";
arnews[2] += "It's been a special year for the Lopez girls basketball team. The Lady Lobos, who have qualified for the playoffs for the first time as a Class 5A team, showed off their new pink hair and held off Weslaco High 56-48 in District 32-5A regular-season finale Tuesday night at Lopez.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 06:00:00 GMT";
arnews[2] += "
";
arnews[3]="Quito Hosts UNSAUR Summit
";
arnews[3] += "Quito, Feb 9 Six presidents, one vice president, several foreign ministers and government representatives are attending the Union of South American Nations Summit, in session on Tuesday in this capital, to approve a regional strategy to support Haiti.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:23:11 GMT";
arnews[3] += "
";
arnews[4]="Upper Deck Seeding Variations in 2010 Baseball
";
arnews[4] += "Upper Deck has created variations for 25 cards in its 660-card base set in hobby and retail packs .";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:13:05 GMT";
arnews[4] += "
";
arnews[5]="5 cops arrested in crackdown on Tijuana drug gang
";
arnews[5] += "A suspect man wearing a police officer uniform who alleged was working for a drug cartel in Tijuana, center, is guarded by federal police as he is presented to the press in Mexico City, Tuesday, Feb.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 06:49:36 GMT";
arnews[5] += "
";
arnews[6]="South American summit looks to boost aid to quake-hit Haiti
";
arnews[6] += "QUITO: South America held a summit yesterday looking to boost its aid to quake-ravaged Haiti as some nations furiously rejected the dominant relief role currently played by the US military.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 03:44:36 GMT";
arnews[6] += "
";
arnews[7]="Omak two-peats as district champ
";
arnews[7] += "Omak's Dylan Green works against Cashmere's Tyler McNair during the district finals at 189 pounds.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 03:36:52 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("