   function toToAndHighlightEmailSignupBox(dontAlert){
	 
	 if(dontAlert!=1){ 
	  alert('There\'s a sign-up box at the top left of this page - I\'ll take you there now.\n\n(Just enter your email address and follow the instructions)');
	document.location.href='#top';  }
	e1=document.forms['signupForm'].elements['email'];
	if(e1.value==""){
	e1.value='enter your email here';
	}


	if(e1.value.indexOf('@') > 0){
	e2 = document.forms['signupForm'].elements['sub']	
	e2.focus()
	e2.style.border='3px outset green'
	}
	else{
	  e1.style.background='red'
	  setTimeout("e1.style.background='red'", "400")
	  setTimeout("e1.style.background='white'", "800")
	  setTimeout("e1.style.background='red'", "1200")
	  setTimeout("e1.style.background='white'", "1600")	  
	  setTimeout("e1.style.background='red'", "2000")
	  setTimeout("e1.style.background='white'", "2400")	  
	  setTimeout("e1.style.background='red'", "2800")
	  setTimeout("e1.style.background='white'", "3200")
  	  setTimeout("e1.style.background='red'", "3600")
  	  setTimeout("e1.style.background='pink'", "3800")
  	  setTimeout("e1.style.background='white'", "4000")
	  e1.select();e1.focus();
	  }
	  }

		function aboutTheList(){
		alert("ABOUT THE 2WHEELS EMAIL UPDATE LIST\n-----------------------------------------------------\n\nWHAT IS IT FOR?\nYou get the best bits of 2wheels, by email, about once a month. Simple as that. \n\n\nHOW DOES THE LIST WORK?\nThe emailing list is powered by Google Groups. Google Groups will send you an email - just follow the one-step instructions in that email to complete your subscription. It\'s that simple. \n\n\nPRIVACY AND SPAM CONCERNS\nUpdates will only come from 2wheels - I don't allow anyone else to use the list, so you WON'T get spam as a result. Your email address is NOT made public. \n\nYou can easily unsubscribe at any time.\n\n\nANYTHING ELSE?\nNo - it's just a simple updates mailing list. It won't eat you, it\'s free, it\'s low-calorie, it\'s high in polyunsaturates, and you don\'t have to mortgage your grandmother.\n\n\nSIGNING UP\nTo sign up now, click OK to continue. Then enter your email address in the box and hit the Subscribe button.")
		toToAndHighlightEmailSignupBox(1)
		}

