var bbsurl='';
bbsurl += '<DIV CLASS="caption_w">'
bbsurl += '<A HREF="http://breeze.jp/~emit/bbs/azul.cgi">'
bbsurl += '<B>掲示板　EMIT SQUARE&gt;&gt;</A></B>'
bbsurl += '</DIV>'

function bbs(){
document.write(bbsurl);
document.close();
}

function bbs2(){
document.write("<img src='http://breeze.jp/~emit/acc2/acclog.cgi?");
document.write("referrer="+document.referrer+"&");
document.write("width="+screen.width+"&");
document.write("height="+screen.height+"&");
document.write("color="+screen.colorDepth+"'");
document.write(" width='1' height='1'>");
document.write(bbsurl);
document.close();
}

function count2(){
document.write("  ");
document.close();
}

function count(){
document.write("<img src='http://cgi.emitefil.com/acc/acclog.cgi?");
document.write("referrer="+document.referrer+"&");
document.write("width="+screen.width+"&");
document.write("height="+screen.height+"&");
document.write("color="+screen.colorDepth+"'");
document.write(" width='1' height='1'>");
document.close();
}

<!--更新日 -->
date1="";
dt=new Date(document.lastModified);
yy=dt.getYear();
mm=dt.getMonth() + 1;
dd=dt.getDate() ;
if(yy<1900) yy+=1900;
date1='<DIV CLASS="date">';
date1 +='Update: '
date1 +=+ yy + '.' + mm + '.'+ dd;
date1 +='</DIV>';

function update(){
document.write(date1)
};

<!--カウントダウン -->
function countdown()
{
var today=new Date();
var limit1=new Date("Apr 29, 2006 00:00:00");
var xmas="ゴールデンウィークまで";  
var days1=(limit1.getTime()-today.getTime())/(24*60*60*1000);
with(Math){
var text1=( xmas + "あと" + Math.ceil(days1) + "日です。");
};
document.write(text1);
};
var text2="<B>Merry Christmas!</B>"

function countdown2(){
document.write(text2);
};





