﻿var bHasFooter = true;
if(window.location.href.search("isrefer=1") > -1){
    bHasFooter = false;
}

if(window.location.href.search("xinhua.gootrip.com") > -1){
    bHasFooter = false;
}else if(window.location.href.search("people.travel.gootrip.com") > -1){
    bHasFooter = false;
}else if(window.location.href.search("people.mag.gootrip.com") > -1){
    bHasFooter = false;
}
if(bHasFooter){
	
	
	
	
/*         导航判断在执行一遍     */
var webnavnum = 0;
var location_url = window.location.href;
index_url = location_url.search("www.gootrip.com");
mdd_url = location_url.search("guide.gootrip.com");
line_url = location_url.search("travel.gootrip.com");
forum_url = location_url.search("bbs.gootrip.com");
blog_url = location_url.search("space.gootrip.com");
magazine_url = location_url.search("mag.gootrip.com");
picture_url = location_url.search("photo.gootrip.com");

//tophawk add

mdd_url_old = location_url.search("mdd.gootrip.com");
line_url_old = location_url.search("mall.gootrip.com");
magazine_url_old = location_url.search("zz.gootrip.com");

if (index_url >-1) {
	webnavnum = 0;
    }else if(mdd_url > -1 || mdd_url_old > -1) {
	webnavnum = 1;
	}else if (line_url > -1 || line_url_old > -1){
	webnavnum = 2;
	}else if (blog_url > -1){
	webnavnum = 3;
	}else if (forum_url > -1){
	webnavnum = 4;
	}else if (magazine_url > -1 || magazine_url_old > -1){
	webnavnum = 5;
	}else if (picture_url > -1){
	webnavnum = 6;
	}

if(document.getElementById('webnav')){
var navname = document.getElementById('webnav').getElementsByTagName('ul');
navname[webnavnum].className = "nav_block";
navname[webnavnum].getElementsByTagName('li')[0].className = "nav_block_left";
navname[webnavnum].getElementsByTagName('li')[1].className = "nav_block_center";
navname[webnavnum].getElementsByTagName('li')[2].className = "nav_block_right";
newspage_url = location.href;
newspage_last = newspage_url.split("/");
var newspage_slens = newspage_last.length;
var last_url = newspage_last[newspage_slens-1];
//if( pagesearch == true || last_url.search("mdd_") > -1 || last_url.search("zz_") > -1 || last_url.search("photo_") > -1 && last_url.search(".shtml") > -1)
var pagesearch
if( pagesearch == true || last_url.search("mdd_") > -1 || last_url.search("line_") > -1 || last_url.search("zz_") > -1 || last_url.search("photo_") > -1 ){	
	document.getElementById('topword').style.display = "none";
	document.getElementById('topword2').style.display = "block";
	document.getElementById('top_submit').style.backgroundImage = "url(/gootrip/_20images/common/home_07_2.jpg)"
	
	
}else{
	document.getElementById('topword').style.display = "block";
	document.getElementById('topword2').style.display = "none";	
}	
}	
/*         导航判断在执行一遍     */	
	
	
	
var footer_write
footer_write =
'<div class="width_950 footer_block">'+
'<div class="footer_block_left">'+
'<div class="foot_nav"><a href="http://www.gootrip.com">玩家旅游网首页</a><!-- │ <a href="#">企业注册</a>--> │ <a href="http://guide.gootrip.com">目的地</a> │ <a href="http://travel.gootrip.com">线路</a> │ <a href="http://space.gootrip.com">博客</a> │ <a href="hhttp://bbs.gootrip.com">论坛</a> │ <a href="http://mag.gootrip.com">杂志</a> │ <a href="hhttp://photo.gootrip.com">图库</a></div>'+
'<div class="footer_number">经营许可证编号：京ICP证041416号</div><img src="/gootrip/_20images/common/home_150.jpg" />'+
'</div>'+
'<div class="footer_block_right">'+
'<div class="footer_logo"><img src="/gootrip/_20images/common/home_151.jpg" /></div>'+
'<div class="footer_corp">Copyright &reg; 2007 玩家旅游网</div>'+
'</div>'+
'</div>'
document.write(footer_write);
}else{
//other top
  xinhua_url = window.location.href.search("xinhua.gootrip.com");
  people_package_url = window.location.href.search("people.travel.gootrip.com");
  people_mag_url = window.location.href.search("people.mag.gootrip.com");
  if (xinhua_url >-1) {
    document.write('<iframe width="997" height="80" marginwidth="0" marginheight="0" hspace="0" vspace="0" src="http://www.xinhuanet.com/travel/copyright.htm" frameborder="0" scrolling="no"></iframe>');
  }else if((people_package_url>-1) || (people_mag_url>-1)){
  	document.all('links_bottom').style.display='none';
    document.write('<iframe width="997" height="145" marginwidth="0" marginheight="0" hspace="0" vspace="0" src="http://travel.people.com.cn/GB/78902/index.html" frameborder="0" scrolling="no"></iframe>');
  }
}
