var butImg = new Array();
butImg = new Image();
butImg.src="img/but/button-t.gif";
function siteName(){
	document.write(
		"<div style=font-size:16px><font color=lightblue><b>"+
			"<img src=" + butImg.src + ">"+
				" White Pure Song 天使の詩 "+
			"<img src=" + butImg.src + ">"+
		"</b></div></font>"+
		
		"<div align=center style=font-size:12px><font color=lightblue><b>"+
			". . . T s u k u y o ' s  W e b p a g e . . ."+
		"</b></font></div>"+
		"<div align=right style=font-size:10px><font color=lightblue>"+
			"かほとま！ ――　花穂がとまらない！月夜に見上げる星空と花穂　――"+
		"</font></div>"
	);
}