text plain loader
posted on 2009-12-11 14:58:37+08:00 by david
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>text plain loader</title> </head> <body> <span id="text-plain-loader" style="font-family:monospace;font-weight:bold"></span> <script type="text/javascript"> var text_plain_loader_time = 200; function text_plain_loader(v){ document.getElementById('text-plain-loader').innerHTML = '['+ String.fromCharCode(v) +']'; switch(v){ case 9474: setTimeout("text_plain_loader(65295)", text_plain_loader_time); break; case 65295: setTimeout("text_plain_loader(9472)", text_plain_loader_time); break; case 9472: setTimeout("text_plain_loader(65340)", text_plain_loader_time); break; case 65340: setTimeout("text_plain_loader(9474)", text_plain_loader_time); break; default: text_plain_loader(9474); break; } } text_plain_loader(9474); </script> </body> </html>

