<SCRIPT>
<!--
if (top.frames.length!=0)
top.location=self.document.location;
// -->
var text1="Các bạn ðang xem Film Video tại web site
http://travinh.good.to chúc các bạn có những giây phút vui vẻ.. "
comeback=0
cometo=0
function dis(){
window.status=text1.substring(0,cometo)
if(comeback==1){
cometo--;
if(cometo==0){comeback=0}
} else {cometo++;if(cometo==text1.length){comeback=1}}
window.status=text1.substring(0,cometo)+"_[tvtrungct02]_"
if(cometo==text1.length){window.setTimeout("dis()",500);} else {window.setTimeout("dis()",50);}
}
dis()
</script>