// 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-01A TN_Widget.CreateTable([['Wiz Khalifa','Germania Insurance Amphitheater','Austin, TX','Tuesday','7/29/2025','6:00 PM','7167096','Wiz-Khalifa-7-29-2025'],['Russ, Big Sean & Sabrina Claudio','Germania Insurance Amphitheater','Austin, TX','Wednesday','7/30/2025','6:30 PM','7091638','Russ--Big-Sean---Sabrina-Claudio-7-30-2025'],['Live & Collective Soul','Germania Insurance Amphitheater','Austin, TX','Saturday','8/16/2025','6:00 PM','7044697','Live---Collective-Soul-8-16-2025'],['The Offspring, Jimmy Eat World & New Found Glory','Germania Insurance Amphitheater','Austin, TX','Sunday','8/24/2025','6:30 PM','7020488','The-Offspring--Jimmy-Eat-World---New-Found-Glory-8-24-2025'],['Pantera','Germania Insurance Amphitheater','Austin, TX','Tuesday','9/2/2025','7:00 PM','7006363','Pantera-9-2-2025'],['Suicideboys ','Germania Insurance Amphitheater','Austin, TX','Friday','9/12/2025','6:30 PM','7075986','Suicideboys--9-12-2025'],['Lil Wayne','Germania Insurance Amphitheater','Austin, TX','Tuesday','9/16/2025','7:00 PM','7194088','Lil-Wayne-9-16-2025'],['Above & Beyond','Germania Insurance Amphitheater','Austin, TX','Friday','9/19/2025','7:00 PM','7111846','Above---Beyond-9-19-2025'],['Quinn XCII','Germania Insurance Amphitheater','Austin, TX','Friday','9/26/2025','8:00 PM','7146666','Quinn-XCII-9-26-2025'],['Bone Thugs N Harmony, Three 6 Mafia, Tech N9ne & QJ Quik','Germania Insurance Amphitheater','Austin, TX','Saturday','9/27/2025','7:30 PM','7203450','Bone-Thugs-N-Harmony--Three-6-Mafia--Tech-N9ne---QJ-Quik-9-27-2025'],['Alice Cooper, Judas Priest & Corrosion of Conformity','Germania Insurance Amphitheater','Austin, TX','Saturday','10/25/2025','6:45 PM','7094185','Alice-Cooper--Judas-Priest---Corrosion-of-Conformity-10-25-2025'],['Dom Dolla','Germania Insurance Amphitheater','Austin, TX','Friday','10/31/2025','7:00 PM','7227607','Dom-Dolla-10-31-2025'],['The B-52s & Devo','Germania Insurance Amphitheater','Austin, TX','Saturday','11/1/2025','7:00 PM','7216300','The-B-52s---Devo-11-1-2025']],'Austin360 Amphitheater','http://www.ticketnetwork.com/ticket/Austin360-Amphitheater-events.aspx');