var arnews = new Array(7);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Costa Maya Celebrations begin with Noche San Pedrana
";
arnews[0] += "W hat has become an island favorite tradition, Noche San Pedrana began the flurry of activities associated with the Costa Maya Festival.";
arnews[0] += "
Publ.Date : Fri, 07 Aug 2009 03:50:28 GMT";
arnews[0] += "
";
arnews[1]="NBI warns public on fake anti-flu vaccines
";
arnews[1] += "The National Bureau of Investigation and the Bureau of Food and Drugs have warned drugstores, pharmacists and the public in the general against falling prey to unscrupulous traders selling fake anti-flu vaccines.";
arnews[1] += "
Publ.Date : Sat, 01 Aug 2009 05:23:43 GMT";
arnews[1] += "
";
arnews[2]="Seller of fake vaccines arrested
";
arnews[2] += "National Bureau of Investigation agents arrested a former medical representative of a drug company and seized several cartons of fake flu vaccines worth P4 million during a raid in San Pedro, Laguna, an NBI official said on Tuesday.";
arnews[2] += "
Publ.Date : Tue, 28 Jul 2009 12:11:25 GMT";
arnews[2] += "
";
totcount = 3;
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("