//
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','Hard Rock Live - Rockford','Rockford, IL','Friday','10/17/2025','7:00 PM','7152217','Brian-Culbertson-10-17-2025'],['Brian Culbertson','Sound Board at MotorCity Casino Hotel','Detroit, MI','Saturday','10/18/2025','8:00 PM','7152218','Brian-Culbertson-10-18-2025'],['Brian Culbertson','Lansdowne Theater','Lansdowne, PA','Sunday','10/19/2025','7:30 PM','7205355','Brian-Culbertson-10-19-2025'],['Brian Culbertson','The Historic Theater at The Music Hall','Portsmouth, NH','Tuesday','10/21/2025','7:30 PM','7152236','Brian-Culbertson-10-21-2025'],['Brian Culbertson','Hackensack Meridian Health Theatre at the Count Basie Center for the Arts','Red Bank, NJ','Wednesday','10/22/2025','7:30 PM','7152219','Brian-Culbertson-10-22-2025'],['Brian Culbertson','Warner Theatre - DC','Washington, DC','Thursday','10/23/2025','8:00 PM','7152220','Brian-Culbertson-10-23-2025'],['Brian Culbertson','The Carolina Theatre At Belk Place','Charlotte, NC','Friday','10/24/2025','8:00 PM','7152221','Brian-Culbertson-10-24-2025'],['Brian Culbertson','Carolina Theatre - Durham','Durham, NC','Saturday','10/25/2025','8:00 PM','7152222','Brian-Culbertson-10-25-2025'],['Brian Culbertson','Charleston Music Hall','Charleston, SC','Sunday','10/26/2025','8:00 PM','7152223','Brian-Culbertson-10-26-2025'],['Brian Culbertson','The Lyric Theatre - Birmingham','Birmingham, AL','Tuesday','10/28/2025','8:00 PM','7152224','Brian-Culbertson-10-28-2025'],['Brian Culbertson','Atlanta Symphony Hall','Atlanta, GA','Wednesday','10/29/2025','7:30 PM','7169414','Brian-Culbertson-10-29-2025'],['Brian Culbertson','Ruth Eckerd Hall','Clearwater, FL','Thursday','10/30/2025','8:00 PM','7152242','Brian-Culbertson-10-30-2025'],['Brian Culbertson','Florida Theatre Jacksonville','Jacksonville, FL','Friday','10/31/2025','8:00 PM','7152238','Brian-Culbertson-10-31-2025'],['Brian Culbertson','Lillian S. Wells Hall at The Parker','Fort Lauderdale, FL','Sunday','11/2/2025','7:00 PM','7152225','Brian-Culbertson-11-2-2025'],['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','http://www.ticketnetwork.com/en/search/?text=Brian Culbertson');