
/**************************************/ 
/*INICIO CONFIGURACION GENERAL*/ 

var borde=1 //borde tabla 1 o 0 
var color="#FFFFFF"//color borde y fondo creditos 
var esp=2 //espaciado de celda 
var ancho="200" //ancho en pixeles o en porcentaje 
var sent="up" //Arriba=up ,Abajo=down ,izquierda=left ,derecha=right 

var stop_vel=0 // 0 = para que se detenga al colocar el mouse encima 
// n < 'fast_vel' = se detendra la velocidad pero se seguira moviendo 

var fast_vel=1 // velocodad maxima del scroll 

var retraso=0 // tiempo de retraso en mover el mensaje 1000= 1 segundo 
// si es 0 correra a la velocidad maxima que has determinado 
//FIN CONFIGURACION GENERAL 

 

document.write('<table cellspacing="0" cellpadding='+esp+' width='+ancho+' border='+borde+' bordercolor='+color+'><tr class="tabla_titulo" id="tabla_titulo_obj"><td></tr></td><tr><td align="center">'); 
document.write('<marquee align="top" width='+ancho+' direction='+sent+' onMouseOver="this.scrollAmount='+stop_vel+'" onMouseOut="this.scrollAmount='+fast_vel+'" scrollamount="'+fast_vel+'" scrolldelay="'+retraso+'">'); 

//INICIO CONTENIDO 
/*en el contenido puedes incluir HTML debes tener precaucion de no eliminar las comillas 
simples de inicio y fin ('tu contenido'), recuerda crear un nuevo elemento incluir " document.write(' " 
para cada contenido y cierra correctamente las etiquetas que hayas insertado y agrega al final ');*/

document.write('25/02/2010<br/>');
document.write('Alumnos del CECyTECH reciben estímulo <a href="./Noticia23.html" title="Noticias">Más información</a><br/><br/>'); 
document.write('<a href="./Noticia23.html"><img src="images/noticia23.jpg" border="0" width="155" height="116"></a><br/><br/>'); 
document.write('08/02/2010<br/>');
document.write('Jornadas académicas para los docentes del CECyTECH<a href="./Noticia22.html" title="Noticias">Más información</a><br/><br/>'); 
document.write('<a href="./Noticia22.html"><img src="images/noticia22.jpg" border="0" width="155" height="116"></a><br/><br/>'); 
document.write('15/01/2010<br/>');
document.write('Realiza CECyTECH encuentro deportivo y cultural de trabajadores<a href="./Noticia21.html" title="Noticias">Más información</a><br/><br/>'); 
document.write('<a href="./Noticia21.html"><img src="images/noticia21.jpg" border="0" width="155" height="116"></a><br/><br/>'); 
document.write('02/01/2010<br/>');


document.write('</td></tr><tr><td bgcolor='+color+'><div style=" font-size: xx-small; color: #FFFFFF;" align="center">Gracias a<a href="http://edgardoponce.foro.st" target="_blank" style="color:#FFFFFF;"> edgardoponce.tk</a></div></td></tr></table>'); 
http://skindario.com/768860/5186342-scroll-noticias-enlaces-afiliados-e-imagenes-configurable/


