// var locaurl = window.location.hash.replace(/#/,''); var eng_flag = sessionstorage["eng"]; if (eng_flag=="yes") { document.writeln('
'); document.writeln('
'); document.writeln(''); document.writeln('
'); document.writeln('
'); document.writeln(''); document.writeln(''); document.writeln('
'); document.writeln('中文'); document.writeln('繁 /'); document.writeln(''); document.writeln('
'); document.writeln('
'); document.writeln('
'); document.writeln(''); function search(){ var keyword = $("#keyword").val(); if(keyword) { location.href="/search.aspx?kwd=" + keyword; } } }else{ document.writeln('
'); document.writeln('
'); document.writeln(''); document.writeln('
'); document.writeln('
'); document.writeln(''); document.writeln(''); document.writeln('
'); document.writeln(''); document.writeln('繁 /'); document.writeln(''); document.writeln('
'); document.writeln('
'); document.writeln('
'); document.writeln(''); function search(){ var keyword = $("#keyword").val(); if(keyword) { location.href="/search.aspx?kwd=" + keyword; } } }