jQuery(function($){
	$('.cachicha-gallery').each(function(index, el){
		html = '<span>Galeria</span>';
		$(el).prepend(html);
	});
});

$(document).ready(function(){
	if(typeof 'crawlLine' === 'function') {
		$('#ticker').crawlLine();
	}
});
