var ref = document.location.host;
if (ref.indexOf("agrifax") == -1 && ref.indexOf("agri-fax") == -1){
		location.href='http://www.agri-fax.co.nz/';
}

