window.onload = function() {
	if (document.getElementById('texto')){
		iniciaClip('texto','scroll');
	}
	if (document.getElementById('texto_noticias')){
		iniciaClip('texto_noticias','scroll_noticias');
	}
}


