currentHost=window.location.host;
if (currentHost.indexOf("asbt.org.au",0)!=-1){
	newURL = "http://www.anzsbt.org.au" 
		+ window.location.pathname 
		+ window.location.hash 
		+ window.location.search;
	window.location.replace(newURL);
}
