function loadjscssfile(filename, filetype){ if (filetype=="js"){ //if filename is a external JavaScript file var fileref=document.createElement('script') fileref.setAttribute("type","text/javascript") fileref.setAttribute("src", filename) fileref.setAttribute("charset", "utf-8") } else if (filetype=="css"){ //if filename is an external CSS file var fileref=document.createElement("link") fileref.setAttribute("rel", "stylesheet") fileref.setAttribute("type", "text/css") fileref.setAttribute("href", filename) fileref.setAttribute("charset", "utf-8") } if (typeof fileref!="undefined") document.getElementsByTagName("head")[0].appendChild(fileref) } //loadjscssfile("http://resources.hkedcity.net/js/search.js.php", "js"); loadjscssfile("http://resources.hkedcity.net/rdsearch/images/roundCorner.css", "css"); loadjscssfile("http://resources.hkedcity.net/rdsearch/images/design.css", "css"); loadjscssfile("http://resources.hkedcity.net/rdsearch/images/EmbededSearch.css", "css"); MM_preloadImages('http://resources.hkedcity.net/rdsearch/images/but_bgup.jpg', 'http://resources.hkedcity.net/rdsearch/images/but_bg.jpg'); 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(""); document.writeln(""); // hkedcity icons document.writeln(""); document.writeln(""); document.writeln(""); // end of hkedcity icons 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("
教城網站:\"香港教育城\"\"小校園\"\"香港閱讀城\"\"家長童學\"\"教城購物廣場\"
");