//
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([['The Jayhawks','Codfish Hollow Barnstormers','Maquoketa, IA','Thursday','6/19/2025','8:00 PM','7098193','The-Jayhawks-6-19-2025'],['The Jayhawks','Majestic Theatre Madison','Madison, WI','Friday','6/20/2025','8:00 PM','7013637','The-Jayhawks-6-20-2025'],['Toad the Wet Sprocket, The Jayhawks & Sixpence None The Richer','Mount Baker Theatre','Bellingham, WA','Thursday','7/24/2025','7:30 PM','7059239','Toad-the-Wet-Sprocket--The-Jayhawks---Sixpence-None-The-Richer-7-24-2025'],['Toad the Wet Sprocket, The Jayhawks & Sixpence None The Richer','Moore Theatre - WA','Seattle, WA','Friday','7/25/2025','7:30 PM','7034917','Toad-the-Wet-Sprocket--The-Jayhawks---Sixpence-None-The-Richer-7-25-2025'],['Toad the Wet Sprocket, The Jayhawks & Sixpence None The Richer','Red Butte Garden','Salt Lake City, UT','Monday','7/28/2025','7:00 PM','7083335','Toad-the-Wet-Sprocket--The-Jayhawks---Sixpence-None-The-Richer-7-28-2025'],['Toad the Wet Sprocket, The Jayhawks & Sixpence None The Richer','Denver Botanic Gardens','Denver, CO','Wednesday','7/30/2025','6:30 PM','7024101','Toad-the-Wet-Sprocket--The-Jayhawks---Sixpence-None-The-Richer-7-30-2025'],['Toad the Wet Sprocket, The Jayhawks & Sixpence None The Richer','GrindersKC','Kansas City, MO','Saturday','8/2/2025','7:00 PM','7034913','Toad-the-Wet-Sprocket--The-Jayhawks---Sixpence-None-The-Richer-8-2-2025'],['Toad the Wet Sprocket, The Jayhawks & Sixpence None The Richer','The Salt Shed Indoors - Chicago','Chicago, IL','Thursday','8/7/2025','8:00 PM','7034941','Toad-the-Wet-Sprocket--The-Jayhawks---Sixpence-None-The-Richer-8-7-2025'],['Toad the Wet Sprocket, The Jayhawks & Sixpence None The Richer','Kresge Auditorium at Interlochen Center for the Arts','Interlochen, MI','Saturday','8/9/2025','7:30 PM','7037131','Toad-the-Wet-Sprocket--The-Jayhawks---Sixpence-None-The-Richer-8-9-2025'],['The Jayhawks','Utepils Brewing','Minneapolis, MN','Thursday','8/21/2025','7:00 PM','7024723','The-Jayhawks-8-21-2025'],['The Jayhawks','The Ardmore Music Hall','Ardmore, PA','Friday','9/26/2025','8:00 PM','7144352','The-Jayhawks-9-26-2025'],['The Jayhawks','The Colonial Theatre - Phoenixville','Phoenixville, PA','Saturday','9/27/2025','8:00 PM','7159872','The-Jayhawks-9-27-2025'],['The Jayhawks','The Atlantis','Washington, DC','Sunday','9/28/2025','6:30 PM','7096335','The-Jayhawks-9-28-2025'],['The Jayhawks','The Warehouse at Fairfield Theatre Company','Fairfield, CT','Friday','11/21/2025','8:00 PM','7204964','The-Jayhawks-11-21-2025']],'The Jayhawks','http://www.ticketnetwork.com/en/search/?text=The Jayhawks');