document.write('<link rel="stylesheet" href="http://shain.co.jp/linkad/linkadd.css" type="text/css" />');
var att_timerID;
var att_visiTime = 1000;
function att_searchMouse(e,imgsrc,title,text,url){
	var imgsrc;
	var title;
	var text;
	var url;
	var htmlstr="";
	var scrollLeft;
	var scrollTop;
	var windowWidth;
	var leftAddPosition = 10;
	if(att_timerID){
		clearInterval(att_timerID);
	}
	

	if(document.body.scrollLeft){
		scrollLeft = document.body.scrollLeft;
	}else{
		scrollLeft = document.documentElement.scrollLeft;
	}
	if(document.body.scrollTop){
		scrollTop = document.body.scrollTop;
	}else{
		scrollTop = document.documentElement.scrollTop;
	}
/*
		scrollLeft = document.documentElement.scrollLeft;
		scrollTop = document.documentElement.scrollTop;
*/
	windowWidth=document.documentElement.clientWidth;
	if(!windowWidth){
		windowWidth=document.body.clientWidth;
	}
	if(windowWidth - e.clientX < 350){
		leftAddPosition = -310;
	}
	document.getElementById('att_ad_box').style.top=scrollTop + e.clientY + 10 + 'px';
	document.getElementById('att_ad_box').style.left=scrollLeft + e.clientX + leftAddPosition + 'px';
	document.getElementById('att_ad_box').style.display='block';
	if(imgsrc){
		htmlstr=htmlstr+"<a href=\""+url+"\" target=\"_blank\"><img src=\""+imgsrc+"\" /></a>";
	}
	htmlstr=htmlstr+"<a href=\""+url+"\" target=\"_blank\"><strong>"+title+"</strong><p>"+text+"</p></a>";
	document.getElementById('att_ad_box').innerHTML=htmlstr;
}
function att_searchMouse2(){
	if(att_timerID){
		clearInterval(att_timerID);
	}
	document.getElementById('att_ad_box').style.display='block';
}
function att_clearTimer(){
	att_timerID = setInterval("att_hideBox()", att_visiTime);
}
function att_hideBox(){
	document.getElementById('att_ad_box').style.display='none';
	clearInterval(att_timerID);
}

document.write("<div id=\"att_ad_box\" onmouseover=\"att_searchMouse2();\" onmouseout=\"att_clearTimer()\">&nbsp;</div>");
