$("#calendar-frame-AA").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Alfred B. Adams, III" + "&server=" + server, success: function(result){ $("#calendar-frame-AA").html(result); }}); }); $("#calendar-frame-AA").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Alfred B. Adams, III" + "&server=" + server, success: function(result){ $("#calendar-frame-AA").html(result); }}); }); $('#AA-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = '50D4EA62-92E3-E944-BAF1-F36DE5D2F550'; var name_full_PreSuf = 'Alfred B. Adams, III'; //$('#calendar-frame-AA').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-AA').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-HJB").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Hubert J. Bell, Jr." + "&server=" + server, success: function(result){ $("#calendar-frame-HJB").html(result); }}); }); $("#calendar-frame-HJB").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Hubert J. Bell, Jr." + "&server=" + server, success: function(result){ $("#calendar-frame-HJB").html(result); }}); }); $('#HJB-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = 'D9A5A208-49EA-1F45-9453-87210FB3380E'; var name_full_PreSuf = 'Hubert J. Bell, Jr.'; //$('#calendar-frame-HJB').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-HJB').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-GB").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Hon. M. Gino Brogdon, Sr." + "&server=" + server, success: function(result){ $("#calendar-frame-GB").html(result); }}); }); $("#calendar-frame-GB").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Hon. M. Gino Brogdon, Sr." + "&server=" + server, success: function(result){ $("#calendar-frame-GB").html(result); }}); }); $('#GB-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = '529F3D72-225E-B643-B6E7-8C90B4A328D9'; var name_full_PreSuf = 'Hon. M. Gino Brogdon, Sr.'; //$('#calendar-frame-GB').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-GB').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-TD").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Hon. J. Antonio DelCampo" + "&server=" + server, success: function(result){ $("#calendar-frame-TD").html(result); }}); }); $("#calendar-frame-TD").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Hon. J. Antonio DelCampo" + "&server=" + server, success: function(result){ $("#calendar-frame-TD").html(result); }}); }); $('#TD-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = '5FF0A2CA-3F47-DE43-9883-B4ADB02A0E48'; var name_full_PreSuf = 'Hon. J. Antonio DelCampo'; //$('#calendar-frame-TD').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-TD').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-LD").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Lyn Dodson" + "&server=" + server, success: function(result){ $("#calendar-frame-LD").html(result); }}); }); $("#calendar-frame-LD").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Lyn Dodson" + "&server=" + server, success: function(result){ $("#calendar-frame-LD").html(result); }}); }); $('#LD-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = '8690B0B1-641B-7E44-BEC3-5392ED039BC0'; var name_full_PreSuf = 'Lyn Dodson'; //$('#calendar-frame-LD').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-LD').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-ARG").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Adam R. Gaslowitz" + "&server=" + server, success: function(result){ $("#calendar-frame-ARG").html(result); }}); }); $("#calendar-frame-ARG").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Adam R. Gaslowitz" + "&server=" + server, success: function(result){ $("#calendar-frame-ARG").html(result); }}); }); $('#ARG-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = '724C1AEE-A487-8E42-98E8-2684DF7D1360'; var name_full_PreSuf = 'Adam R. Gaslowitz'; //$('#calendar-frame-ARG').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-ARG').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-AG").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Arthur H. Glaser" + "&server=" + server, success: function(result){ $("#calendar-frame-AG").html(result); }}); }); $("#calendar-frame-AG").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Arthur H. Glaser" + "&server=" + server, success: function(result){ $("#calendar-frame-AG").html(result); }}); }); $('#AG-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = '0CF5EE9F-FCDB-EA4B-AB85-A01AA4AEC894'; var name_full_PreSuf = 'Arthur H. Glaser'; //$('#calendar-frame-AG').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-AG').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-JG").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Hon. John J. Goger" + "&server=" + server, success: function(result){ $("#calendar-frame-JG").html(result); }}); }); $("#calendar-frame-JG").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Hon. John J. Goger" + "&server=" + server, success: function(result){ $("#calendar-frame-JG").html(result); }}); }); $('#JG-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = '2139329E-0C14-024F-B7B2-C9BF7DCEE2B1'; var name_full_PreSuf = 'Hon. John J. Goger'; //$('#calendar-frame-JG').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-JG').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-WSG").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=William S. Goodman" + "&server=" + server, success: function(result){ $("#calendar-frame-WSG").html(result); }}); }); $("#calendar-frame-WSG").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=William S. Goodman" + "&server=" + server, success: function(result){ $("#calendar-frame-WSG").html(result); }}); }); $('#WSG-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = 'DA88132E-5C1F-EF4A-B1C3-BFBCC8B63803'; var name_full_PreSuf = 'William S. Goodman'; //$('#calendar-frame-WSG').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-WSG').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-GKH").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Greg K. Hecht" + "&server=" + server, success: function(result){ $("#calendar-frame-GKH").html(result); }}); }); $("#calendar-frame-GKH").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Greg K. Hecht" + "&server=" + server, success: function(result){ $("#calendar-frame-GKH").html(result); }}); }); $('#GKH-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = 'D9E17888-2632-A747-A424-21C55D452E45'; var name_full_PreSuf = 'Greg K. Hecht'; //$('#calendar-frame-GKH').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-GKH').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-AFH").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Alan F. Herman" + "&server=" + server, success: function(result){ $("#calendar-frame-AFH").html(result); }}); }); $("#calendar-frame-AFH").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Alan F. Herman" + "&server=" + server, success: function(result){ $("#calendar-frame-AFH").html(result); }}); }); $('#AFH-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = 'A85B4289-5998-8946-B5E1-091E8F42756F'; var name_full_PreSuf = 'Alan F. Herman'; //$('#calendar-frame-AFH').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-AFH').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-PGJ").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Patrick G. Jones" + "&server=" + server, success: function(result){ $("#calendar-frame-PGJ").html(result); }}); }); $("#calendar-frame-PGJ").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Patrick G. Jones" + "&server=" + server, success: function(result){ $("#calendar-frame-PGJ").html(result); }}); }); $('#PGJ-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = '53670841-9ACD-F342-893B-54FB158B1872'; var name_full_PreSuf = 'Patrick G. Jones'; //$('#calendar-frame-PGJ').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-PGJ').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-KK").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=N.S. \"Ken\" Kendrick, III" + "&server=" + server, success: function(result){ $("#calendar-frame-KK").html(result); }}); }); $("#calendar-frame-KK").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=N.S. \"Ken\" Kendrick, III" + "&server=" + server, success: function(result){ $("#calendar-frame-KK").html(result); }}); }); $('#KK-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = 'F8D61A17-D6A8-5141-9867-22ED8135F330'; var name_full_PreSuf = 'N.S. "Ken" Kendrick, III'; //$('#calendar-frame-KK').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-KK').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-EBK").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Edward B. Krugman" + "&server=" + server, success: function(result){ $("#calendar-frame-EBK").html(result); }}); }); $("#calendar-frame-EBK").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Edward B. Krugman" + "&server=" + server, success: function(result){ $("#calendar-frame-EBK").html(result); }}); }); $('#EBK-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = '8C9B6CB6-0F6F-6140-A18F-532B8220ECE4'; var name_full_PreSuf = 'Edward B. Krugman'; //$('#calendar-frame-EBK').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-EBK').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-RL").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Ron Lowry" + "&server=" + server, success: function(result){ $("#calendar-frame-RL").html(result); }}); }); $("#calendar-frame-RL").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Ron Lowry" + "&server=" + server, success: function(result){ $("#calendar-frame-RL").html(result); }}); }); $('#RL-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = '099CB2F7-83AF-FA46-9AF3-3E1B27A08378'; var name_full_PreSuf = 'Ron Lowry'; //$('#calendar-frame-RL').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-RL').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-NM").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Nicholas C. Moraitakis" + "&server=" + server, success: function(result){ $("#calendar-frame-NM").html(result); }}); }); $("#calendar-frame-NM").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Nicholas C. Moraitakis" + "&server=" + server, success: function(result){ $("#calendar-frame-NM").html(result); }}); }); $('#NM-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = 'E5183D2C-8F98-9F45-8870-94CBF5F43861'; var name_full_PreSuf = 'Nicholas C. Moraitakis'; //$('#calendar-frame-NM').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-NM').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-RN").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Ronald F. Negin" + "&server=" + server, success: function(result){ $("#calendar-frame-RN").html(result); }}); }); $("#calendar-frame-RN").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Ronald F. Negin" + "&server=" + server, success: function(result){ $("#calendar-frame-RN").html(result); }}); }); $('#RN-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = '69E58A5A-4542-F640-99EF-1A768590FAA9'; var name_full_PreSuf = 'Ronald F. Negin'; //$('#calendar-frame-RN').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-RN').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-LP").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=A. Lee Parks" + "&server=" + server, success: function(result){ $("#calendar-frame-LP").html(result); }}); }); $("#calendar-frame-LP").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=A. Lee Parks" + "&server=" + server, success: function(result){ $("#calendar-frame-LP").html(result); }}); }); $('#LP-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = 'C9C3C41B-EB97-EC4E-9DCD-9A365C838DBB'; var name_full_PreSuf = 'A. Lee Parks'; //$('#calendar-frame-LP').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-LP').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-RGR").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Hon. Randy Rich" + "&server=" + server, success: function(result){ $("#calendar-frame-RGR").html(result); }}); }); $("#calendar-frame-RGR").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Hon. Randy Rich" + "&server=" + server, success: function(result){ $("#calendar-frame-RGR").html(result); }}); }); $('#RGR-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = '01A856B0-6826-AF4D-BE3C-D1588558B443'; var name_full_PreSuf = 'Hon. Randy Rich'; //$('#calendar-frame-RGR').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-RGR').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-MR").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Michael Rust" + "&server=" + server, success: function(result){ $("#calendar-frame-MR").html(result); }}); }); $("#calendar-frame-MR").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Michael Rust" + "&server=" + server, success: function(result){ $("#calendar-frame-MR").html(result); }}); }); $('#MR-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = '25B6D200-25CD-4D48-9776-2F5F7A446F96'; var name_full_PreSuf = 'Michael Rust'; //$('#calendar-frame-MR').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-MR').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-PS").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Patricia A. Siuta" + "&server=" + server, success: function(result){ $("#calendar-frame-PS").html(result); }}); }); $("#calendar-frame-PS").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Patricia A. Siuta" + "&server=" + server, success: function(result){ $("#calendar-frame-PS").html(result); }}); }); $('#PS-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = 'F6816254-542C-9245-93ED-FBEC5804FEE3'; var name_full_PreSuf = 'Patricia A. Siuta'; //$('#calendar-frame-PS').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-PS').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-MKT").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Mathew K. Titus" + "&server=" + server, success: function(result){ $("#calendar-frame-MKT").html(result); }}); }); $("#calendar-frame-MKT").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Mathew K. Titus" + "&server=" + server, success: function(result){ $("#calendar-frame-MKT").html(result); }}); }); $('#MKT-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = '41EAD531-6E09-7E4F-A836-0AC84DC679F1'; var name_full_PreSuf = 'Mathew K. Titus'; //$('#calendar-frame-MKT').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-MKT').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-TWT").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Thomas W. Tobin" + "&server=" + server, success: function(result){ $("#calendar-frame-TWT").html(result); }}); }); $("#calendar-frame-TWT").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Thomas W. Tobin" + "&server=" + server, success: function(result){ $("#calendar-frame-TWT").html(result); }}); }); $('#TWT-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = '607729F1-AFDC-5C44-BC7B-775D6ED53FD0'; var name_full_PreSuf = 'Thomas W. Tobin'; //$('#calendar-frame-TWT').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-TWT').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-VT").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Valerie G. Tobin" + "&server=" + server, success: function(result){ $("#calendar-frame-VT").html(result); }}); }); $("#calendar-frame-VT").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Valerie G. Tobin" + "&server=" + server, success: function(result){ $("#calendar-frame-VT").html(result); }}); }); $('#VT-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = 'F85A1DC8-C889-DD4B-B00A-3BD9C4FFE470'; var name_full_PreSuf = 'Valerie G. Tobin'; //$('#calendar-frame-VT').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-VT').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-LW").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Lyle Griffin Warshauer" + "&server=" + server, success: function(result){ $("#calendar-frame-LW").html(result); }}); }); $("#calendar-frame-LW").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Lyle Griffin Warshauer" + "&server=" + server, success: function(result){ $("#calendar-frame-LW").html(result); }}); }); $('#LW-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = '9E089E54-4FC6-F24B-8131-232C40FC6E71'; var name_full_PreSuf = 'Lyle Griffin Warshauer'; //$('#calendar-frame-LW').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-LW').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); }) $("#calendar-frame-JW").on('click', '.previousMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell") var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Joseph W. Watkins" + "&server=" + server, success: function(result){ $("#calendar-frame-JW").html(result); }}); }); $("#calendar-frame-JW").on('click', '.nextMonth', function(){ var neutral = $(this).attr("neutral"); var offset = $(this).attr("offset"); var showWell = $(this).attr("showWell"); var server = $(this).attr("server"); $.ajax({url: "includes/calendar_ajax.php?neutral=" + neutral + "&offset=" + offset + "&showWell=" + showWell + "&neutralName=Joseph W. Watkins" + "&server=" + server, success: function(result){ $("#calendar-frame-JW").html(result); }}); }); $('#JW-cal').on('show.bs.modal', function (e) { //if (!data) return e.preventDefault(); // stops modal from being shown var uuid = '2A8C64EA-C0F0-9747-8FC3-2FDE6A1470C5'; var name_full_PreSuf = 'Joseph W. Watkins'; //$('#calendar-frame-JW').html('uuid ' + uuid); $.ajax({url: "includes/calendar_ajaxModal.php?uuid=" + uuid + "&name_full_PreSuf=" + name_full_PreSuf, success: function(result){ $('#calendar-frame-JW').html(result); }}); //alert('UUID: ' + uuid); //return e.preventDefault(); })