function subscribe() {
	if (document.fn.E.value != 'Enter Email' && document.fn.E.value != '')
		document.fn.submit()
	else
		alert('Please enter your email address first before clicking on the Subscribe button');
}
