// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-01A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['Geoff Tate's Operation: Mindcrime','Victory North','Savannah, GA','Tuesday','1/27/2026','7:30 PM','7225114','Geoff-Tate-s-Operation--Mindcrime-1-27-2026'],['Geoff Tate's Operation: Mindcrime','Florida Theatre Jacksonville','Jacksonville, FL','Wednesday','1/28/2026','8:00 PM','7225116','Geoff-Tate-s-Operation--Mindcrime-1-28-2026'],['Geoff Tate's Operation: Mindcrime','Lillian S. Wells Hall at The Parker','Fort Lauderdale, FL','Thursday','1/29/2026','7:30 PM','7224623','Geoff-Tate-s-Operation--Mindcrime-1-29-2026'],['Geoff Tate's Operation: Mindcrime','Ruth Eckerd Hall','Clearwater, FL','Friday','1/30/2026','8:00 PM','7225118','Geoff-Tate-s-Operation--Mindcrime-1-30-2026'],['Geoff Tate's Operation: Mindcrime','House Of Blues - Orlando','Orlando, FL','Saturday','1/31/2026','8:00 PM','7224113','Geoff-Tate-s-Operation--Mindcrime-1-31-2026'],['Geoff Tate's Operation: Mindcrime','Charleston Music Hall','Charleston, SC','Tuesday','2/3/2026','8:00 PM','7224624','Geoff-Tate-s-Operation--Mindcrime-2-3-2026'],['Geoff Tate's Operation: Mindcrime','Center Stage Theatre','Atlanta, GA','Wednesday','2/4/2026','8:00 PM','7224625','Geoff-Tate-s-Operation--Mindcrime-2-4-2026'],['Geoff Tate's Operation: Mindcrime','Iron City - Birmingham','Birmingham, AL','Thursday','2/5/2026','8:00 PM','7224114','Geoff-Tate-s-Operation--Mindcrime-2-5-2026'],['Geoff Tate's Operation: Mindcrime','House Of Blues - New Orleans','New Orleans, LA','Friday','2/6/2026','9:00 PM','7224120','Geoff-Tate-s-Operation--Mindcrime-2-6-2026'],['Geoff Tate's Operation: Mindcrime','The Aztec Theatre ','San Antonio, TX','Saturday','2/7/2026','8:00 PM','7224115','Geoff-Tate-s-Operation--Mindcrime-2-7-2026'],['Geoff Tate's Operation: Mindcrime','House Of Blues - Houston','Houston, TX','Sunday','2/8/2026','7:00 PM','7223805','Geoff-Tate-s-Operation--Mindcrime-2-8-2026'],['Geoff Tate's Operation: Mindcrime','The Echo Lounge and Music Hall','Dallas, TX','Wednesday','2/11/2026','8:00 PM','7224116','Geoff-Tate-s-Operation--Mindcrime-2-11-2026'],['Geoff Tate's Operation: Mindcrime','Tannahill's Tavern and Music Hall','Fort Worth, TX','Thursday','2/12/2026','8:00 PM','7224117','Geoff-Tate-s-Operation--Mindcrime-2-12-2026'],['Geoff Tate's Operation: Mindcrime','11:11','El Paso, TX','Friday','2/13/2026','8:00 PM','7225119','Geoff-Tate-s-Operation--Mindcrime-2-13-2026'],['Geoff Tate's Operation: Mindcrime','Celebrity Theatre - AZ','Phoenix, AZ','Saturday','2/14/2026','7:30 PM','7225120','Geoff-Tate-s-Operation--Mindcrime-2-14-2026'],['Geoff Tate's Operation: Mindcrime','Rialto Theatre - Tucson','Tucson, AZ','Sunday','2/15/2026','8:00 PM','7225121','Geoff-Tate-s-Operation--Mindcrime-2-15-2026'],['Geoff Tate's Operation: Mindcrime','Sunshine Theatre','Albuquerque, NM','Wednesday','2/18/2026','8:00 PM','7225122','Geoff-Tate-s-Operation--Mindcrime-2-18-2026'],['Geoff Tate','Mesa Theater & Club','Grand Junction, CO','Thursday','2/19/2026','8:00 PM','7221851','Geoff-Tate-2-19-2026'],['Geoff Tate's Operation: Mindcrime','Ogden Theatre','Denver, CO','Saturday','2/21/2026','8:00 PM','7225123','Geoff-Tate-s-Operation--Mindcrime-2-21-2026'],['Geoff Tate's Operation: Mindcrime','Arcada Theatre','Saint Charles, IL','Friday','5/8/2026','8:00 PM','7546596','Geoff-Tate-s-Operation--Mindcrime-5-8-2026']],'Geoff Tate','http://www.ticketnetwork.com/en/search/?text=Geoff%20Tate');