var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Charice's ma answers criticisms
";
arnews[0] += "MANILA, Philippines The mother of international singing sensation Charice has cried foul over tabloid reports accusing her of seeking financial aid from Oprah Winfrey for Filipino storm victims, but that the money allegedly did not go to the intended beneficiaries.";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 08:40:45 GMT";
arnews[0] += "
";
arnews[1]="Fans lobby to get K-pop stars on Ellen's show
";
arnews[1] += "\"The Ellen DeGeneres Show\" has been flooded with requests from fans to feature various Korean artists ever since it announced that it wants to guest international artists on the show.";
arnews[1] += "
Publ.Date : Wed, 27 Jan 2010 09:43:01 GMT";
arnews[1] += "
";
arnews[2]="Kristie Kenney moonwalks in farewell interview
";
arnews[2] += "MANILA, Philippines She stunned the country when she danced the \"Papaya\" on national television in 2007.";
arnews[2] += "
Publ.Date : Thu, 21 Jan 2010 11:03:54 GMT";
arnews[2] += "
";
arnews[3]="Kristie Kenney torn between Sam Milby, Piolo Pascual
";
arnews[3] += "Outgoing US Ambassador to the Philippines Kristie Kenney is torn between Sam Milby and Piolo Pascual.";
arnews[3] += "
Publ.Date : Thu, 21 Jan 2010 11:03:20 GMT";
arnews[3] += "
";
arnews[4]="Asia led the recovery
";
arnews[4] += "Looking back on it, 2009 was a pretty grim year, for the world and for the Philippines.";
arnews[4] += "
Publ.Date : Wed, 06 Jan 2010 13:08:49 GMT";
arnews[4] += "
";
arnews[5]="A tempestuous decade that broke barriers
";
arnews[5] += "If there is a decade that scientists in the future can pinpoint to show when humans as a specie evolved to its next mutation, there will be few who will dissent that the decade in question will be the one that is just ending in a few more hours: The 2000s.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 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("