//
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([['String Cheese Incident','Gerald R. Ford Amphitheater','Vail, CO','Friday','9/11/2026','6:30 PM','7902390','String-Cheese-Incident-9-11-2026'],['String Cheese Incident','Gerald R. Ford Amphitheater','Vail, CO','Saturday','9/12/2026','6:30 PM','7902391','String-Cheese-Incident-9-12-2026'],['String Cheese Incident','Hackensack Meridian Health Theatre at the Count Basie Center for the Arts','Red Bank, NJ','Wednesday','10/28/2026','7:15 PM','8197583','String-Cheese-Incident-10-28-2026'],['String Cheese Incident','Providence Performing Arts Center','Providence, RI','Thursday','10/29/2026','7:15 PM','8203772','String-Cheese-Incident-10-29-2026'],['String Cheese Incident','Capitol Theatre - Port Chester','Port Chester, NY','Friday','10/30/2026','7:00 PM','8197584','String-Cheese-Incident-10-30-2026'],['String Cheese Incident','Capitol Theatre - Port Chester','Port Chester, NY','Saturday','10/31/2026','7:00 PM','8197585','String-Cheese-Incident-10-31-2026'],['String Cheese Incident','GLC Live at 20 Monroe','Grand Rapids, MI','Wednesday','11/4/2026','6:00 PM','8197587','String-Cheese-Incident-11-4-2026'],['String Cheese Incident','The Fillmore - Detroit','Detroit, MI','Thursday','11/5/2026','6:00 PM','8197588','String-Cheese-Incident-11-5-2026'],['String Cheese Incident','The Factory - Chesterfield','St. Louis, MO','Friday','11/6/2026','7:15 PM','8197138','String-Cheese-Incident-11-6-2026'],['String Cheese Incident','Taft Theatre','Cincinnati, OH','Saturday','11/7/2026','7:15 PM','8197589','String-Cheese-Incident-11-7-2026'],['String Cheese Incident','Channel 24','Sacramento, CA','Thursday','12/3/2026','7:00 PM','8197591','String-Cheese-Incident-12-3-2026'],['String Cheese Incident','Fox Theater - Oakland','Oakland, CA','Friday','12/4/2026','7:00 PM','8197592','String-Cheese-Incident-12-4-2026'],['String Cheese Incident','Fox Theater - Oakland','Oakland, CA','Saturday','12/5/2026','7:00 PM','8197593','String-Cheese-Incident-12-5-2026'],['String Cheese Incident','Fremont Theater - CA','San Luis Obispo, CA','Sunday','12/6/2026','7:15 PM','8199848','String-Cheese-Incident-12-6-2026'],['String Cheese Incident','House Of Blues - Anaheim','Anaheim, CA','Wednesday','12/9/2026','6:00 PM','8197600','String-Cheese-Incident-12-9-2026'],['String Cheese Incident','The Wiltern','Los Angeles, CA','Thursday','12/10/2026','6:00 PM','8197601','String-Cheese-Incident-12-10-2026'],['String Cheese Incident','The Sound At The Del Mar Fairgrounds','Del Mar, CA','Friday','12/11/2026','7:15 PM','8197598','String-Cheese-Incident-12-11-2026'],['String Cheese Incident','The Sound At The Del Mar Fairgrounds','Del Mar, CA','Saturday','12/12/2026','7:15 PM','8197599','String-Cheese-Incident-12-12-2026'],['String Cheese Incident','Peace Concert Hall At The Peace Center - SC','Greenville, SC','Thursday','1/21/2027','7:15 PM','8199159','String-Cheese-Incident-1-21-2027']],'The String Cheese Incident','http://www.ticketnetwork.com/en/search/?text=The%20String%20Cheese%20Incident');