var str1=location.href;
  function div1(){
   document.write("<div style='clear:both; margin-bottom:5px;'>");
   document.write("<a href='/gpi/contactus/contactus.html' target='_blank'>");
  }
  function div2(){
   document.write("</a>");
   document.write("</div>");
  }
  function div3(){
   document.write("<div style='clear:both; margin-top:10px;'><a href='/' target='_blank'>COPYRIGHT(C) GPI INC. All rights reserved.</a>&nbsp;,&nbsp;<a href='/gpi/information/policy.html' target='_blank'>policy</a></div>");
  }
  if(str1.indexOf('/kaigaratei/',0)=='26'){
   div1();
   document.write("仏蘭西料理&nbsp;貝殻亭はGPIが運営しています。");
   div2();
  }else if(str1.indexOf('/seisyouan/',0)=='26'){
   div1();
   document.write("リゾートダイニングカフェ&nbsp;清祥庵はGPIが運営しています。");
   div2();
  }else if(str1.indexOf('/soleil/',0)=='26'){
   div1();
   document.write("洋菓子店&nbsp;ソレイユはGPIが運営しています。");
   div2();
  }else if(str1.indexOf('/sansyoubou/',0)=='26'){
   div1();
   document.write("砥部焼の店&nbsp;山椒房はGPIが運営しています。");
   div2();
  }else if(str1.indexOf('/waraku/',0)=='26'){
   div1();
   document.write("話楽酒楽はGPIが運営しています。");
   div2();
  }

if(str1.indexOf('/waraku/',0)==-1){//waraku以外
document.write("<div style='clear:both; text-align:center;'>");
document.write("|&nbsp;<a href='/kaigaratei/' target='_blank'>仏蘭西料理&nbsp;貝殻亭</a>&nbsp;");
document.write("|&nbsp;<a href='/seisyouan/' target='_blank'>リゾートダイニングカフェ&nbsp;清祥庵</a>&nbsp;");
document.write("|&nbsp;<a href='/soleil/' target='_blank'>洋菓子店&nbsp;ソレイユ</a>&nbsp;");
document.write("|&nbsp;<a href='/sansyoubou/' target='_blank'>砥部焼の店&nbsp;山椒房</a>&nbsp;|");
document.write("</div>");
div3();
}else if(str1.indexOf('/waraku/',0)=='26'){
div3();
}
