// JavaScript Document
if(navigator.userAgent.indexOf("Firefox") != -1){ // Firefoxの場合、横を1px増やす
	document.write('<iframe src="http://matome2ch.hikoneko.net/bp_buf/bp.html" height=300 width=161 frameborder=0></iframe>');
} else {
	document.write('<iframe src="http://matome2ch.hikoneko.net/bp_buf/bp.html" height=300 width=160 frameborder=0></iframe>');
}

