<!--
var who=document.referrer;
if(who && who.indexOf("www.balu.com.tw") == -1){
top.location.href = "http://www.balu.com.tw";
}
var NN4  = (document.layers) ? true : false;
var IE4  = (document.all) ? true : false;
if(IE4){
location.href="index_ie.htm";
}else if(NN4){
location.href="index_ns.htm";
}
//-->
