var page_url = window.document.URL;
var page_title = document.title;

var url_check = new RegExp('http://.*?-.*?\.tour\.ne\.jp.*?',"gi");
var url_match = page_url.match(url_check);
if(url_match){
	var page_url = page_url.replace(/^http:\/\/.*?-.*?/gi,'http://');
}
var url_check = new RegExp('https://.*?-.*?\.tour\.ne\.jp.*?',"gi");
var url_match = page_url.match(url_check);
if(url_match){
	var page_url = page_url.replace(/^https:\/\/.*?-.*?/gi,'https://');
}



function twitteradd() {
    var bitly_id  = 'travelko';
    var bitly_key = 'R_068869fc9ff65025c958b31163afeb64';
    api = 'http://api.bit.ly/shorten' + '?version=2.0.1' + '&format=json' + '&callback=Callback' + '&login=' + bitly_id + '&apiKey=' + bitly_key + '&longUrl=';
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = api + encodeURIComponent(page_url) ;
    document.body.appendChild(script);
}

function Callback(json) {
    var url = 'http://twitter.com/home/?status=' + encodeURIComponent( page_title+' '+json.results[page_url]['shortUrl']);
//    location.href = url;
    window.open(url);
}


function footersbm(){
	document.write("<a href='javascript:twitteradd();' ><img style='vertical-align: middle;' src='http://www.tour.ne.jp/element/shared/images/icon/twitter.gif' /></a>");

	document.write("ソーシャルブックマークに登録&nbsp;&nbsp;&nbsp;");
	document.write("<a href=\"javascript:void window.open(\'http://b.hatena.ne.jp/append?\'+encodeURIComponent(window.location.href)+\'&title=\'+encodeURIComponent(document.title)+\'&opener=bm&ei=UTF-8\',\'popup\',\'width=750px,height=650px,status=1,location=0,resizable=1,scrollbars=1,left=150,top=150\',0);\"><img src=\"http://www.tour.ne.jp/element/shared/images/footer_v2/sbm_hatena.gif\" alt=\"はてなブックマークに追加\" style=\"border-style:none; vertical-align:middle;\"></a>&nbsp;");
	document.write("<a href=\"javascript:void window.open(\'http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t=\'+encodeURIComponent(document.title)+\'&u=\'+encodeURIComponent(window.location.href)+\'&opener=bm&ei=UTF-8\',\'popup\',\'width=750px,height=650px,status=1,location=0,resizable=1,scrollbars=1,left=150,top=150\',0);\"><img src=\"http://www.tour.ne.jp/element/shared/images/footer_v2/sbm_yahoo.gif\"  alt=\"Yahoo!ブックマークに登録\" style=\"border-style:none; vertical-align:middle;\"></a>&nbsp;");
	document.write("<a href=\"javascript:void window.open(\'http://clip.livedoor.com/redirect?link=\'+encodeURIComponent(window.location.href)+\'&title=\'+encodeURIComponent(document.title)+\'&opener=bm&ei=UTF-8\',\'popup\',\'width=750px,height=650px,status=1,location=0,resizable=1,scrollbars=1,left=150,top=150\',0);\"><img src=\"http://www.tour.ne.jp/element/shared/images/footer_v2/sbm_livedoor.gif\"  alt=\"ライブドアクリップに投稿\" style=\"border-style:none; vertical-align:middle;\"></a>&nbsp;");
	document.write("<a href=\"javascript:void window.open(\'http://del.icio.us/post?url=\'+encodeURIComponent(window.location.href)+\'&title=\'+encodeURIComponent(document.title)+\'&opener=bm&ei=UTF-8\',\'popup\',\'width=750px,height=650px,status=1,location=0,resizable=1,scrollbars=1,left=150,top=150\',0);\"><img src=\"http://www.tour.ne.jp/element/shared/images/footer_v2/sbm_delicious.png\" alt=\"del.icio.us に投稿\" style=\"border-style:none; vertical-align:middle; margin:2px 0 0 0;\"></a>&nbsp;");
	document.write("<a href=\"javascript:void window.open(\'http://news.ecnavi.jp/config/add/confirm?url=\'+encodeURIComponent(window.location.href)+\'&title='+encodeURIComponent(document.title)+\'&opener=bm&ei=UTF-8\',\'popup\',\'width=750px,height=650px,status=1,location=0,resizable=1,scrollbars=1,left=150,top=150\',0);\"><img src=\"http://www.tour.ne.jp/element/shared/images/footer_v2/sbm_buzzurl.gif\" alt=\"Buzzurlにブックマーク\"  style=\"border-style:none; vertical-align:middle;\"></a>");
}