﻿// JScript 文件

  document.write("<div class='bottom_links'>")  
  if(location.pathname.indexOf('shop')==-1){
    document.write("<span style='margin-top:6px;padding-left:13px;float:left;color:#84abcc;'><a href='index.html'>欢迎您参观考察，我们不仅是做机房，更是做服务，商德维信，利末义本</a></span>")  
  }
  document.write("<a href='lianxi.html' >联系我们</a> | ")  
  document.write("<a href='yingpin.html' >工作机会</a> | ")  
  document.write("<a href='index.html' >合作伙伴认证</a> | ")  
  document.write("<a href='jieshao.html' >关于佳禾</a>")  
  document.write("</div>")  
  document.write("<div class='copyright'>")  
  document.write("版权所有：1998－2010 哈尔滨佳禾网络科技&nbsp; &nbsp;| ")  
  document.write("<a href='index.html'>法律公告</a> | ")  
  document.write("<a href='index.html' >隐私保护</a>")  
  document.write("&nbsp; &nbsp;<a href='http://124.65.49.12/beian/'>黑ICP备09028898号</a>")  
  document.write("</div>")  


