// JavaScript Document
var tfb={};
tfb.showbadge=function(){if(!window.XMLHttpRequest){return;}
if(document.getElementById('twitterFollowBadge')){document.body.removeChild(document.getElementById('twitterFollowBadge'));}
tfb.tabStyleCode='position:fixed;'+'top:77px;'+'width:47px;'+'height:189px;'+'z-index:8765;'+'cursor:pointer;'+'background:url(http://www.biflost.com/shonaibashi_html/twitter_icon.png);'+'background-repeat:no-repeat;';
tfb.tabStyleCode+='right:0; background-position:left top;';
tfbMainDiv=document.createElement('div');tfbMainDiv.setAttribute('id','twitterFollowBadge');
document.body.appendChild(tfbMainDiv);tfbMainDiv.innerHTML='<div id="tfbTab" style="'+tfb.tabStyleCode+'">';
document.getElementById('tfbTab').onclick=function(){window.open('http://www.twitter.com/shonaibashi');}
}
