<!--

	function nieuwsbrief_focus( box )
	{
		if ( box.value == 'e-mail' )
		{
			box.value = '';
		}
	}
	
	function nieuwsbrief_blur( box )
	{
		if ( box.value == '' )
		{
			box.value = 'e-mail';
		}
	}

-->
