thisURL = location.hostname;
if(thisURL == "www.funfungolf.com")
{
strwrit = "<div align='center' style='background-color:#FFFFFF '><iframe src='/newf.htm' frameBorder='0' width='998' scrolling='no' height='80'></iframe></div>";  
}else if(thisURL == "golf.cctv.com")
{
strwrit = "<div align='center'><iframe src='/cctv/foot_cctv.html' frameBorder='0' width='1000' scrolling='no' height='166'></iframe></div>";
}else if(thisURL == "golf.southcn.com")
{
strwrit = "<div align=left><iframe src='http://www.southcn.com/public/foot980/foot980.htm' frameBorder='0' width='1000' scrolling='no' height='240'></iframe></div>";
}else if(thisURL == "golf.bjxxw.cn")
{
strwrit = "<div align=left><iframe src='/cctv/bzxxwf.html' frameBorder='0' width='1000' scrolling='no' height='80'></iframe></div>";
}else if(thisURL == "golf.vodone.com")
{
strwrit = "<div align='center'><iframe src='/cctv/vof.htm' frameBorder='0' width='1000' scrolling='no' height='266'></iframe></div>";
}else if(thisURL == "video.golfjh.com")
{
strwrit = "<div align='center'><iframe src='/cctv/jhf.html' frameBorder='0' width='1000' scrolling='no' height='166'></iframe></div>";
}else if(thisURL == "golf.huaxunwang.cn")
{
strwrit = "<div align='center'><iframe src='http://www.huaxunwang.cn/js/huaxunwang/footer.html' frameBorder='0' width='1000' scrolling='no' height='100'></iframe></div>";
}else if(thisURL == "golf.voguechinese.com")
{
strwrit = "<div align='center'><iframe src='http://www.voguechinese.com/foot_golf.html' frameBorder='0' width='1000' scrolling='no' height='100'></iframe></div>";
}else{
strwrit = "<div align='center'><iframe src='/newf.htm' frameBorder='0' width='998' scrolling='no' height='80'></iframe></div>";  
}
document.write(strwrit);