var shost = window.location.host;
var surl = window.location.href;
if( shost.indexOf( "tel." ) > -1 ){
	alert( "对不起,"+shost+"网址已经不再使用，请使用"+(shost.replace("tel.",""))+"访问" );
	window.location=surl.replace("tel.", "" );
}
if( shost.indexOf( "cnc." ) > -1 ){
	alert( "对不起,"+shost+"网址已经不再使用，请使用"+(shost.replace("cnc.",""))+"访问" );
	window.location=surl.replace("cnc.", "" );
}
