// 
	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 "
";
			    }
            },
			
			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 += '';
					} else {
						document.write("");
					}
				}				
			}
		};
	}();
//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([['Brian Culbertson','Country Music Hall of Fame and Museum','Nashville, TN','Tuesday','11/4/2025','7:30 PM','7152243','Brian-Culbertson-11-4-2025'],['Brian Culbertson','Blue Gate Performing Arts Center','Shipshewana, IN','Wednesday','11/5/2025','7:30 PM','7152244','Brian-Culbertson-11-5-2025'],['Brian Culbertson','Pabst Theater','Milwaukee, WI','Thursday','11/6/2025','7:30 PM','7152245','Brian-Culbertson-11-6-2025'],['Brian Culbertson','The Venue at Horseshoe Casino','Hammond, IN','Friday','11/7/2025','8:00 PM','7152226','Brian-Culbertson-11-7-2025'],['Brian Culbertson','Taft Theatre','Cincinnati, OH','Saturday','11/8/2025','7:30 PM','7152227','Brian-Culbertson-11-8-2025'],['Brian Culbertson','Akron Civic Theatre','Akron, OH','Sunday','11/9/2025','7:30 PM','7152228','Brian-Culbertson-11-9-2025'],['Brian Culbertson','The Factory - Chesterfield','St. Louis, MO','Tuesday','11/11/2025','7:30 PM','7152229','Brian-Culbertson-11-11-2025'],['Brian Culbertson','Uptown Theater - KC','Kansas City, MO','Wednesday','11/12/2025','8:00 PM','7152230','Brian-Culbertson-11-12-2025'],['Brian Culbertson','Minglewood Hall','Memphis, TN','Thursday','11/13/2025','8:00 PM','7152231','Brian-Culbertson-11-13-2025'],['Brian Culbertson','Majestic Theatre - Dallas','Dallas, TX','Friday','11/14/2025','8:00 PM','7152232','Brian-Culbertson-11-14-2025'],['Brian Culbertson','Bayou Music Center','Houston, TX','Saturday','11/15/2025','8:00 PM','7152233','Brian-Culbertson-11-15-2025'],['Brian Culbertson','Majestic Theatre - San Antonio','San Antonio, TX','Sunday','11/16/2025','7:30 PM','7152246','Brian-Culbertson-11-16-2025'],['Brian Culbertson','Hawaii Theatre','Honolulu, HI','Friday','10/9/2026','7:00 PM','7520685','Brian-Culbertson-10-9-2026'],['Brian Culbertson','Hawaii Theatre','Honolulu, HI','Saturday','10/10/2026','7:00 PM','7520686','Brian-Culbertson-10-10-2026']],'Brian Culbertson','http://www.ticketnetwork.com/en/search/?text=Brian Culbertson');