// No rightclick script v.2.5
// (c) 1998 barts1000
// barts1000@aol.com
// Don't delete this header!

var message="Sorry, you do not have permission to right click!"; // Message for the alert box

// Don't edit below!

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;


/*For this script, visit http://java-scripts.net
or http://wsabstract.com*/

function getpet () {

        var toyear = 1997;

        var birthyear = document.frm.inyear.value;

        var birthpet="Ox - ¤û"



        x = (toyear - birthyear) % 12



        if ((x == 1) || (x == -11)) {

            birthpet="Mouse - ¦Ñ¹«"      }

            else  {



             if (x == 0)             {

             birthpet="Ox - ¤û"           }

             else  {



              if ((x == 11) || (x == -1)) {

              birthpet="Tiger - ¦Ñªê"          }

              else  {



               if ((x == 10) || (x == -2)) {

               birthpet="Rabbit - ¨ß"         }

               else  {



                if ((x == 9) || (x == -3))  {

                birthpet="Dragon - Às"         }


                else  {



                 if ((x == 8) || (x == -4))  { 

                 birthpet="Snake - ³D"          }

                 else  {



                  if ((x == 7) || (x == -5))  { 

                  birthpet="Horse - °¨"          }

                  else  {



                   if ((x == 6) || (x == -6))  { 

                   birthpet="Sheep - ¦Ï"          }

                   else  {



                    if ((x == 5) || (x == -7))  {  

                    birthpet="Monkey - µU¤l"         }

                    else  {



                     if ((x == 4) || (x == -8))  {

                     birthpet="Chicken - Âû"        }

                     else  {



                      if ((x == 3) || (x == -9))  {

                      birthpet="Dog - ª¯-more info will be added soon."            }

                      else  {



                       if ((x == 2) || (x == -10))  {

                       birthpet="Pig - ½Þ"             }  

                      }

                     }

                    }

                   }

                  }

                 }

                }

               }

              }

             }

            }



        document.frm.birth.value = birthpet;

}
