// 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-02A TN_Widget.CreateTable([['The Bouncing Souls, H20, Dave House and The Mermaid & Mercy Union','White Oak Music Hall - Downstairs','Houston, TX','Thursday','12/4/2025','6:00 PM','7180573','The-Bouncing-Souls--H20--Dave-House-and-The-Mermaid---Mercy-Union-12-4-2025'],['The Bouncing Souls, H20, Dave House and The Mermaid & Mercy Union','The Studio at The Bomb Factory','Dallas, TX','Friday','12/5/2025','7:00 PM','7180578','The-Bouncing-Souls--H20--Dave-House-and-The-Mermaid---Mercy-Union-12-5-2025'],['The Bouncing Souls, H20, Dave House and The Mermaid & Mercy Union','Empire Garage','Austin, TX','Saturday','12/6/2025','7:00 PM','7180580','The-Bouncing-Souls--H20--Dave-House-and-The-Mermaid---Mercy-Union-12-6-2025'],['The Bouncing Souls, H20, Dave House and The Mermaid & Mercy Union','Vibes Event Center','San Antonio, TX','Sunday','12/7/2025','7:00 PM','7180582','The-Bouncing-Souls--H20--Dave-House-and-The-Mermaid---Mercy-Union-12-7-2025'],['The Bouncing Souls, H20, Dave House and The Mermaid & Mercy Union','Sunshine Theatre','Albuquerque, NM','Tuesday','12/9/2025','7:30 PM','7180584','The-Bouncing-Souls--H20--Dave-House-and-The-Mermaid---Mercy-Union-12-9-2025'],['The Bouncing Souls, H20, Dave House and The Mermaid & Mercy Union','The UC Theatre','Berkeley, CA','Thursday','12/11/2025','7:00 PM','7180585','The-Bouncing-Souls--H20--Dave-House-and-The-Mermaid---Mercy-Union-12-11-2025'],['The Bouncing Souls, H20, Dave House and The Mermaid & Mercy Union','The Bellwether','Los Angeles, CA','Friday','12/12/2025','7:00 PM','7180574','The-Bouncing-Souls--H20--Dave-House-and-The-Mermaid---Mercy-Union-12-12-2025'],['The Bouncing Souls, H20, Dave House and The Mermaid & Mercy Union','The Observatory - North Park','San Diego, CA','Saturday','12/13/2025','7:00 PM','7180576','The-Bouncing-Souls--H20--Dave-House-and-The-Mermaid---Mercy-Union-12-13-2025'],['The Bouncing Souls, H20, Dave House and The Mermaid & Mercy Union','House Of Blues - Anaheim','Anaheim, CA','Sunday','12/14/2025','6:00 PM','7180577','The-Bouncing-Souls--H20--Dave-House-and-The-Mermaid---Mercy-Union-12-14-2025']],'The Bouncing Souls','https://www.ticketnetwork.com/ticket/The-Bouncing-Souls-events.aspx');