function WriteCR() {
<!--
url = "http://colornix.com/";
img	= "http://colornix.com/img/jinzhi.gif";
//-->
document.write('<div align=center style="margin-top:5px;margin-bottom:5px;">// <a href="' + url +'" target="_top">COLORNIX</a>')
document.write(" // Copyright (C) 1999-2009 Yuri Ogata, All rights reserved. //")
document.write(' <img src="' + img + '"></div>')
} 


function kousin() {
<!--
var s,x,y; 
var x = new Array("日", "月", "火","水","木","金","土"); 
d = new Date(document.lastModified);
y = d.getFullYear();
s = y + "年" + (d.getMonth() + 1) + "月" + d.getDate() + "日（" + x[d.getDay()] +"）";

document.write(s);

//-->
}
