/*
** init_text.js
** Create: 2003/12/9(TY)
*/

function init_text() {
   if (document.getElementById && document.getElementById("copyright")) {
	document.getElementById("copyright").innerHTML = "&copy; 2011 tc1.jp.  All rights reserved.";
   }
}

function tc1_ad() {
}


