var url,url_e;
var title,title_e;
var bg,bg_e;


url = document.referrer;
title = document.title;
if (window.bk_dokoda_jp_bg) {
	bg = window.bk_dokoda_jp_bg;
} else {
	bg = document.bgColor;
}

if(window.top.location == document.location) {
	url = document.location;
}

url_e = encodeURIComponent(url);
title_e = encodeURIComponent(title);
bg_e = encodeURIComponent(bg);

//document.write(document.bgColor+'<br />');
//document.write(document.referrer+'<br />');
//document.write(window.top.location+'<br />');
//document.write(document.location+'<br />');
//document.write(document.URL+'<br />');

document.write('<iframe width="450" height="31" src="http://bk.dokoda.jp/view/?u='+url_e+'&t='+title_e+'&b='+bg_e+'" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe>');
window.bk_dokoda_jp_bg = null;

