<!--
// *************************************************************************
// *** 如果你看到这个网页，你可能是使用Netscape3.0浏览，这是Netscape 3.0
// *** 的错误，请改用 Netscape4.X 或 IE4.0 以上版本来浏览。
// *************************************************************************
// 检查网页是否被包含在其他网页的Frame中，或者不是从网页的ROOT开始连结。
// 主网站: http://hoa1.05133.com/
if(location.href.toLowerCase().indexOf('silkera')>0){
  if(!(top.location.href=="http://hoa1.05133.com/index.html" ||
       top.location.href=="http://hoa1.05133.com/index_s.html" ||
       top.location.href=="http://hoa1.05133.com/index_o.html" ||
       top.location.href=="http://hoa1.05133.com/")) { window.open("http://hoa1.05133.com/","_top"); }
}else if(top.location.href.substring(0,7)!="file://" && location.href.toLowerCase().indexOf('localhost')==0) {   // Local Files
  alert("你从"+top.location.href+"连结！！警告：这是不允许的连结！！\n"+
	"若是你发现这个网页不是连结自星座小屋，或有任何问题，请E-Mail\n通知网主(kuoping@csie.nctu.edu.tw)，"+
	"现在自动进入星座小屋网站。");
	window.open("http://hoa1.05133.com/","_top");
}
//-->
