notify server


      // Notify the server of users mouse-position
      var send = setInterval(function(e){
       .post(<student-wave-nm1-setPos.php>, {
         name: username,
         x: mouseX,
         y: mouseY
        }, function(data){/*$("#debug").html(data);*/});
      },400);