// SCROLL DE NOTICIAS RSS

//new rsspausescroller(RSS_id, divId, divClass, retardo, linktarget, optionalswitch)
//1) RSS_id: "Array key of RSS feed in scrollerbridge.php script"
//2) divId: "ID of DIV to display ticker in. DIV is dynamically created"
//3) divClass: "Nombre de la clase del ticker, para temas de estilo"
//4) retardo: retardo entre mensajes en milisegundos
//5) linktarget: Objetivo de los enlaces dentro del feed RSS. Poner a "" para la página actual.
//6) optionalswitch: "optional arbitrary" string para crear lógica adicional para formatrssmessage() a usar.
//   Por defecto, optionalswitch soporta "date", or "date+description" para también mostrar estas partes de un
//  fedd RSS

document.write("<br />") //add a divider for demo
document.write("<div class='titulo_novedades'>NOVEDADES</div>")
// Scroll de noticias (Web DynamicDrive)
new rsspausescroller("novedades", "scrollnovedades", "rssclass", 3000, "", "description")