<!--
function openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function doChk() {
	var msg = "";
	var urlstr = "";
	msg +=">>> 歡迎光臨~簡銘山的書法情懷 <<<\n\n";
	msg +="本網站即日起更改網址為：\n\n";
	msg +="http://www.word.tw/ \n\n";
	msg +="感謝您對 簡銘山老師 的支持與愛護。\n";
	urlstr = location.href;
	urlstr = urlstr.substr(11, 4, urlstr);
if ((urlstr=="word"))
	{
	return;
	}
else
	{
//	openBrWindow('news.htm','new','width=300,height=220');
	alert(msg);
	location = "http://www.word.tw/";
	return;
	}
}
// by J4 studio 2006 -->
