<!--
////////////////////////////////////////////////////////////////////////////////
if (self != top) {
	top.location.href=self.location.href;
}

theDate = new Date();
yy = theDate.getYear();
if(yy < 2000) { yy += 1900; }
mm = theDate.getMonth() + 1;
dd = theDate.getDate();

function showStr() {
	str = new String();
	color = new String();
	if ((dd == 21) && (mm == 4)) {
		str = "H a p p y B i r t h d a y , R o b e r t !!";
		color = "#FF6666";
	} else if ((dd == 1) && (mm == 6)) {
		str = "H a p p y B i r t h d a y , S i m o n !!";
	} else if (mm == 12) {;
		str = "H a p p y H o l i d a y s !!";
		color = "#FF6666";
	} else if ((dd <= 3) && (mm == 1)) {
		str = "A H a p p y N e w Y e a r !!";
		color = "#FF6666";
	}
	document.write(str.fontcolor(color));
}

function openmail(tgt) {
	if(tgt == "ja") { file = "/cgi-bin/mail?lang=ja"; } else { file = "/cgi-bin/mail?"; }
	mail = window.open(file,"mail","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,directories=no,width=550,height=450");
	mail.focus();
}

////////////////////////////////////////////////////////////////////////////////
/*
<SCRIPT LANGUAGE="JavaScript">
<!--
show("2001/4/15","Update!",30,"#FFC20D")
//-->
</SCRIPT>
*/
//-->
