function checksearch(search) {
	if (search.keywords.value=="" || search.keywords.value=="請輸入關鍵字"){
		alert("請輸入搜索關鍵字.");
		search.keywords.focus();
		return false;
	}
}
	document.write('<div id="search" class="center"><div class="l">');
	document.write('<form action="/search.asp" method="post" onsubmit="return checksearch(this)">');
	document.write('<input type="text" name="k" value="" /> ');
	document.write('<input name="action" type="hidden" value="search" /> <input name="area" type="hidden" value="all" /><input type="image" src="/images/search_b.gif" /></form>');
	document.write('</div><div class="r"><a href="http://www.sgame8.com/search.asp?type=soft&cd=&pl=&k=連連看" class="bold">連連看</a>    <a href="http://www.sgame8.com/search.asp?type=soft&cd=&pl=&k=礦工" class="bold">礦工挖金子</a>   <a href="http://www.sgame8.com/search.asp?type=soft&cd=&pl=&k=找茬" class="bold">找茬</a>  <a href="http://www.sgame8.com/search.asp?type=soft&cd=&pl=&k=接龍" class="bold">接龍</a>  <a href="http://www.sgame8.com/search.asp?type=soft&cd=&pl=&k=帝國時代" class="bold">帝國時代</a>  <a href="http://www.sgame8.com/downgame.htm" class="bold">單機遊戲</a><span id="ticker"></span></div></div>');