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

