function gce_ajaxify(e,b,d,c,a){jQuery("#"+e+" .gce-change-month").click(function(){var f=jQuery(this).attr("name").split("-",2);jQuery("#"+e+" caption").html(GoogleCalendarEvents.loading);jQuery.get(GoogleCalendarEvents.ajaxurl,{action:"gce_ajax",gce_type:a,gce_feed_ids:b,gce_title_text:c,gce_widget_id:e,gce_max_events:d,gce_month:f[0],gce_year:f[1]},function(g){if(a=="widget"){jQuery("#"+e).html(g)}else{jQuery("#"+e).replaceWith(g)}gce_tooltips("#"+e+" .gce-has-events")})})}function gce_tooltips(a){jQuery(a).each(function(){})}jQuery(document).ready(function(){gce_tooltips(".gce-has-events")});
