 



<!-- This script and many more are available free online at -->

<!-- The JavaScript Source!! http://javascript.internet.com -->



<!-- Begin

var how_many_ads = 10;

var now = new Date()

var sec = now.getSeconds()

var ad = sec % how_many_ads;

ad +=1;

if (ad==1) {

txt="PONDS White Beauty";

url="http://www.surigaoislands.com/msphilearth";

alt="PONDS White Beauty";

banner="images/ponds_ads.gif";

width="179";

height="48";

}

if (ad==2) {

txt="MYRA E";

url="http://www.surigaoislands.com/msphilearth";

alt="MYRA E";

banner="images/myra400e.gif";

width="162";

height="98";

}

if (ad==3) {

txt="The Garden Pavilion - Surigao's Legacy";

url="http://www.surigaoislands.com/garden_pav.html";

alt="The Garden Pavilion";

banner="images/thegardenpav.gif";

width="179";

height="48";

}

if (ad==4) {

txt="AVON COLOR";

url="http://www.surigaoislands.com/msphilearth";

alt="AVON COLOR";

banner="images/avon_ads.gif";

width="179";

height="48";

}

if (ad==5) {

txt="104.7 REAL RADIO";

url="http://www.surigaoislands.com/msphilearth";

alt="104.7 REAL RADIO";

banner="images/real_ads.gif";

width="162";

height="98";

}

if (ad==6) {

txt="ASIAN SPIRIT";

url="http://www.asianspirit.com";

alt="ASIAN SPIRIT";

banner="images/asian_ads.gif";

width="162";

height="98";

}

if (ad==7) {

txt="SMART COMMUNICATION";

url="http://www.smart.com.ph";

alt="SMART COMMUNICATION";

banner="images/smart_ads.gif";

width="162";

height="98";

}

if (ad==8) {

txt="Surigao Islands - Surfing Capital of the Philippines";

url="http://www.surigaoislands.com/";

alt="Surigao Islands - Surfing Capital of the Philippines";

banner="images/si_ads.gif";

width="179";

height="48";

}

if (ad==9) {

txt="XOOM.com Send Money to the Philippines";

url="http://www.dpbolvw.net/click-1892303-10402288";

alt="XOOM.com: MONEY TRANSFER - Send Money to the Philippines";

banner="http://www.awltovhc.com/image-1892303-10402288";

width="120";

height="60";

}

if (ad==10) {

txt="XOOM.com Send Money to the Philippines";

url="http://www.dpbolvw.net/click-1892303-10402288";

alt="XOOM.com: MONEY TRANSFER - Send Money to the Philippines";

banner="http://www.awltovhc.com/image-1892303-10402288";

width="120";

height="60";

}


document.write('<center>');

document.write('<a href=\"' + url + '\" target=\"_top\">');

document.write('<img src=\"' + banner + '\" width=')

document.write(width + ' height=' + height + ' ');

document.write('alt=\"' + alt + '\" border=0><br>');

document.write('<small>' + txt + '</small></a>');

document.write('</center>');

// End -->

 