$(document).ready(
	function(){
		$('ul#telefones').innerfade({
			speed: 1000,
			timeout: 7000,
			type: 'sequence',
			containerheight: '38px'
		});
	});
