// 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 "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-04B 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','Mystic Lake Showroom','Prior Lake, MN','Friday','5/3/2024','8:00 PM','6304283','Skillet-5-3-2024'],['Seether & Skillet','Copeland Park','La Crosse, WI','Saturday','5/4/2024','5:20 PM','6308433','Seether---Skillet-5-4-2024'],['Skillet','The Plant','Dothan, AL','Friday','5/10/2024','8:00 PM','6272122','Skillet-5-10-2024'],['Skillet','Devon Lakeshore Amphitheater','Decatur, IL','Thursday','6/6/2024','7:00 PM','6261307','Skillet-6-6-2024'],['RiseFest: Phil Wickham & Skillet - 2 Day Pass','RiseFest Festival Grounds','Sheldon, IA','Friday','6/7/2024','TBD','6285818','RiseFest--Phil-Wickham---Skillet---2-Day-Pass-6-7-2024'],['Skillet','Fine Arts Theatre at The Monument','Rapid City, SD','Saturday','6/8/2024','8:00 PM','6333590','Skillet-6-8-2024'],['Skillet','The Elm - Bozeman','Bozeman, MT','Sunday','6/9/2024','8:00 PM','6330187','Skillet-6-9-2024'],['Skillet','The Wilma Theatre - MT','Missoula, MT','Monday','6/10/2024','8:00 PM','6330188','Skillet-6-10-2024'],['Skillet','Commodore Ballroom','Vancouver, Canada','Wednesday','6/12/2024','7:00 PM','6330192','Skillet-6-12-2024'],['Skillet','MacEwan Hall','Calgary, Canada','Friday','6/14/2024','8:00 PM','6330193','Skillet-6-14-2024'],['Skillet','Midway - Edmonton','Edmonton, Canada','Saturday','6/15/2024','8:00 PM','6330194','Skillet-6-15-2024'],['Skillet','Burton Cummings Theatre','Winnipeg, Canada','Monday','6/17/2024','8:00 PM','6330216','Skillet-6-17-2024'],['Skillet','Pickering Casino Resort','Pickering, Canada','Thursday','6/20/2024','8:00 PM','6330217','Skillet-6-20-2024'],['Bluewater BorderFest Music Festival: Bush, Skillet, & Saint Asonia','Centennial Park - Sarnia','Sarnia, Canada','Friday','6/21/2024','6:30 PM','6410663','Bluewater-BorderFest-Music-Festival--Bush--Skillet----Saint-Asonia-6-21-2024'],['Skillet','Theatre Beanfield','Montreal, Canada','Saturday','6/22/2024','8:00 PM','6330218','Skillet-6-22-2024'],['Skillet','Danforth Music Hall Theatre','Toronto, Canada','Sunday','6/23/2024','7:00 PM','6330219','Skillet-6-23-2024'],['Skillet','Hollywood Casino at Charles Town Races','Charles Town, WV','Friday','6/28/2024','9:00 PM','6304286','Skillet-6-28-2024'],['Skillet','Red River Valley Fair','West Fargo, ND','Sunday','7/7/2024','8:00 PM','6148190','Skillet-7-7-2024'],['Alive Music Festival: For King and Country, Jeremy Camp & Skillet - 3 Day Pass','Atwood Lake Park & Amphitheater','Mineral City, OH','Thursday','7/18/2024','TBD','6296363','Alive-Music-Festival--For-King-and-Country--Jeremy-Camp---Skillet---3-Day-Pass-7-18-2024'],['Alive Music Festival: Skillet, Cain, Hulvey, Pillar & Josiah Queen - Saturday','Atwood Lake Park & Amphitheater','Mineral City, OH','Saturday','7/20/2024','12:00 PM','6296362','Alive-Music-Festival--Skillet--Cain--Hulvey--Pillar---Josiah-Queen---Saturday-7-20-2024'],['Skillet & Theory of a Deadman','Dubuque County Fair','Dubuque, IA','Friday','7/26/2024','7:30 PM','6234550','Skillet---Theory-of-a-Deadman-7-26-2024'],['Skillet','All-Star Amphitheatre At Wild Adventures Theme Park','Valdosta, GA','Saturday','8/3/2024','8:00 PM','6296440','Skillet-8-3-2024'],['Skillet','Oak Grove Gaming Outdoor Amphitheater','Oak Grove, KY','Friday','8/9/2024','7:00 PM','6329324','Skillet-8-9-2024']],'skillet','http://www.ticketnetwork.com/en/search/?text=skillet');