function checkIPLimit(){
      	if ( document.getElementById('ip').value != "127.0.0.1") bocuIPL.isIPLimit(getResultIPLimit,document.getElementById('ip').value, document.getElementById('host').value);
}

function getResultIPLimit(data){
	if (data==false) {
	      window.location="bonkProdukttest2.jsp";
	}
}

