Noticias = new AJScroller();
Noticias.name = 'Noticias';
Noticias.type = 0;
Noticias.width = 112;
Noticias.height = 140;
Noticias.spacing = 20;
Noticias.scrollspeed = 60;
Noticias.pausedelay = 1000;
Noticias.pausemouseover = true;
Noticias.add('Prueba SELA - 8 y 9 de Octubre', '', 'Noticia 1');
Noticias.add('Celbración día del Profesor - 16 de Octubre', '', 'Noticia 2');
Noticias.add('PEC Segundo semestre - 18 de Diciembre', '', 'Noticia 3');

/* -- Replicate Items -- */
Noticias.add('Prueba SELA - 8 y 9 de Octubre', '', 'Noticia 1');
Noticias.add('Celbración día del Profesor - 16 de Octubre', '', 'Noticia 2');
Noticias.add('PEC Segundo semestre - 18 de Diciembre', '', 'Noticia 3');
/* -- Replicate Items -- */
Noticias.add('Prueba SELA - 8 y 9 de Octubre', '', 'Noticia 1');
Noticias.add('Celbración día del Profesor - 16 de Octubre', '', 'Noticia 2');
Noticias.add('PEC Segundo semestre - 18 de Diciembre', '', 'Noticia 3');

/* -- Replicate Items -- */
Noticias.add('Prueba SELA - 8 y 9 de Octubre', '', 'Noticia 1');
Noticias.add('Celbración día del Profesor - 16 de Octubre', '', 'Noticia 2');
Noticias.add('PEC Segundo semestre - 18 de Diciembre', '', 'Noticia 3');

/* -- Replicate Items -- */
Noticias.display();
onload = function(){Noticias.load();Noticias.start();};
onresize = function(){Noticias.load();};
