$(document).ready(function(){
	$('#contactForm').append('<input type="hidden" name="contact[nospam]" value="1">');
});