
/*INICIO CONFIGURACION GENERAL*/

var borde=0 //borde tabla 1 o 0
var color="#006699"//color borde
var esp=2 //espaciado de celda
var ancho="165" //ancho en pixeles o en porcentaje
var alto="190" //alto
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=2 // 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

//NO MODIFIQUE ESTAS LINEAS

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" height='+alto+' 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 ');*/
//============= NOTICIA 1 ================
document.write('<div style=" font-size: xx-small; font-family: Tahoma; font-weight: bold; color: #9f0000;" align="center">¡Campeonato de Voleibol Copa Robert Dick 2011!');
document.write('<div style=" font-size: xx-small; font-family: Tahoma; font-weight: bold; color: #f7941d;" align="center">20 de Octubre 2011');
document.write('<div style=" font-size: xx-small; font-family: Tahoma; font-weight: bold; color: #000000;" align="justify">Este fin de semana se realizara la 3º versión del “Campeonato de Voleibol Copa Robert Dick 2011”. Todo se inicia el día viernes 21 desde las 16:00 hrs. en adelante y el día sábado...</div><a href="http://www.dsfrutillar.cl/ds2.1/index.php?option=com_content&view=article&id=66:campeonato-de-voleibol-copa-robert-dick-2011&catid=1:latest-news&Itemid=50" title="">Leer m\xe1s...</a><br/><br/>');
//============= NOTICIA 2 ================
document.write('<div style=" font-size: xx-small; font-family: Tahoma; font-weight: bold; color: #9f0000;" align="center">¡Paseo de los faroles inundó de luz y color a Frutillar!');
document.write('<div style=" font-size: xx-small; font-family: Tahoma; font-weight: bold; color: #f7941d;" align="center">20 de Octubre 2011');
document.write('<div style=" font-size: xx-small; font-family: Tahoma; font-weight: bold; color: #000000;" align="justify">Desde el siglo XIX  en Alemania se lleva a cabo un desfile de antorchas como una manera de recordar la leyenda de San Martín...</div><a href="http://www.dsfrutillar.cl/ds2.1/index.php?option=com_content&view=article&id=67:paseo-de-los-faroles-inundo-de-luz-y-color-a-frutillar&catid=1:latest-news&Itemid=50" title="">Leer m\xe1s...</a><br/><br/>');
//============= NOTICIA 2 ================
document.write('<div style=" font-size: xx-small; font-family: Tahoma; font-weight: bold; color: #9f0000;" align="center">¡3 de Octubre - Día de la Unidad Alemana!');
document.write('<div style=" font-size: xx-small; font-family: Tahoma; font-weight: bold; color: #f7941d;" align="center">27 de Septiembre 2011');
document.write('<div style=" font-size: xx-small; font-family: Tahoma; font-weight: bold; color: #000000;" align="justify">En el marco de la celebración del “Día de la Unidad Alemana” los alumnos desde 1° Básico hasta IV° Medio trabajarán en sus clases de Alemán con apoyo de Arte y Tecnología en el Proyecto “Cuidando el Medio Ambiente”...</div><a href="http://www.dsfrutillar.cl/ds2.1/index.php?option=com_content&view=article&id=63:3-de-octubre-dia-de-la-unidad-alemana&catid=1:latest-news&Itemid=50" title="">Leer m\xe1s...</a><br/><br/>');
//document.write('otro mensaje o una imagen<br/><br/>');
//document.write('<a href="http://edgardoponce.foro.st"><img src="http://img188.imageshack.us/img188/6177/minibanner5bo.gif" border="0" width="88" height="31"></a>');
//MODIFIQUE HASTA AQUI
document.write('</marquee>');
document.write('</td></tr><tr></tr><tr></tr><tr></tr><tr></tr><tr></tr><tr></tr><tr></tr></table>');
