var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Concepcion Ferrer
";
arnews[0] += "Concepcion \"Choco\" Ferrer, 81, of New Bedford, died Tuesday, February 2, 2010, at home after a long illness.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 06:05:00 GMT";
arnews[0] += "
";
arnews[1]="Nadal halts 2-match losing streak to Soderling in exhibition
";
arnews[1] += "ABU DHABI, United Arab Emirates a ' Rafael Nadal ended a two-match losing streak to Robin Soderling on Saturday, beating the Swede 7-6 , 7-5 in the final of the season-opening Capitala exhibition tournament.";
arnews[1] += "
Publ.Date : Sun, 03 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Baseball | Toronto infielder Edwin Encarnacion is burned in face by fireworks
";
arnews[2] += "Toronto infielder Edwin Encarnacion was burned in the face by fireworks while celebrating the new year.";
arnews[2] += "
Publ.Date : Sun, 03 Jan 2010 04:10:12 GMT";
arnews[2] += "
";
arnews[3]="Only 8 Palace bets eligible
";
arnews[3] += "Comelec limits official Senate aspirants to 58 BY BERNICE CAMILLE V. BAUZON REPORTER Out of the 99 individuals who filed their candidacies for president in the 2010 elections, only eight were declared qualified by the Commission on Elections on Tuesday.";
arnews[3] += "
Publ.Date : Wed, 16 Dec 2009 02:45:21 GMT";
arnews[3] += "
";
arnews[4]="Camarillo QB Mathews earns top football honor
";
arnews[4] += "Jeff Mathews of Camarillo High is the player of the year for the Pacific View League football team.";
arnews[4] += "
Publ.Date : Fri, 11 Dec 2009 15:01:58 GMT";
arnews[4] += "
";
arnews[5]="Camarillo QB Mathews earns top football honor
";
arnews[5] += "Jeff Mathews of Camarillo High is the player of the year for the Pacific View League football team.";
arnews[5] += "
Publ.Date : Fri, 11 Dec 2009 09:15:53 GMT";
arnews[5] += "
";
totcount = 6;
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("