//
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-02A
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([['Skillet','Delaware County Fairgrounds - IA','Manchester, IA','Thursday','7/10/2025','8:30 PM','7171526','Skillet-7-10-2025'],['Skillet','The Mill - Terre Haute','Terre Haute, IN','Saturday','7/12/2025','7:00 PM','7182738','Skillet-7-12-2025'],['Skillet','Allegany County Fairgrounds','Cumberland, MD','Monday','7/14/2025','8:00 PM','7056512','Skillet-7-14-2025'],['Skillet','Jackson County Fairground - OR','Central Point, OR','Friday','7/18/2025','7:00 PM','6971745','Skillet-7-18-2025'],['Skillet','Elkhart County Fairgrounds','Goshen, IN','Tuesday','7/22/2025','8:00 PM','6762195','Skillet-7-22-2025'],['Skillet','Marion Cultural and Civic Center','Marion, IL','Wednesday','7/23/2025','7:00 PM','6979934','Skillet-7-23-2025'],['Skillet','The Aiken Theatre - Old National Events Plaza','Evansville, IN','Friday','7/25/2025','7:00 PM','7169060','Skillet-7-25-2025'],['Skillet','Timberwood Amphitheater At Magic Springs','Hot Springs National Park, AR','Saturday','7/26/2025','6:30 PM','7241674','Skillet-7-26-2025'],['Kingdom Bound Festival: Anne Wilson, Matthew West & Skillet - 3 Day Pass','Six Flags Darien Lake','Corfu, NY','Monday','7/28/2025','TBD','7178893','Kingdom-Bound-Festival--Anne-Wilson--Matthew-West---Skillet---3-Day-Pass-7-28-2025'],['Kingdom Bound Festival: Skillet, We Are Messengers & Pillar - Wednesday','Six Flags Darien Lake','Corfu, NY','Wednesday','7/30/2025','11:00 AM','7178896','Kingdom-Bound-Festival--Skillet--We-Are-Messengers---Pillar---Wednesday-7-30-2025'],['Skillet','Carrington Pavilion','Danville, VA','Friday','8/1/2025','6:00 PM','7068029','Skillet-8-1-2025'],['Skillet','All-Star Amphitheatre At Wild Adventures Theme Park','Valdosta, GA','Saturday','8/2/2025','TBD','7029617','Skillet-8-2-2025'],['Skillet','The Sound Amphitheater','Gautier, MS','Sunday','8/3/2025','7:00 PM','7020744','Skillet-8-3-2025'],['Rock La Cauze: Skillet, Wasting Time & Death Note Silence - Saturday','Terre-des-Jeunes Park','Victoriaville, Canada','Saturday','8/9/2025','1:00 PM','6945477','Rock-La-Cauze--Skillet--Wasting-Time---Death-Note-Silence---Saturday-8-9-2025'],['Skillet & Stryper','Spyglass Ridge Winery','Sunbury, PA','Saturday','8/16/2025','7:00 PM','6961701','Skillet---Stryper-8-16-2025'],['Skillet','Fraze Pavilion','Kettering, OH','Sunday','8/17/2025','8:00 PM','6952504','Skillet-8-17-2025'],['Rock the Smokies: Skillet, Zach Williams & Alexander Pappas','Celebrity Theater at Dollywood Park','Pigeon Forge, TN','Saturday','8/23/2025','4:00 PM','7141069','Rock-the-Smokies--Skillet--Zach-Williams---Alexander-Pappas-8-23-2025'],['Skillet & Theory of a Deadman','Nebraska State Fairgrounds','Grand Island, NE','Friday','8/29/2025','7:30 PM','7053822','Skillet---Theory-of-a-Deadman-8-29-2025'],['Skillet','Coca-Cola Music Hall','San Juan, Puerto Rico','Friday','9/5/2025','8:30 PM','7234753','Skillet-9-5-2025'],['Skillet','The Vine at Del Lago Resort','Waterloo, NY','Saturday','9/13/2025','8:00 PM','7206546','Skillet-9-13-2025'],['Skillet','Effingham Performance Center','Effingham, IL','Friday','9/19/2025','7:00 PM','7169736','Skillet-9-19-2025'],['Rock The Locks Music Festival: The All American Rejects, Skillet & Dirty Honey - Saturday','Rock the Locks Music Festival','Umatilla, OR','Saturday','9/27/2025','1:00 PM','7179702','Rock-The-Locks-Music-Festival--The-All-American-Rejects--Skillet---Dirty-Honey---Saturday-9-27-2025'],['Skillet & Switchfoot','Paul Paul Theater at Fresno Fairgrounds','Fresno, CA','Thursday','10/9/2025','7:00 PM','7242191','Skillet---Switchfoot-10-9-2025']],'Skillet','http://www.ticketnetwork.com/en/search/?text=Skillet');