// JavaScript Document
//避免網頁被挾持
if (top.location != location) top.location.href = location.href;