<script language='javascript' type="text/javascript"> step=0 function flash_title(){ step++ if (step==7) {step=1} if (step==1) {document.title='CHÀO QUÝ THẦY CÔ GIÁO'} if (step==2) {document.title='RẤT VUI VÌ ĐÃ GHÉ THĂM'} if (step==3) (document.title='RẤT MONG ĐƯỢC GIAO LƯU HỌC HỎI') if (step==4) (document.title='HẸN GẶP LẠI!') if (step==5) {document.title='HÃY TRUY CẬP VÀO BLOG'} if (step==6) {document.title='HTTP://NEWSTARCENTER.TK'} if (step==7) {document.title='BẠN SẼ CÓ TẤT CẢ'} setTimeout("flash_title()",800);} flash_title() </script>