ooip_functionbox = new Object();

ooip_functionbox.loadDislcaimer = function(aObj){


	if(aObj.href.match("http://www.zimmer.nl")==null){
		alert(aObj.href);
		return false;
	}
}

$(document).ready(function() {


});
