// ********************************************************************************************************************
// These are the constants used on this page - error messages, defaults, etc.


// ********************************************************************************************************************
// These are the globals used on this page


// ********************************************************************************************************************
// These functions deal with the UI itself - getting values to send, putting values in, showing user feedback, etc.
$(document).ready(function() {
	
	// PAGE UI
  	$('#form-agree-terms .button-cancel').click(function(){
		history.go(-1);
		return false;
  	});
	
});


// ********************************************************************************************************************
// These functions make calls to the APIs


// ********************************************************************************************************************
// These functions are called by the APIs, and manage the data on the client side
