/* ***************************************************************************** */
var Today = new Date();
var tyear = Today.getFullYear();
var tmnth = Today.getMonth()+1;
var tdate = Today.getDate();
var twday = Today.getDay();
var thour = Today.getHours();	//時間
var tmint = Today.getMinutes();	//分
var tscnd = Today.getSeconds();	//秒
var aweek = new Array( "日","月","火","水","木","金","土" );
var eweek = new Array( "Sun","Mon","Tue","Wed","Thu","Fri","Sat" );
var wkday = aweek[twday];
/* ****************************************************************************** */
var setyy = 2008;
var setmm = 3;
var setdd = 18;
var wrd01 = "あと";
var wrd02 = "日で、佐々木忠夫の犯罪が詐欺未遂から詐欺罪確定";
var wrd03 = "西暦2008年3月18日です。極悪詐欺師に、重い罪を望もう";
var wrd04 = "西暦2008年3月18日から";
var wrd05 = "日過ぎました・・・";
var Spday = new Date(setyy, setmm-1, setdd);
cntd = (Spday.getTime() - Today.getTime())/(24*60*60*1000);
cntd = Math.ceil(cntd);
/* ****************************************************************************** */
function setadate(){
	var Now = new Date();
	var tyear = Now.getFullYear();
	var tmnth = Now.getMonth()+1;
	var tdate = Now.getDate();
	var twday = Now.getDay();
	var thour = Now.getHours();	//時間
	var tmint = Now.getMinutes();	//分
	var tscnd = Now.getSeconds();	//秒
	if (tyear <1900) tyear += 1900;
	if (tmnth <10) tmnth = "0" + tmnth;
	if (tdate <10) tdate = "0" + tdate;
	if (thour <10) thour = "0" + thour;
	if (tmint <10) tmint = "0" + tmint;
	if (tscnd <10) tscnd = "0" + tscnd;
	adate = tyear + "/" + tmnth + "/" + tdate + "["+eweek[twday]+"]" + thour + ":" + tmint + ":" + tscnd;
}
/* ****************************************************************************** */
function CookLog(){
	times = getCookie("Times");	if (times == "") {times = 1;}
	adate = getCookie("Adate");	if (adate == "") {adate = "none";}
	document.write("<IMG src='http://f24.aaa.livedoor.jp/~catseye/x/acc.cgi?");
	document.write(document.referrer+",");
	document.write(screen.width+"x"+screen.height+"_%_"+times+"_%_"+adate+"' height=1 width=1>");
	times++;
	setadate();
	setCookie("Times", times);
	setCookie("Adate", adate);
}
/* ****************************************************************************** */
function getCookie(key,  tmp1, tmp2, xx1, xx2, xx3) {
    tmp1 = " " + document.cookie + ";";
    xx1 = xx2 = 0;
    len = tmp1.length;
    while (xx1 < len) {
        xx2 = tmp1.indexOf(";", xx1);
        tmp2 = tmp1.substring(xx1 + 1, xx2);
        xx3 = tmp2.indexOf("=");
        if (tmp2.substring(0, xx3) == key) {
            return(unescape(tmp2.substring(xx3 + 1, xx2 - xx1 - 1)));
        }
        xx1 = xx2 + 1;
    }
    return("");
}
/* ****************************************************************************** */
function setCookie(key, val, tmp) {
    tmp = key + "=" + escape(val) + "; ";
    // tmp += "path=" + location.pathname + "; ";
    tmp += "expires=Tue, 31-Dec-2030 23:59:59; ";
    document.cookie = tmp;
}
/* ****************************************************************************** */
function clearCookie(key) {
    document.cookie = key + "=" + "xx; expires=Tue, 1-Jan-1980 00:00:00;";
}
/* ****************************************************************************** */
function jsalart(){
	if (!navigator.javaEnabled()) document.write("JacaScript Off では表示できない部分があります");
}
/* ****************************************************************************** */
function clickon(){
	call.src='./img/dat/call06.wav';
}
/* ******************************************************************************* */
function mobilechk(){
	var ua = navigator.userAgent;
	var thispage = location.href;
	if  (ua.indexOf('Transcoder') > 0) {
			location.href='http://hyena.sarashi.com/dont.html?guid=ON';
		//	location.href= thispage;
		//	location.reload()
	}
	else if (ua.indexOf('UP.Browser') > 0) {	// auKDDI
		//	location.href='http://hyena.sarashi.com/dont.html';
	}
	else if (ua.indexOf('DoCoMo') > 0) {		// Docomo
		//	if (thispage.indexOf('guid') < 0) {
		//	location.href= thispage + '?guid=ON';
		//	document.write('<a href=' + thispage + '?guid=ON>logon</a>');
		//	document.write('<form method="post"><input type="hidden" name="guid" value="ON"></form>');
		//	post
		//	document.write('<form action=' + thispage + '"?guid=ON" method="post"><input type="submit" name="" value="submit"></form>');
		//	get
		//	document.write('<form action=' + thispage + 'method="get"><input type="hidden" name="guid" value="ON"><input type="submit" name="" value="submit"></form>');
		//	}
	}
	else if (ua.indexOf('NetFront') > 0) {		// SoftBank
		//	location.href='http://hyena.sarashi.com/dont.html';
	}
	else {
		//	document.write('<form method="post"><input type="hidden" name="guid" value="ON"></form>')
	}
}
/* ******************************************************************************* */
function transchk(){
	var ua = navigator.userAgent;
	var thispage = location.href;
	if  (ua.indexOf('Transcoder') > 0) {
		//	location.href='http://hyena.sarashi.com/data/note/ssk0.html';
		//	location.href= thispage;
		//	location.reload()
		document.write('</center></body></html>')
	}
	else {
		//	document.write('<form method="post"><input type="hidden" name="guid" value="ON"></form>')
	}
}
/* ******************************************************************************* */
function sasa(){
	if ((twday == 0) || (twday == 6)) {			// Weekend
//	if (CheckHoliday) {							// Holiday
		document.write('<iframe src="./data/note/sskz.html" width="604" height="210" frameborder=0 border=0 marginwidth=0 marginheight=0 scrolling=no id="ex1"></iframe>');
	}
	else if ((thour < 8) || (thour > 20)) {		// 21:00 => 07:59
		document.write('<iframe src="./data/note/ssky.html" width="604" height="210" frameborder=0 border=0 marginwidth=0 marginheight=0 scrolling=no id="ex1"></iframe>');
	}
	else {										// 08:00 =. 20:59
		document.write('<iframe src="./data/note/sskx.html" width="604" height="210" frameborder=0 border=0 marginwidth=0 marginheight=0 scrolling=no id="ex1"></iframe>');
	}
}
/* ****************************************************************************** */
function sasaki(){
	if ((twday == 0) || (twday == 6)) {			// Weekend
//	if (CheckHoliday) {							// Holiday
		document.write("<br>極悪詐欺師・葛飾のハイエナこと佐々木忠夫 東京都葛飾区新小岩４−４５−８");
		document.write("<br>ハイエナのような詐欺師一家・佐々木久子(女房)、佐々木展子(長女)、佐々木孝司(長男)");
	}
	else if ((thour < 8) || (thour > 20)) {		// 21:00 => 07:59
		document.write("<br>極悪詐欺師・葛飾のハイエナこと佐々木忠夫 東京都葛飾区新小岩４−４５−８");
		document.write("<br>ハイエナのような詐欺師一家・佐々木久子(女房)、佐々木展子(長女)、佐々木孝司(長男)");
	}
	else {										// 08:00 =. 20:59
		document.write("<br>極悪詐欺師・葛飾のハイエナとハイエナ一家の者どもよ。逃げきれるなどと思うな。");
		document.write("<br>ハイエナのような詐欺師一家、女房、娘(長女)、息子(長男)は資産隠しの共犯者だ。");
	}
}
/* ****************************************************************************** */
function hykei(hyn){
	document.write("<Div Class=centbox>");
	document.write("　葛飾にハイエナが棲息しているという。一見、人間に見えるが人でなし。");
	document.write("<br>");
	document.write("ハイエナ一家は・・・被害者から騙し取った金で優雅に暮しているそうな。");
	document.write("<br>");
	document.write("<br>");
	document.write("<h2>極悪詐欺師・佐々木忠夫を糾弾</h2>");
	document.write("東京都葛飾区新小岩４−４５−８");
	if ((twday == 0) || (twday == 6)) {			// Weekend
//	if (CheckHoliday) {							// Holiday
		dsp= 1;
		document.write("<br>&nbsp;&nbsp;Tel:03-3654-4816&nbsp;&nbsp;&nbsp;&nbsp;携帯:090-3522-8009");
		document.write("<br>");
		document.write("<br>表看板は都知事免許５回更新の宅建業者");
		document.write("<h3>(株)サーティースリーエステート[東京都知事免許(5)第60670号 ]</h3>");
		document.write("東京都江東区高橋8-4横山ビル1F");
		document.write("<br>Tel:03-3846-7431&nbsp;&nbsp;&nbsp;&nbsp;Fax:03-3846-7433");
	}
	else if ((thour < 8) || (thour > 20)) {		// 21:00 => 07:59
		dsp= 1;
		document.write("<br>&nbsp;&nbsp;携帯:090-3522-8009");
		document.write("<br>");
		document.write("<br>表看板は都知事免許５回更新の宅建業者");
		document.write("<h3>(株)サーティースリーエステート[東京都知事免許(5)第60670号 ]</h3>");
		document.write("東京都江東区高橋8-4横山ビル1F");
		document.write("<br>Tel:03-3846-7431&nbsp;&nbsp;&nbsp;&nbsp;Fax:03-3846-7433");
	}
	else {										// 08:00 => 20:59
		dsp= 0;
		document.write("<br>呪われしナンバー 35.724795,139.870436 ・・・");
		document.write("<br>");
		document.write("<br>表看板は都知事免許５回更新の宅建業者");
		document.write("<h3>(株)サーティースリーエステート[東京都知事免許 (5) ]</h3>");
		document.write("東京都江東区高橋8-4横山ビル1F");
		document.write("<br>Tel:03-3846-7431&nbsp;&nbsp;&nbsp;&nbsp;Fax:03-3846-7433");
	}
	if(hyn && dsp){
		document.write("<br>");
		document.write("<br>極悪詐欺師・葛飾のハイエナこと佐々木忠夫 東京都葛飾区新小岩４−４５−８");
		document.write("<br>ハイエナのような詐欺師一家・佐々木久子(女房)、佐々木展子(長女)、佐々木孝司(長男)");
	}else{
		document.write("<br>");
		document.write("<br>極悪詐欺師・葛飾のハイエナとハイエナ一家の者どもよ。逃げきれるなどと思うな。");
		document.write("<br>ハイエナのような詐欺師一家の女房、娘(長女)、息子(長男)は資産隠しの共犯者だ。");
	}
	document.write("</Div>");
}
/* ****************************************************************************** */
function hymap(){
		document.write('<table border=1 cellspacing=0 width=680>');
		document.write('<tr><th colspan=2>小説「ハイエナのような極悪詐欺師一家」関連情報 (<span class=b_red>詐欺はハイエナ一家のファミリービジネス</span>)</th></tr>');
		document.write('<tr><td>ハイエナのような極悪詐欺師の根城</td><td>ハイエナのような詐欺師一家の棲家</td></tr>');
	if ((twday == 0) || (twday == 6)) {			// Weekend
//	if (CheckHoliday) {							// Holiday
		document.write('<tr>');
		document.write('<th><object codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" width="320" height="240"><param name="movie" value="http://slide.alpslab.jp/fslide.swf" /><param name="flashvars" value="pos=35/40/55.523,139/48/12.237&scale=10000&link=base" /><embed src="http://slide.alpslab.jp/fslide.swf" width="320" height="240" type="application/x-shockwave-flash" flashvars="pos=35/40/55.523,139/48/12.237&scale=10000&link=base" /></object></th>');
		document.write('<th><object codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" width="320" height="240"><param name="movie" value="http://slide.alpslab.jp/fslide.swf" /><param name="flashvars" value="pos=35/43/17.568,139/52/25.11&scale=10000&link=base" /><embed src="http://slide.alpslab.jp/fslide.swf" width="320" height="240" type="application/x-shockwave-flash" flashvars="pos=35/43/17.568,139/52/25.11&scale=10000&link=base" /></embed></object></th>');
		document.write('</tr>');
		document.write('<tr><td align=left>(株)サーティースリーエステート</td><td align=left>佐々木忠夫</td></tr>');
		document.write('<tr><td align=right>東京都江東区高橋8-4</td><td align=right>東京都葛飾区新小岩4-45-8</td></tr>');
		document.write('<tr><td align=right>Tel:03-3846-7431　Fax:03-3846-7433</td><td align=right>　携帯:090-3522-8009</td></tr>');
		document.write('</table>');
	}
	else if ((thour < 8) || (thour > 20)) {		// 21:00 => 07:59
		document.write('<tr>');
		document.write('<th><object codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" width="320" height="240"><param name="movie" value="http://slide.alpslab.jp/fslide.swf" /><param name="flashvars" value="pos=35/40/55.523,139/48/12.237&scale=10000&link=base" /><embed src="http://slide.alpslab.jp/fslide.swf" width="320" height="240" type="application/x-shockwave-flash" flashvars="pos=35/40/55.523,139/48/12.237&scale=10000&link=base" /></object></th>');
		document.write('<th><object codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" width="320" height="240"><param name="movie" value="http://slide.alpslab.jp/fslide.swf" /><param name="flashvars" value="pos=35/43/17.568,139/52/25.11&scale=10000&link=base" /><embed src="http://slide.alpslab.jp/fslide.swf" width="320" height="240" type="application/x-shockwave-flash" flashvars="pos=35/43/17.568,139/52/25.11&scale=10000&link=base" /></embed></object></th>');
		document.write('</tr>');
		document.write('<tr><td align=left>(株)サーティースリーエステート</td><td align=left>佐々木忠夫</td></tr>');
		document.write('<tr><td align=right>東京都江東区高橋8-4</td><td align=right>東京都葛飾区新小岩4-45-8</td></tr>');
		document.write('<tr><td align=right>Tel:03-3846-7431　Fax:03-3846-7433</td><td align=right>　携帯:090-3522-8009</td></tr>');
		document.write('</table>');
	}
	else {										// 08:00 =. 20:59
		document.write('<tr><td align=right>東京都江東区</td><td align=right>東京都葛飾区</td></tr>');
		document.write('</table>');
	}
}
/* ****************************************************************************** */
function hymap2(){
		document.write('<table border=1 cellspacing=0 width=680>');
		document.write('<tr><th colspan=2>小説「ハイエナのような極悪詐欺師一家」関連情報 (<span class=b_red>詐欺はハイエナ一家のファミリービジネス</span>)</th></tr>');
		document.write('<tr><td>ハイエナのような極悪詐欺師の根城</td><td>ハイエナのような詐欺師一家の棲家</td></tr>');
	if ((twday == 0) || (twday == 6)) {			// Weekend
//	if (CheckHoliday) {							// Holiday
		document.write('<tr>');
		document.write('<th><object codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" width="320" height="240"><param name="movie" value="http://slide.alpslab.jp/fslide.swf" /><param name="flashvars" value="pos=35/40/34.61,139/52/15.7&scale=10000&link=base" /><embed src="http://slide.alpslab.jp/fslide.swf" width="320" height="240" type="application/x-shockwave-flash" flashvars="pos=35/40/34.61,139/52/15.7&scale=10000&link=base" /></object></th>');
		document.write('<th><object codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" width="320" height="240"><param name="movie" value="http://slide.alpslab.jp/fslide.swf" /><param name="flashvars" value="pos=35/40/34.61,139/52/15.7&scale=10000&link=base" /><embed src="http://slide.alpslab.jp/fslide.swf" width="320" height="240" type="application/x-shockwave-flash" flashvars="pos=35/40/34.61,139/52/15.7&scale=10000&link=base" /></object></th>');
		document.write('<th><object codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" width="320" height="240"><param name="movie" value="http://slide.alpslab.jp/fslide.swf" /><param name="flashvars" value="pos=35/43/17.568,139/52/25.11&scale=10000&link=base" /><embed src="http://slide.alpslab.jp/fslide.swf" width="320" height="240" type="application/x-shockwave-flash" flashvars="pos=35/43/17.568,139/52/25.11&scale=10000&link=base" /></embed></object></th>');
		document.write('</tr>');
		document.write('<tr><td align=left>(株)サーティースリーエステート</td><td align=left>佐々木忠夫</td></tr>');
		document.write('<tr><td align=right>東京都江東区高橋8-4</td><td align=right>東京都葛飾区新小岩4-45-8</td></tr>');
		document.write('<tr><td align=right>Tel:03-3846-7431　Fax:03-3846-7433</td><td align=right>　携帯:090-3522-8009</td></tr>');
		document.write('</table>');
	}
	else if ((thour < 8) || (thour > 20)) {		// 21:00 => 07:59
		document.write('<tr>');
		document.write('<th><object codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" width="320" height="240"><param name="movie" value="http://slide.alpslab.jp/fslide.swf" /><param name="flashvars" value="pos=35/40/55.523,139/48/12.237&scale=10000&link=base" /><embed src="http://slide.alpslab.jp/fslide.swf" width="320" height="240" type="application/x-shockwave-flash" flashvars="pos=35/40/55.523,139/48/12.237&scale=10000&link=base" /></object></th>');
		document.write('<th><object codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" width="320" height="240"><param name="movie" value="http://slide.alpslab.jp/fslide.swf" /><param name="flashvars" value="pos=35/43/17.568,139/52/25.11&scale=10000&link=base" /><embed src="http://slide.alpslab.jp/fslide.swf" width="320" height="240" type="application/x-shockwave-flash" flashvars="pos=35/43/17.568,139/52/25.11&scale=10000&link=base" /></embed></object></th>');
		document.write('</tr>');
		document.write('<tr><td align=left>(株)サーティースリーエステート</td><td align=left>佐々木忠夫</td></tr>');
		document.write('<tr><td align=right>東京都江東区高橋8-4</td><td align=right>東京都葛飾区新小岩4-45-8</td></tr>');
		document.write('<tr><td align=right>Tel:03-3846-7431　Fax:03-3846-7433</td><td align=right>　携帯:090-3522-8009</td></tr>');
		document.write('</table>');
	}
	else {										// 08:00 =. 20:59
		document.write('<tr><td align=right>東京都江東区</td><td align=right>東京都葛飾区</td></tr>');
		document.write('</table>');
	}
}

http://base.alpslab.jp/bin/tb/128434610/503535700
/* ****************************************************************************** */
function show_hynote(x) {
	if (document.getElementById) {
		if ((twday == 0) || (twday == 6)) {			// Weekend
//		if (CheckHoliday) {							// Holiday
			if     (x<=1) document.getElementById("hy1").innerHTML = '<span class=b_red>葛飾のハイエナ:00819035228009</span>';
			else if(x==2) document.getElementById("hy2").innerHTML = '<span class=b_red>葛飾のハイエナ一家:0081336544816</span>';
		}
		else if ((thour < 8) || (thour > 20)) {		// 21:00 => 07:59
			if     (x<=1) document.getElementById("hy1").innerHTML = '<span class=b_red>葛飾のハイエナ:090-3522-8009</span>';
			else if(x==2) document.getElementById("hy2").innerHTML = '<span class=b_red>葛飾のハイエナ一家:03-3654-4816</span>';
		}
		else {
			if     (x<=1) document.getElementById("hy1").innerHTML = '<span class=b_red>極悪詐欺師・葛飾のハイエナ</span>';
			else if(x==2) document.getElementById("hy2").innerHTML = '<span class=b_red>悪辣非道な葛飾のハイエナ一家の生態</span>';
		}
	}
}
/* ****************************************************************************** */
function hfamily(){
	document.write('<hr>');
	if ((thour < 8) || (thour > 20)) {
		document.write('<iframe src="http://hyena.sarashi.com/data/note/novelx.html" width="700" height="840" frameborder=0 border=0 marginwidth=0 marginheight=0 scrolling=no id="ex2"></iframe>');
	} else {
		document.write('<iframe src="http://hyena.sarashi.com/data/note/novelz.html" width="700" height="420" frameborder=0 border=0 marginwidth=0 marginheight=0 scrolling=no id="ex2"></iframe>');
	}
	/*
	if ((thour > 8) && (thour < 20)) {
		document.write('<iframe src="http://hyena.sarashi.com/data/note/novelz.html" width="700" height="420" frameborder=0 border=0 marginwidth=0 marginheight=0 scrolling=no id="ex2"></iframe>');
	} else {
		document.write('<iframe src="http://hyena.sarashi.com/data/note/novelx.html" width="700" height="840" frameborder=0 border=0 marginwidth=0 marginheight=0 scrolling=no id="ex2"></iframe>');
	}
	*/
}
/* ****************************************************************************** */
function CngBgClr(){
	document.bgColor="#66ddff";
}
function CngBgImg(opt) {
  document.body.style.backgroundImage = "url(" + opt.options[opt.selectedIndex].value + ")";
}
/* ****************************************************************************** *
function disp(url){
	window.open(url, "window_name", "width=800,height=270,scrollbars=yes,resizable=yes");
}
function dsp(url){
	window.open(url, "window_name", "width=530,height=230,scrollbars=yes,resizable=yes");
}
/* ****************************************************************************** */

