// JavaScript Document
$(document).ready(
		function(){
				$('#citas-home ul').innerfade({
				speed: 950,
				timeout: 10000,
				type: 'random',
				containerheight: '20px'
			});
		}
	);

