function footer(){
document.write('<Div width="800" align="center"><HR class="std" length="780"></Div>');
document.write('<Div align="center" height="30"> <Font size="-2">　Copy Right 2008　All Right Reserved </Font><Font size="-1">　Gino\'s Concierge Services Inc.　　　　　　　　　</Font></Div>');
document.write('<Div id="register" align="center" height="30">');
document.write('　　　　兵庫県知事登録旅行業第3-630号　  　全国旅行業協会(ANTA)正会員</Font>');
document.write('</Div>');
document.write('<Div height="20" align="center"> <Font size="-2">F2 21-17 Choju-ga-Oka Takarazuka 665-0001 Hyogo JAPAN　Tel/Fax +81 (0)797 87 0325　 <A href="mailto:info@ginos.jp" class="address">info@ginos.jp</A></Font>');
document.write('</Div>');

n = 20; //ファイル名を抽出したい文字数のはじめ（右端から）
m = 16; //抽出したいファイル名文字数


logurl = "http://capriblue.com/cgi_bin/logscribe/makelog.cgi?";  //log出力先URL 

str = location.href; // 表示ページURL（今のページ）を取得
stn = str.substr(str.length-n,m); //ファイル名の抽出


sts = stn;  　　//表示用ファイル名の生成 (抽出部に対して変更なし）
stsc = sts + "," + str; 　//Log処理用文字列の生成


URL=document.referrer;

if(URL==""){URL="Unknown";}
document.write("<IMG SRC=");
document.write(logurl,stsc);
document.write(",");
document.write(URL);
document.write(">");


document.write('<script type=\"text/javascript\">var gaJsHost = \(\(\"https:\" == document.location.protocol\) ? \"https://ssl.\" :\"http://www.\"\)\;');

document.write('document.write\(unescape\(\"%3Cscript src=\'\" + gaJsHost + \"google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E\"\)\)\;');

document.write('</script>');
document.write('<script type=\"text/javascript\">var pageTracker = _gat._getTracker\(\"UA-4130873-3\"\)\;');
document.write('pageTracker._trackPageview\(\)\;');
document.write('</script>');




}