function process() {

 var ajax =  new Ajax.Updater(
	         'result',  
			 '/actions/send-nl-subscribe.php',
	         {	method:'post',
			 	parameters: Form.serialize('mailform') + '&ajax=true'
	         }
			);
}
