$(document).ready(function() {
  $("#joinform").append('<input type="hidden" name="monitor" value="'+screen.width+'x'+screen.height+','+screen.colorDepth+'" />');
});
