function footer(){
document.write('<TABLE width="720">');
document.write('<TBODY>');
document.write('<TR>');
document.write('<TD>');
document.write('<HR class="g06">');
document.write('</TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD class="footer">');
document.write('<A href="http://www.capriblue.com/guide_book/ceg_index.htm" class="footer" title="日本語版カプリ島ガイドブック カプリエクスクルーシヴ・ガイド">GuideBook</A>　|　 ');
document.write('<A href="http://www.capriblue.com/capri/index.html" class="footer" title="カプリ島トップページ">Capri</A>　|　 ');
document.write('<A href="http://www.capriblue.com/amalfitana" class="footer" title="アマルフィ海岸トップページ">Amalfitana</A>　|　 ');
document.write('<A href="http://www.capriblue.com/napoli/listanapolia.htm" class="footer" title="ナポリ周辺トップページ">Napoli</A>　 |　 ');
document.write('<A href="http://www.capriblue.com/taormina" class="footer" title="タオルミーナトップページ">Taormina</A>　|　 ');
document.write('<A href="http://www.capriblue.com/eolie" class="footer" title="エオリエ諸島トップページ">Eolie</A>　 |　 ');
document.write('<A href="http://www.capriblue.com/portofino" class="footer" title="ポルトフィーノトップページ">Portofino</A>　|　 ');
document.write('<A href="http://www.capriblue.com/cgi-bin/worlddb/entry.cgi" class="footer" title="世界のホテル オンライン簡単予約　直前割引予約もどうぞ！">World Hotels</A>　|　 ');
document.write('<A href="http://amalfi.jp" class="footer" title="アマルフィ海岸専門サーヴィスサイト">Amalfi.jp</A>');
document.write('</TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD class="footer">');
document.write('<A href="http://www.capriblue.com/sitemap.htm" class="footer" title="サイトマップ">Site Map</A>　|　 ');
document.write('<A href="http://www.capriblue.com/mail_magazine/melmaga_lista.htm" class="footer" title="メールマガジン【彼女の恋した南イタリア】">Magazine</A>　|　 ');
document.write('<A href="http://www.capriblue.com/link_nastroazzurro.htm" class="footer" title="イタリア関連リンク集">Links</A>　|　 ');
document.write('<A href="http://www.capriblue.com/aboutus.htm" class="footer" title="サービス概要 訪問販売法に基づく表記">About Us</A>　|　 ');
document.write('<A href="http://www.capriblue.com/contact_form.htm" class="footer" title="お問い合わせ">Contact</A>　|　 ');
document.write('<A href="http://www.capriblue.com/privacy.htm" class="footer" title="プライバシーポリシー 個人情報の取り扱いについて">Privacy Policy</A>　|　 ');
document.write('<A href="http://www.voiceblog.jp/capripodia" target="blank" class="footer" title="CapriBlueのポッドキャスティング･ステーション Capri Podia">Podcast</A>');
document.write('</TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD height="6"></TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD class="copyright">　Copy Right 2008　All Right Reserved　　<A href="http://www.capriblue.com/aboutus.htm" class="copyright">CapriBlue Resorts and Services</A>');
document.write('</TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD 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@capriblue.com" class="address">info@capriblue.com</A></Font>');
document.write('</TD>');　
document.write('</TR>');
document.write('</TBODY>');
document.write('</TABLE>');

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 src=\"http://www.google-analytics.com/urchin.js" type="text/javascript"></script>');
document.write('<script type="text/javascript">');
document.write('_uacct = "UA-4130873-1"\;');
document.write('urchinTracker()\;');
document.write('</script>');


}