<!--
var who=document.referrer;
if(who && who.indexOf("http://lthung.org") == -1){
top.location.href = "http://lthung.org";
} 
//-->