function initStyle(){
	if(typeof(doLoaded) != "undefined"){doLoaded();}

	replaceId('banner-body-bottom', '<div id="border-body-bottom"><a href="http://interpot.nifty.com/cgi-bin/enter.cgi?id=cocolog" target="_blank"><img src="http://template.cocolog-nifty.com/000061/two_column_right/component/interpot-logo.gif" width="60" height="15" alt="InterPot" style="border:none" /></a></div>');
}

function replaceId(replaceID, insertTag){
	var oElement = document.getElementById(replaceID);
	if(!oElement){
		return;
	}
	oElement.innerHTML = insertTag;
}
