//時刻
function jikoku() {
dd = new Date();
document.F1.T1.value = dd.toLocaleString();
window.setTimeout("jikoku()", 1100);
}

//お気に入り登録
function toroku(){
var ver = navigator.appVersion.charAt (0);
if (navigator.appName == "Microsoft Internet Explorer" && ver >= 4) {
window.external.AddFavorite('http://ecocoland.com/', 'SEOのエココランド');
}
else{
alert("Sorry IE4 Only");
}
}

// 注文方法
var links = new Array("","http://www.kenbijin.com/amywin/mywin4Life.html","http://www.kenbijin.com/amywin/mywinTYUMON.html","http://www.kenbijin.com/amywin/mywinNYUKAI.html");
function wopen5(num){
window.open(links[num],"myName","toolbar=0,menuber=0,scrollbars=0,width=400,height=500")
}

//解析ツール
document.write("<img src='http://ecocoland.com/cgi-bin/count/count.cgi?");
document.write("id=index&");
document.write("cwidth=0&");
document.write("referrer="+document.referrer+"&");
document.write("width="+screen.width+"&");
document.write("height="+screen.height+"&");
document.write("color="+screen.colorDepth+"'>");






