// 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([['Biscits','Stereo Live - Houston','Houston, TX','Friday','10/24/2025','10:00 PM','7312109','Biscits-10-24-2025'],['Biscits','Stereo Live - Dallas','Dallas, TX','Saturday','10/25/2025','10:00 PM','7364969','Biscits-10-25-2025'],['Gorgon City','Stereo Live - Houston','Houston, TX','Friday','10/31/2025','10:00 PM','7342707','Gorgon-City-10-31-2025'],['Flosstradamus','Stereo Live - Houston','Houston, TX','Saturday','11/1/2025','10:00 PM','7297740','Flosstradamus-11-1-2025'],['Cinema Stereo & Moon City Masters','The Evening Muse','Charlotte, NC','Friday','11/7/2025','10:30 PM','7469650','Cinema-Stereo---Moon-City-Masters-11-7-2025'],['Riot Ten','Stereo Live - Houston','Houston, TX','Saturday','11/8/2025','10:00 PM','7229341','Riot-Ten-11-8-2025'],['Cash Cash','Stereo Live - Dallas','Dallas, TX','Saturday','11/8/2025','10:00 PM','7498640','Cash-Cash-11-8-2025'],['Cinema Stereo & Moon City Masters','Crafthouse Stage & Grill','Pittsburgh, PA','Sunday','11/9/2025','7:00 PM','7436502','Cinema-Stereo---Moon-City-Masters-11-9-2025'],['Jai Wolf','Stereo Live - Dallas','Dallas, TX','Friday','11/14/2025','10:00 PM','7416889','Jai-Wolf-11-14-2025'],['TroyBoi','Stereo Live - Houston','Houston, TX','Saturday','11/15/2025','10:00 PM','7295765','TroyBoi-11-15-2025'],['Malaa','Stereo Live - Houston','Houston, TX','Friday','11/21/2025','10:00 PM','7292480','Malaa-11-21-2025'],['Tchami','Stereo Live - Dallas','Dallas, TX','Thursday','1/1/2071','TBD','4308663','Tchami-1-1-2071']],'Stereo Live','https://www.ticketnetwork.com/ticket/Stereo-Live-events.aspx');