Allende, Nuevo Leon

Por La Plaza

Los Domingos

Saludos

El Pueblo*

Mapas y Comunicaciones

Informacion y Historia

Iglesias y Cerros

Rios y Arroyos

Agricultura y Ganaderia

Otros Sitios *

Regresa

Visitas:

var msg = "Escuchen a Radio Sabor del Norte con exitos de recuerdo de Los Rancheritos, Los Cadetes, Ramon Ayala, Renacimiento, y muchos mas!" var delay = 75 var startPos = 100 var timerID = null var timerRunning = false var pos = 0 StartScrolling() function StartScrolling(){ StopTheClock() for (var i = 0; i < startPos; i++) msg = " " + msg DoTheScroll() } function StopTheClock(){ if(timerRunning) clearTimeout(timerID) timerRunning = false } function DoTheScroll(){ if (pos < msg.length) self.status = msg.substring(pos, msg.length); else pos=-1; ++pos timerRunning = true timerID = self.setTimeout("DoTheScroll()", delay) }