
<!--
var ewh_n_scroll=0;
var ewh_bln=true;
function ewh_fuc_maxX() {
  if(document.documentElement.clientWidth)
    return document.documentElement.clientWidth;
  if(document.body.clientWidth)
    return document.body.clientWidth;
}

function ewh_func01(){
	if(ewh_bln==false){
		return;
	}
	ewh_bln=false;
	var x = ewh_fuc_maxX();
	var obj = document.getElementById('ewh_displayImg').style;
	x = x/2 - (eval((obj.width.replace("px","")))/2);
	obj.visibility = "visible";
	ewh_play();
	if ( document.compatMode == 'CSS1Compat'){
		obj.top = (document.documentElement.scrollTop + 50) + "px";
	}else{
		obj.top = (document.body.scrollTop + 50) + "px";
	}
	obj.left = x + "px";
}

function ewh_func02(){
	var obj = document.getElementById('ewh_displayImg').style;
	obj.visibility = "hidden";
}

function ewh_init(){
	var div = document.createElement("div");
	div.id = "ewh_beep"
	document.body.appendChild(div);
}

function ewh_play(e){
	var div = document.getElementById("ewh_beep");
	var innerHTML = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="0" height="0" id="ewh_beep"><param name="movie" value="http://www.genius-factory.jp/ehw_beep.swf" /><embed src="http://www.genius-factory.jp/ehw_beep.swf" width="0" height="0" name="ewh_beep" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>'
	div.innerHTML = innerHTML;
}
window.onload=ewh_init;
function ewh_addEvent(element, eventType, fn, useCapture) {

	ie=false
	nn=false
	if(document.all){ie=true}
	if(navigator.appName=="Netscape"||navigator.userAgent.indexOf("Opera")!=-1){nn=true}

	if(ie){
		if (element.addEventListener) {
			element.addEventListener(eventType, fn, useCapture);
			return true;
		}
		else if (element.attachEvent) {
			var r = element.attachEvent('on' + eventType, fn);
			return r;    
		}
		else {
			element['on'+eventType] = fn;
		}
	}
	if(nn){
		scrollnn()
	}
}

function scrollnn(){
	var scr=window.pageYOffset
	if(scr!=ewh_n_scroll){
		ewh_onScroll();
		ewh_n_scroll=scr;
	}
	setTimeout("scrollnn()",500)
}


function ewh_onScroll(evt) {
	var obj = document.getElementById('overimg').style;
	if ( document.compatMode == 'CSS1Compat'){
		obj.top = document.documentElement.scrollTop + "px";
	}else{
		obj.top = document.body.scrollTop + "px";
	}

	
}
ewh_addEvent( window, 'scroll', ewh_onScroll, false );


document.write('<div id="overimg" style="position:absolute;top:0px;left:0px;width:100%;height:30px;z-index:999" onMouseOver="ewh_func01();return true"><img src="blank.gif" width="100%" height="30"></div>\n');

document.write('<div id="ewh_displayImg" style="border: 1px solid #000000;background-color:#FFECE8;position:absolute;visibility:hidden;top:0px;left:0px;width:450px;z-index:999">\n');
document.write('<table width="500px" border="0" cellspacing="0" cellpadding="0">\n');

document.write('<tr>\n');
document.write('<td align="right" style="font-size:10pt;background-color:#FFFFFF">\n');
document.write('<a href="javascript:ewh_func02();"><b style="color:#000000;text-decoration:none;padding:5px">[閉じる]</b></a>\n');
document.write('</td>\n');
document.write('</tr>\n');

document.write('<tr>\n');
document.write('<td align=\"right\" style=\"font-size:10pt;background-color:#FFFF00\">\n');
document.write('<center><b>\n');
document.write('<br />\n');
document.write('<FONT size="+2" color="red">【無料】不景気の今こそ<br>不動産投資のチャンスをつかむ！</font><br />\n');
document.write('<br />\n');
document.write('<u>ただいま、特別レポート「一般人が資産家になる最大のチャンス<br>２００９年に不動産オーナーになるために今すべきこと」【pdf版】<br />を無料でプレゼントしています<br /></u>\n');
document.write('<br />\n');
document.write('●安いから買うだけで大丈夫？ 不動産の買い時を見わける方法とは？<br />\n');
document.write('<br />\n');
document.write('●長期的な展望としての日本の不動産の将来は？<br />\n');
document.write('<br />\n');
document.write('●個人投資家が不動産で財を築くために必要な３つのポイントとは？<br />\n');
document.write('<br />\n');
document.write('など、２００９年の今だからこそ読んでほしい情報が満載\n');
document.write('<form action="http://form.os7.biz/form/submit" method="post">\n');
document.write('<input type="hidden" name="form_id" value="1119" />\n');
document.write('姓：\n');
document.write('<input type="text" name="seimei1" value="" style="width:50px" id="seimei1" /> \n');
document.write('名：\n');
document.write('<input type="text" name="seimei2" value="" style="width:50px" id="seimei2" /><br />\n');
document.write('メールアドレス：');
document.write('<input type="text" name="mail" value="" style="width:160px" id="mail" /><br />\n');
document.write('<input type="hidden" name="free1" value="rej2009" />\n');
document.write('<br />\n');
document.write('<input type="submit" value="今すぐ特別レポートを手に入れる" />\n');
document.write('</form>\n');
document.write('</b></center>\n');
document.write('</td>\n');
document.write('</tr>\n');

document.write('</table>\n');
document.write('</div>');
//-->

