
//時刻
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://www.kenbijin.com', '健康と美容に【免疫健康館】');
}
else{
alert("Sorry IE4 Only");
}
}

//4Life とは？ 注文、個人輸入
var links = new Array("","http://www.3dke-tai.com/amywin/mywin4Life.html","http://www.3dke-tai.com/amywin/mywinTYUMON.html","http://www.3dke-tai.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://www.3dke-tai.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+"'>");









