$(function() {

	$('form').append('<input type="hidden" name="key" value="' + $('meta[name=validate]').attr('content') + '">');

});

