//
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([['Aftershock Festival: My Chemical Romance, Limp Bizkit, Pierce The Veil & Tool - 4 Day Pass','Discovery Park','Sacramento, CA','Thursday','10/1/2026','TBD','7586692','Aftershock-Festival--My-Chemical-Romance--Limp-Bizkit--Pierce-The-Veil---Tool---4-Day-Pass-10-1-2026'],['Aftershock Festival: My Chemical Romance, Sublime, The Offspring & The Pretty Reckless - Thursday','Discovery Park','Sacramento, CA','Thursday','10/1/2026','11:00 AM','7767890','Aftershock-Festival--My-Chemical-Romance--Sublime--The-Offspring---The-Pretty-Reckless---Thursday-10-1-2026'],['We Three Kings, The Irish Dance Christmas Sensation','Paramount Theatre - Anderson','Anderson, IN','Thursday','11/19/2026','7:00 PM','7860543','We-Three-Kings--The-Irish-Dance-Christmas-Sensation-11-19-2026'],['We Three Kings - The Irish Dance Christmas Sensation','The Long Center For The Performing Arts - IN','Lafayette, IN','Friday','11/20/2026','7:30 PM','8101412','We-Three-Kings---The-Irish-Dance-Christmas-Sensation-11-20-2026'],['We Three Kings','Ford Theater At Honeywell Center','Wabash, IN','Saturday','11/21/2026','7:30 PM','7910236','We-Three-Kings-11-21-2026'],['We Three Kings - The Irish Dance Christmas Sensation','Blue Gate Performing Arts Center','Shipshewana, IN','Monday','11/23/2026','7:00 PM','8017918','We-Three-Kings---The-Irish-Dance-Christmas-Sensation-11-23-2026'],['We Three Kings - The Irish Dance Christmas Sensation','Eichelberger Performing Arts Center','Hanover, PA','Sunday','12/6/2026','3:00 PM','8040534','We-Three-Kings---The-Irish-Dance-Christmas-Sensation-12-6-2026'],['We Three Kings - The Irish Dance Christmas Sensation','Coral Springs Center For The Arts','Coral Springs, FL','Saturday','12/19/2026','7:30 PM','8169032','We-Three-Kings---The-Irish-Dance-Christmas-Sensation-12-19-2026'],['We Three Kings - The Irish Dance Christmas Sensation','Thrasher-Horne Center for the Arts','Orange Park, FL','Sunday','12/20/2026','6:00 PM','8127769','We-Three-Kings---The-Irish-Dance-Christmas-Sensation-12-20-2026']],'We The Kings','http://www.ticketnetwork.com/en/search/?text=We%20The%20Kings');