// JavaScript Document

var mytitle = encodeURI(document.title);
var mysepalate = encodeURI('☆');
var url = encodeURI(location.href);
var n; //適用画像タイプ
var t; //差し替えタイトル

if(!n){	n=1;}
if(t){	mytitle = encodeURI(t);}

document.write('<a href="http://twitter.com/intent/tweet?original_referer=');
document.write(url);
document.write('&text=');
document.write(mytitle);
document.write(mysepalate);
document.write(url);
document.write('" target="_blank">');
document.write('<img src="http://www.aura-office.co.jp/ausv/twitter/btn_twitter_tsubuyaki_'+n+'.gif" style="border:0px" />');
document.write('</a>');

