<!--
// *************************************************************************
// *** 如果你看到這個網頁，你可能是使用Netscape3.0瀏覽，這是Netscape 3.0
// *** 的錯誤，請改用 Netscape4.X 或 IE4.0 以上版本來瀏覽。
// *************************************************************************
// 檢查網頁是否被包含在其他網頁的Frame中，或者不是從網頁的ROOT開始連結。
// 主網站: http://hoa2.05133.com/
if(location.href.toLowerCase().indexOf('silkera')>0){
  if(!(top.location.href=="http://hoa2.05133.com/index.html" ||
       top.location.href=="http://hoa2.05133.com/index_s.html" ||
       top.location.href=="http://hoa2.05133.com/index_o.html" ||
       top.location.href=="http://hoa2.05133.com/")) { window.open("http://hoa2.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://hoa2.05133.com/","_top");
}
//-->
