// CONTACT JAVA SCRIPT SETTINGS
  var CONTROLLERSETTINGS = {
    requestParams : {
      response : 'json'
    },
    formName : 'ContactForm',
    firstElement : 'name',
    onSuccess : {
      show : ['contactmessage'],
      hide : ['contactbody']
    }
  };