<!--// " Palawan, Philippines

var mymessage = "Welcome to SWISSIPPINI";

function rtclickcheck(keyp){
  if (navigator.appName == "Netscape" && keyp.which == 3) {
    alert(mymessage);
    return false;
  }

  if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {
    alert(mymessage);
    return false;
  }
}

document.onmousedown = rtclickcheck
//-->

<!--// " Palawan, Philippines
 //start of :script//
  message     = "Welcome to the SWISSIPPINI Lodge & Resort...^" +  
  "San Vicente, Port Barton, Palawan, Philippines^" +
    "Come Explore New Horizons!^" +
       "^"
         scrollSpeed = 50
          lineDelay   = 1500
           txt         = ""
            function scrollText(pos) {
             if (message.charAt(pos) != '^') {
              txt    = txt + message.charAt(pos)
               status = txt
                pauze  = scrollSpeed
                }
               else {
              pauze = lineDelay
             txt   = ""
            if (pos == message.length-1) pos = -1
           }
          pos++
         setTimeout("scrollText('"+pos+"')",pauze)
        }
       // Unhide -->
      scrollText(0)
      //end of :script//
  //-->      


<!--// " Palawan, Philippines
function pop(url,name,w,h,scroll) {
        var x = window.open(url,name,'width='+w+',height='+h+',toolbar=no,location=no,status=no,scrollbars=no,resizable=no')

}

function MM_openBrWindow(theURL,winName,features) { //scripted daw o
  window.open(theURL,winName,features);
}
//-->

<!--// " Palawan, Philippines
//Random Images Script
function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="img/banner_mainpge.jpg"
myimages[2]="img/banner_mainpge1.jpg"
myimages[3]="img/banner_mainpge.jpg"
myimages[4]="img/banner_mainpge1.jpg"


do{
var ry=Math.floor(Math.random()*myimages.length)
}while(last==ry)
if (ry==0)
ry=1
document.write('<img src="'+myimages[ry]+'" border=0>')
var last = ry
}

random_imglink()
//-->










