var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pagpapaseksi ni Angelica sasabayan ni Shaina - The Journal Group Online
";
arnews[0] += "Nagsalita na rin sa wakas ang isa sa star ng local version ng Mexican telenovelang Rubi na si Shaina Magdayao tungkol sa split-up nila ng dyo-wang si John Prats. Sa panayam ng aktres sa The Buzz, ikinuwento ni-yang two years din tumagal ang relasyon ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:56:00 GMT";
arnews[0] += "
";
arnews[1]="Santino’ proud of soap’s success; Jake all praises for Derek ... - Manila Bulleting Online
";
arnews[1] += "“May Bukas Pa” lead child star Zaijian Jaranilla is happy and thankful for the success of their year-long soap opera, which culminated last night, Feb. 5. “Masayang-masaya po. Mami-miss ko sila [staff and crew]. Masaya akong nakasama ko sila ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 06:01:00 GMT";
arnews[1] += "
";
arnews[2]="I want to enjoy life now — Shaina - The Journal Group Online
";
arnews[2] += "Sa mga naka-miss kay Jake Cuenca sa primetime slot after Tayong Dalawa, muling mapapanood ang aktor sa Rubi with Angelica Panganiban, Shaina Magdayao and Diether Ocampo simula sa Monday. Natutuwa ang aktor dahil sa napakagandang projects na ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 14:56:00 GMT";
arnews[2] += "
";
arnews[3]="Badmouthing a friend - Global Nation
";
arnews[3] += "MANILA, Philippines—Popular Star considers Top Director a loyal friend. In the past, PS gave TD several high-profile jobs. But recently PS’ supporters overheard TD making less-than flattering comments about PS. “She’s fat, over-the-hill ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 20:36:00 GMT";
arnews[3] += "
";
arnews[4]="Pacman to seek legal action against detractors - Manila Bulleting Online
";
arnews[4] += "The Pacman is ready to bite. Manny Pacquiao is set to seek legal action against those who have been spreading malicious rumors that endlessly link him to Krista Ranillo, as well as those who allege that his wife, Jinkee, has a paramour in hunk Derek ...";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 05:40:00 GMT";
arnews[4] += "
";
arnews[5]="Why lovelorn Shaina prefers ‘mature’ men to boys - Global Nation
";
arnews[5] += "Young actress Shaina Magdayao, who recently broke up with her boyfriend, actor John Pratts, has a practical explanation for why she prefers “mature” men to boys. “At a very young age, I was already given many responsibilities. I don’t have ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 16:10: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("