Advertisement
Guest User

infor

a guest
Jun 20th, 2014
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <script>
  2. //<![CDATA[
  3. var txt=" Título del blog ";
  4. var espera=100;
  5. var refresco=null;
  6. function rotulo_title() {
  7. document.title=txt;
  8. txt=txt.substring(1,txt.length)+txt.charAt(0);
  9. refresco=setTimeout("rotulo_title()",espera);}
  10. rotulo_title();
  11. //]]>
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement