function cj (adr) {
	count=false;
	test=false;
	jump=true;

	protokollaengde=7;

	var oprAdr=new String(adr)

	re = /\s/gi; 
	adr=oprAdr.replace(re, "");

	if (count) {
		document.images[0].src="tax_"+adr+".gif";
	}

	protokol=adr.substr(0,protokollaengde);
	adresse=adr.substr(protokollaengde);

	if (test) {
		alert(adr);
	}

	if (jump) {
		top.location=protokol+adresse;
	}
}
