// var TN_Widget = function() { return { //Options newWindow : true, linkText : "Tickets", tixUrl : "https://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[3] +"
"+"" + row[4] + "
"+"" + row[5] + ""+"" + row[0] +"" + row[1] +"
" + row[2] +""+""+ 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-01A TN_Widget.CreateTable([['Social Distortion','Revolution Concert House and Event Center','Garden City, ID','Saturday','7/19/2025','8:00 PM','7091788','Social-Distortion-7-19-2025'],['Stephen Wilson Jr.','Revolution Concert House and Event Center','Garden City, ID','Sunday','7/20/2025','8:00 PM','7189602','Stephen-Wilson-Jr--7-20-2025'],['Regina Spektor','Revolution Concert House and Event Center','Garden City, ID','Thursday','7/31/2025','8:00 PM','7074714','Regina-Spektor-7-31-2025'],['Our Last Night','Revolution Concert House and Event Center','Garden City, ID','Saturday','8/16/2025','7:15 PM','7033487','Our-Last-Night-8-16-2025'],['Ice Nine Kills, Dayseeker & Kim Dracula','Revolution Concert House and Event Center','Garden City, ID','Sunday','8/17/2025','6:30 PM','7166123','Ice-Nine-Kills--Dayseeker---Kim-Dracula-8-17-2025'],['Big Head Todd and the Monsters & Bill Murray and His Blood Brothers','Revolution Concert House and Event Center','Garden City, ID','Saturday','8/23/2025','7:30 PM','7210247','Big-Head-Todd-and-the-Monsters---Bill-Murray-and-His-Blood-Brothers-8-23-2025'],['Tumua Tuinei','Revolution Concert House and Event Center','Garden City, ID','Saturday','9/6/2025','7:00 PM','7225737','Tumua-Tuinei-9-6-2025'],['Wyatt Flores','Revolution Concert House and Event Center','Garden City, ID','Sunday','9/7/2025','8:00 PM','7153195','Wyatt-Flores-9-7-2025'],['Adventure Club','Revolution Concert House and Event Center','Garden City, ID','Friday','9/12/2025','8:00 PM','7195334','Adventure-Club-9-12-2025'],['Dave Attell','Revolution Concert House and Event Center','Garden City, ID','Saturday','9/13/2025','7:00 PM','7101797','Dave-Attell-9-13-2025'],['That Mexican OT','Revolution Concert House and Event Center','Garden City, ID','Wednesday','9/17/2025','7:00 PM','7226006','That-Mexican-OT-9-17-2025'],['The Struts','Revolution Concert House and Event Center','Garden City, ID','Saturday','9/20/2025','8:00 PM','7094913','The-Struts-9-20-2025'],['From Ashes to New','Revolution Concert House and Event Center','Garden City, ID','Thursday','10/2/2025','7:00 PM','7206118','From-Ashes-to-New-10-2-2025'],['Quinn XCII','Revolution Concert House and Event Center','Garden City, ID','Saturday','10/4/2025','8:00 PM','7146672','Quinn-XCII-10-4-2025'],['In This Moment','Revolution Concert House and Event Center','Garden City, ID','Tuesday','10/7/2025','6:30 PM','7235546','In-This-Moment-10-7-2025'],['Flatland Cavalry','Revolution Concert House and Event Center','Garden City, ID','Friday','10/17/2025','8:00 PM','7081147','Flatland-Cavalry-10-17-2025'],['Niko Moon','Revolution Concert House and Event Center','Garden City, ID','Thursday','10/23/2025','8:00 PM','7233680','Niko-Moon-10-23-2025'],['Prof','Revolution Concert House and Event Center','Garden City, ID','Saturday','10/25/2025','8:00 PM','7194405','Prof-10-25-2025'],['Kameron Marlowe','Revolution Concert House and Event Center','Garden City, ID','Sunday','10/26/2025','8:00 PM','7194006','Kameron-Marlowe-10-26-2025'],['Avatar','Revolution Concert House and Event Center','Garden City, ID','Wednesday','11/12/2025','7:30 PM','7180473','Avatar-11-12-2025'],['Trivium, Jinjer & Heriot','Revolution Concert House and Event Center','Garden City, ID','Saturday','11/29/2025','7:30 PM','7221526','Trivium--Jinjer---Heriot-11-29-2025'],['YG','Revolution Concert House and Event Center','Garden City, ID','Saturday','7/14/2074','8:00 PM','6457281','YG-7-14-2074']],'Revolution Concert House','https://www.ticketnetwork.com/ticket/Revolution-Concert-House-events.aspx');