// JavaScript Document
/**/var URL_str = window.location.href;
if(URL_str.indexOf("4006101111.com") != -1)   
{
}else{
	   URL_str = URL_str.replace("192.168.1.120","4006101111.com"); 
	   URL_str = URL_str.replace("yeacare.com","4006101111.com"); 
       URL_str = URL_str.replace("pt68.com","4006101111.com");
	   if( URL_str.indexOf("index_tmp")==-1){window.location=URL_str;}
	   
	 
}
 


