function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

            var how_many_ads = 5;
            var now = new Date()
            var sec = now.getSeconds()
            var ad = sec % how_many_ads;
            ad +=1;
            if (ad==1) {
                txt="BaliBagus.Com";
                url="http://www.balibagus.com";
            }
            if (ad==2) {
                txt="Balibagus.com";
                url="http://www.balibagus.com";
            }
            if (ad==3) {
                txt="Balibagus.com";
                url="http://www.balibagus.com";
            }
            if (ad==4) {
                txt="BaliBagus.com";
                url="http://www.balibagus.com";
            }
            if (ad==5) {
                txt="Balibagus.com";
                url="http://www.balibagus.com";
            }

            document.write('<a href=\"' + url + '\" target=_blank>');
            document.write('<small>' + txt + '</small></a>');