function add(){
	document.getElementById('form').innerHTML += "<br />Email: <input type='text' name='email[]' />";
}