function setPath() {
	this.path = location.hostname;
	if (this.path != "") {
		this.path = "http://" + this.path + "/";
	}
	else {
		dir = location.pathname.split("\\");
		for (i = 0; i < dir.length; i++) {
			if (dir[i] == "activity_list") {
				break;
			}
			else {
				this.path = this.path + dir[i] + "/";
			}
		}
	}
}

homeDir = new setPath();

document.writeln('<li class="emp"><a href="http://korea-ngo.org/library/library03.html#120215">さらに具体的な情報を加筆した「改定入管法Q&A」改訂版（日本語版のみ）が出ました。 (2012.2.15 up)</a></li>');
document.writeln('<li class="emp"><a href="', homeDir.path, 'kokusai/kokusai03.html#ej-ojishin2">ひきつづき「民族学校・外国人学校被災支援募金」にご協力ください (2011.5.27 up)</a></li>');

