// JavaScript Document
 $("#dfc_trigger").click(function(){ 
							var result=false;
							if ((bocasIndex>(bocasArray.length - 1)) || (bocasIndex>5)){ return true;}	
								$('#dfc_titulo').html(bocasArray[bocasIndex].comentario);
								$('#dfc_autor').html(bocasArray[bocasIndex].autor);											 							
							 bocasIndex++;														
							return false;
});
