<!--
function FooterLink(){

	var hashLink = new Array();

	hashLink["リンクについて"] = "linkhere.php";
	hashLink["リンク登録フォーム"] = "linkform.php";
	hashLink["お問い合わせ"] = "contact.php";

	var strSepa = "";

	for(key in hashLink){
		str = strSepa + "<a href=\"/" + hashLink[key] + "\">" + key + "</a>";
		document.write(str);
		strSepa = " | ";
	}
}

function getCookie(name){
  var search = name + '=';
  if (document.cookie.length>0) {
    offset = document.cookie.indexOf(search);
    if (offset != -1){
      offset += search.length;
      end     = document.cookie.indexOf(';',offset);
      if(end == -1)
        end = document.cookie.length;
      return unescape(document.cookie.substring(offset,end));
    }
  }
  return null;
}

function setCookie(name,value,expire){
  document.cookie
    = name + '=' + escape(value)
    + '; domain=local-infomation.com'
    + '; path=/'
    + ((expire==null)?'':('; expires='+expire.toGMTString()));
}

function jsInfo(){
	document.write('<iframe width="480" height="130" marginheight=0 marginwidth=0 frameborder=0 SCROLLING=NO src="http://www.local-infomation.com/info.html" name="info"></iframe>');
}

function jsAct(){
	document.write('<iframe width="100%" height="100" marginheight=0 marginwidth=0 frameborder=0 SCROLLING=NO src="/ranking.html" name="ranking"></iframe>');
}

function bkmkclp(){

	document.write('<script type="text/javascript">');
	document.write('AddClipsUrl = location.href;');
	document.write('AddClipsTitle = document.title;');
	document.write('AddClipsId = "19EA49ACE5BD1";');
	document.write('AddClipsBcolor="#FF6600";');
	document.write('AddClipsNcolor="#FF9900";');
	document.write('AddClipsTcolor="#FFFFFF";');
	document.write('AddClipsType="1";');
	document.write('AddClipsVerticalAlign="middle"; ');
	document.write('AddClipsDefault="bookmark"; ');
	document.write('</script><script type="text/javascript" src="http://js.addclips.org/v2/addclips.js" charset="utf-8"></script>');
}

-->


