$(document).ready(function() {
	$('.span_errors').each(function() {
		$(this).clone().appendTo($(this).parent().parent().find("td"));
		$(this).remove();
	});
	
	$('#banners-show').innerfade({
		animationtype: 'fade',
		speed: 1500,
		timeout:4000,
		type: 'random'
	}); 
});
