$(document).ready(function() {
	// Do not edit the following function calls:
	//disableSubmit(); 
	
	// Call your functions here:
		
});

// Do not edit the following functions:

function disableSubmit() {
	$('input[@type=submit]').click(function(){ $(this).attr('disabled',true); });
}

// Your functions go here




