// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, 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,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03B 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/ticket/Skillet-events.aspx');