function am(){
	var box=document.createElement("div");
	box.style.zindex="1000";
	box.style.width="100%";
	box.style.height="35px";
	box.style.overflow="hidden";
	box.style.backgroundColor="#FF9900";
	box.style.backgroundImage="url('http://data.anisen.tv/etc/blog/img/bg.jpg')";
	box.style.backgroundRepeat = 'repeat-x';   
	box.style.backgroundPosition = 'left top';   
	box.style.margin="0px";
	box.style.padding="0px";
	box.innerHTML='<div style="width:100%;height:35px;background:#FF9900 url('+"'"+'http://www.anisen.tv/contents/php/base/blog/img/bg.jpg'+"'"+') repeat-x;overflow:hidden;display:block"><div align="left" style="float:left;width:125px;margin:0 2px 0 0"><a href="http://www.anisen.tv/" title="アニメしませんか？ブログ"><img src="http://www.anisen.tv/contents/php/base/blog/img/logo.jpg"></a></div><div align="center" class="am_ads_text" style="float:left;text-align:left;margin:2px 0 0;height:33px;overflow:hidden;display:block"><style type="text/css">.am_ads_text a{color:#000;font-size:12px;display:block}</style></div><div align="right" class="am_ads_bnr" style="float:right;width:180px;margin:2px 0 0;height:31px;overflow:hidden"><style type="text/css">.am_ads_bnr a{margin:0 2px 0 0;}</style></div></div>';
	var objBody=document.body;
	objBody.insertBefore(box,objBody.childNodes.item(0));
}