| 
				
					
				 
					| 
							
								|  | 
										
											| 
													
														|  |  
														| 
																
																	| 
																			
																				|  | Titulo en general con movimiento.
 Código:
 <script type="text/JavaScript">
 var repeat=1 //enter 0 to not repeat scrolling after 1 run, othersise, enter 1
 var title=document.title
 var leng=title.length
 var start=1
 function titlemove() {
 titl=title.substring(start, leng) + title.substring(0, start)
 document.title=titl
 start++
 if (start==leng+1) {
 start=0
 if (repeat==0)
 return
 }
 setTimeout("titlemove()",140)
 }
 if (document.title)
 titlemove()
 </script>
 
 
 Flechas hacia el titulo
 
 Código:
 <Script>
 var titletext="www.rf54.es.tl"
 var thetext=""
 var started=false
 var step=0
 var times=1
 
 function welcometext()
 {
 times--
 if (times==0)
 {
 if (started==false)
 {
 started = true;
 document.title = titletext;
 setTimeout("anim()",1);
 }
 thetext = titletext;
 }
 }
 
 function showstatustext(txt)
 {
 thetext = txt;
 setTimeout("welcometext()",4000)
 times++
 }
 
 function anim()
 {
 step++
 if (step==7) {step=1}
 if (step==1) {document.title='>==='+thetext+'===<'}
 if (step==2) {document.title='=>=='+thetext+'==<='}
 if (step==3) {document.title='==>='+thetext+'=<=='}
 if (step==4) {document.title='=>=>'+thetext+'<=<='}
 if (step==5) {document.title='==>='+thetext+'=<=='}
 if (step==6) {document.title='===>'+thetext+'<==='}
 setTimeout("anim()",200);
 }
 
 if (document.title)
 window.onload=onload=welcometext
 </script>
 
 Texto en rotacion
 
 Código:                               <SCRIPT LANGUAGE="JavaScript">
 var txt="                              [ AQUI PON LO QUE QUIERAS]            -                AQUI PON LO QUE QUIERAS;
 var espera=100;
 var refresco=null;
 function rotulo_title() {
 document.title=txt;
 txt=txt.substring(1,txt.length)+txt.charAt(0);
 refresco=setTimeout("rotulo_title()",espera);}
 rotulo_title();
 </SCRIPT>
 
 
 |  |  |  |  
														|  |  |  
											| 
													
														|  | Hoy habia 1 visitantes (5 clics a subpáginas) ¡Aqui en esta página! |  |  |  |  |  |  |  |