/******************************************************************************
関数名前  ： FooterDisp
処理機能  ： 共通フッター（静的）表示処理
引数      ： なし
戻り値    ： なし
作成日    ： 2008/02/13
******************************************************************************/
function FooterDisp(){
  var tempDomain = document.domain;
  var jalan      = "http://"+ tempDomain +"/";
  var biz        = "http://"+ tempDomain +"/biz/";
  var highclass  = "http://"+ tempDomain +"/highclass/";
  var onsen      = "http://"+ tempDomain +"/onsen/";
  var pet        = "http://"+ tempDomain +"/pet/";
  var ichiran    = "http://"+ tempDomain +"/jalan/jweb/yado/TOP.HTML";
  var rentacar   = "http://"+ tempDomain +"/rentacar/";
  var tour       = "http://"+ tempDomain +"/tour/";
  var dp         = "http://"+ tempDomain +"/dp/";
  var kankou     = "http://"+ tempDomain +"/kankou/";
document.write('<div id="footer_area">')
document.write('<p class="s11_30">｜<a href=')
document.write(biz)
document.write(' target="_self" class="sub">ビジネスホテル</a>｜<a href=')
document.write(highclass)
document.write(' target="_self" class="sub">高級ホテル</a>｜<a href=')
document.write(onsen)
document.write(' target="_self" class="sub">温泉・露天風呂</a>｜<a href=')
document.write(pet)
document.write(' target="_self" class="sub">ペットと宿</a>｜<a href=')
document.write(ichiran)
document.write(' target="_self" class="sub">宿・ホテル一覧</a>｜<a href=')
document.write(rentacar)
document.write(' target="_self" class="sub">レンタカー</a>｜<a href=')
document.write(tour)
document.write(' target="_self" class="sub">ツアー</a>｜<a href=')
document.write(dp)
document.write(' target="_self" class="sub">航空券</a>｜<a href=')
document.write(kankou)
document.write(' target="_self" class="sub">観光ガイド</a>｜</p>')
document.write('<div id="footer990">')
document.write('<A href="http://www.recruit.co.jp/" target="_blank"><img src="/images/kensaku/common_footer_logo.gif" width="163"  height="25"  alt="リクルート"></A>')
document.write('</div>')
document.write('</div>')
}
