<!--

  // sample javascript function that displays an alert box
  function test() {
    alert("Yes, my user.js javascript file is working!");
  }

  //put your addtional javascript code here ...

  //-->