function ReSkip(){
	var href_str = top.window.location.href;	
	if(href_str.indexOf("http://www.0576city.com/zhidao/")!=-1 || href_str.indexOf("http://0576city.com/zhidao/")!=-1 || href_str.indexOf("http://www.600rx.cn/zhidao/")!=-1 || href_str.indexOf("http://600rx.cn/zhidao/")!=-1){ 
		href_str=href_str.replace("http://www.0576city.com/zhidao/","http://zhidao.0576city.com/");
		href_str=href_str.replace("http://0576city.com/zhidao/","http://zhidao.0576city.com/");
		href_str=href_str.replace("http://www.600rx.cn/zhidao/","http://zhidao.0576city.com/");
		href_str=href_str.replace("http://600rx.cn/zhidao/","http://zhidao.0576city.com/");
       top.window.location.href = href_str;
	// alert(href_str);
	}	
}
ReSkip();
