/*
switch (geoip_country_code()) 
　　　　　　　 { 
　　　　　　　　 case "US":
			break;
　　　　　　　 　case "CN": 
			break;
　　　　　　　 　case "BR": //巴西
			window.location.href="http://brazil.chinaontv.com/sex_museum/index.html";
			break;
　　　　　　　 　case "GB": //英国
			window.location.href="http://world.chinaontv.com/";
			break;
　　　　　　　 　//case "MX": //墨西哥MEXICO, , , , 
	//window.location.href="http://world.chinaontv.com/sex_museum/index.html";
	//break;
　　　　　　　 　case "CA": //加拿大CANADA
	//window.location.href="http://world.chinaontv.com/sex_museum/index.html";
	break;
　　　　　　　 　//case "IT": //意大利ITALY
	//window.location.href="http://world.chinaontv.com/sex_museum/index.html";
	//break;
　　　　　　　 　//case "CH": //瑞士CHILE
	//window.location.href="http://world.chinaontv.com/sex_museum/index.html";
	//break;
　　　　　　　 　//case "AR": //阿根廷Argentina
	//window.location.href="http://world.chinaontv.com/sex_museum/index.html";
	//break;
　　　　　　　 　//case "IN": //印度INDIA
	//window.location.href="http://world.chinaontv.com/sex_museum/index.html";
	//break;
　　　　　　　 　//case "ES": //西班牙SPAIN
	//window.location.href="http://world.chinaontv.com/sex_museum/index.html";
	//break;
　　　　　　　 //　case "O": //测试
	//break;
　　　　　　　　 default: 
	window.location.href="http://us.chinaontv.com/";
	break;
　　　　　　　 }
*/