	
function checkForm(gb_form)	{

	if(document.gb_form.spam.checked != true) {
  		alert ("Sie bekommen Post von unserem Spamanwalt.");
	}
}
