 var herkunft = document.referrer.split("/");

 if (herkunft[2] != "www.handwerkminden.de") {

  location.href = "http://www.handwerkminden.de/cgi/willkommen.pl?url="+ this.location;

	}


