$(document).ready(function(){
	// Always hide this field from the user just a field to catch spam 
	$("#catcher").hide();
});
