thisURL = location.hostname;
if(thisURL == "www.funfungolf.com" || thisURL == "cmsgolf.funfungolf.com" || thisURL == "funfungolf.com")
{
strwrite = "<div align='center'><iframe src='/newh.htm' frameBorder='0' width='998' scrolling='no' height='190'></iframe></div>";  
}else if(thisURL == "golf.cctv.com")
{
strwrite = "<div align='center'><iframe src='/cctv/cctv.html' frameBorder='0' width='1000' scrolling='no' height='166'></iframe></div>";
}else if(thisURL == "ifeng.funfungolf.com" || thisURL == "golf.ifeng.com")
{
strwrite = "<div align='center'><iframe src='/cctv/ifeng.html' frameBorder='0' width='1000' scrolling='no' height='166'></iframe></div>";
//window.open("http://www.funfungolf.com/home/ifeng/");
}else if(thisURL == "golf.southcn.com")
{
strwrite = "<div align='center'><iframe src='/cctv/southcn.html' frameBorder='0' width='1000' scrolling='no' height='206'></iframe></div>";
window.open("http://www.funfungolf.com/home/vip/feixin.html");
}else if(thisURL == "southcn.funfungolf.com")
{
strwrite = "<div align='center'><iframe src='/cctv/southcn.html' frameBorder='0' width='1000' scrolling='no' height='206'></iframe></div>";
}else if(thisURL == "funfungolf.com")
{
strwrite = "<div align='center'><iframe src='/newh.html' frameBorder='0' width='1000' scrolling='no' height='166'></iframe></div>";
}else if(thisURL == "golf.bjxxw.cn")
{
strwrite = "<div align='center'><iframe src='/cctv/bjxxwh.html' frameBorder='0' width='1000' scrolling='no' height='146'></iframe></div>";
}else if(thisURL == "club.funfungolf.com")
{
location.href="http://club.funfungolf.com";
}else if(thisURL == "vip.funfungolf.com")
{
location.href="http://www.funfungolf.com/home/vip/feixin.html";
}else if(thisURL == "vivi.funfungolf.com")
{
location.href="http://www.funfungolf.com/club/vivi.html";
}else if(thisURL == "video.golfjh.com")
{
strwrite = "<div align='center'><iframe src='/cctv/jhh.html' frameBorder='0' width='1000' scrolling='no' height='156'></iframe></div>";
}else if(thisURL == "golf.vodone.com")
{
strwrite = "<div align='center'><iframe src='/cctv/voh.htm' frameBorder='0' width='1000' scrolling='no' height='300'></iframe></div>";
}else if(thisURL == "golf.huaxunwang.cn")
{
strwrite = "<div align='center'><iframe src='/cctv/huaxun.html' frameBorder='0' width='1000' scrolling='no' height='300'></iframe></div>";
}else if(thisURL == "golf.voguechinese.com")
{
strwrite = "<div align='center'><iframe src='http://www.voguechinese.com/head_golf.html' frameBorder='0' width='1000' scrolling='no' height='156'></iframe></div>";
}else if(thisURL == "golf.hebdsw.cn")
{
strwrite = "<div align='center'><iframe src='http://www.hebdsw.cn/top.html' frameBorder='0' width='1000' scrolling='no' height='156'></iframe></div>";
}else if(thisURL == "golf.fengsung.com")
{
strwrite = "<div align='center'><iframe src='http://www.fengsung.com/head_golf.html' frameBorder='0' width='1000' scrolling='no' height='156'></iframe></div>";
}else{
strwrite = "<div align='center'><iframe src='/newh.htm' frameBorder='0' width='998' scrolling='no' height='190'></iframe></div>";
}
document.write(strwrite);

function setCookie(n, v, e, p, d, s) {
		if (!e) e = 365;
		if (!p) p = '/';
		e = e * 1000 * 60 * 60 * 24;
		var e_date = new Date(new Date().getTime() + (e));
		document.cookie = n + '=' + encodeURIComponent(v) + ((e) ? ';expires=' + e_date.toGMTString() : '') + ((p) ? ';path=' + p: '') + ((d) ? ';domain=' + d: '') + ((s) ? ';secure': '');
}
function getCookie(n){
		var c = document.cookie.split("; ");
		for (var i = 0; i < c.length; i++) {
			var p = c[i].split("=");
			if (n == p[0]) try {
				return decodeURIComponent(p[1])
			} catch(e) {
				return null;																										}
		}
		return null;
}
if(document.referrer){
	if(getCookie('referer')){
	}else{
		setCookie('referer',document.referrer, 1, '', 'funfungolf.com');
	}
}


