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("| ");
// start of content
document.writeln("");
// end of content
document.writeln(" | ");
document.writeln(" ");
// 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(" ");
// end of hkedcity icons
document.writeln(" | ");
document.writeln("
");
document.writeln("
");