//to stop stupid norton preventing debug	
window.onerror = "";	

var regex_email = /^[\w\d\._-]+@[\w\d-\.]+\.\w{2,4}(\.\w{2})?$/;