
Busca
Vídeos
Busca de Restaurantes$(document).ready(function() { $('#calendar').fullCalendar({ draggable: false, eventClick: function(event) { window.open(event.url, 'gcalevent', 'width=700,height=600'); return false; }, events: "includes/json_events.php", loading: function(bool) { if (bool) $('#loading').show(); else $('#loading').hide(); } }); });



Busca
Vídeos
Busca de Restaurantes