document.write('<style type="text/css">.back001{width:150px; height: 100px; background: url(http://www.matsuaz.com/4_1/files/js/bg.gif);}.bace{width: 140px; height: 90px; margin: 5px; background: url(http://www.matsuaz.com/4_1/files/js/bace.jpg) no-repeat;}.bace img{padding:43px 0 0 12px;}></style>')
document.write('<div class="back001">')
	document.write('<div class="bace">')
		imgURL = new Array();
		imgURL[0] = "http://www.matsuaz.com/4_1/files/js/kuji0.jpg";
		imgURL[1] = "http://www.matsuaz.com/4_1/files/js/kuji1.jpg";
		imgURL[2] = "http://www.matsuaz.com/4_1/files/js/kuji2.jpg";
		n = Math.floor(Math.random()*imgURL.length);
	document.write("<img src='"+imgURL[n]+"'border='0'>");
	document.write('</div>')
document.write('</div>')

		