jQuery(document).ready(function() {
  if (jQuery('#facebookEventsLink').length > 0 && jQuery('#facebookEventsList').length > 0) {
    jQuery('#facebookEventsLink').replaceWith(jQuery('#facebookEventsList').clone().attr('id', 'facebookEventsLinkClone').before('<h2>Upcoming Events</h2>'));
  }
});
