﻿$(document).ready(function() {
	jQuery(':submit').lockSubmit({
		submitText: "Please wait..."
	});
});
