function writeTitle() {
	here = new String(window.location);
	hereStr = new Array();
	hereStr = here.split("/");

	//fld = new String(hereStr[4]);
	//fld = new String(hereStr[6]);
	fld = new String(hereStr[8]);
	
	document.write("<table border=0 cellpadding=0 cellspacing=0 width=518><tr><td colspan=5>");
	document.write("<img src='img/title.jpg' width=518 height=42 alt='児童英語講師グループSEEDSについて−SEEDS'>");
	document.write("</td></tr><tr>");
	document.write("<td><img src='../img/spacer.gif' width=310 height=1></td>");
	document.write("<td><img src='img/ontit01.gif' width=89 height=12 border=0 alt='SEEDSって何？−Whats SEEDS'></td>");
	document.write("<td><img src='../img/spacer.gif' width=20 height=1></td>");
	document.write("<td><a href='activities/index.html' onMouseOver=MM_swapImage('tit02','','img/ovtit02.gif',1) onMouseOut=MM_swapImgRestore()><img src='img/tit02.gif' width=91 height=12 border=0 name='tit02' alt='SEEDS活動報告−Activities'></a></td>");
	document.write("<td><img src='../img/spacer.gif' width=8 height=1></td>");
	document.write("</tr><tr><td colspan=5><img src='../img/spacer.gif' width=1 height=8><br>");
	document.write("<img src='img/stit01_1.gif' width=275 height=31 alt='SEEDSって何？−Whats SEEDS'><br>");
	document.write("<img src='../img/spacer.gif' width=1 height=15>");
	document.write("</td></tr></table>");
}
