// JavaScript Document

function pre_signup_click(me) {
	if (me.value == 'Sign up for eMail') {
		me.value='';
	}
}
