function Skicka()
{

namn=document.anmalan.namn.value;
gata=document.anmalan.gata.value;
postnummer=document.anmalan.postnummer.value;
postadress=document.anmalan.postadress.value;
epost=document.anmalan.epost.value;
telefon=document.anmalan.telefon.value;

	if( namn=="" || gata=="" || postnummer=="" || postadress=="")
	{
		alert("Fyll i uppgifterna, tack!");
		return false;
	}
}