//
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 += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.CreateTable([['San Antonio Gunslingers vs. Tulsa Oilers','Freeman Coliseum','San Antonio, TX','Saturday','5/23/2026','4:00 PM','7716216','San-Antonio-Gunslingers-vs--Tulsa-Oilers-5-23-2026'],['Yellowcard','Freeman Coliseum','San Antonio, TX','Saturday','6/6/2026','7:00 PM','7609813','Yellowcard-6-6-2026'],['San Antonio Gunslingers vs. New Mexico Chupacabras','Freeman Coliseum','San Antonio, TX','Saturday','6/13/2026','4:00 PM','7716219','San-Antonio-Gunslingers-vs--New-Mexico-Chupacabras-6-13-2026'],['San Antonio Gunslingers vs. Orlando Pirates','Freeman Coliseum','San Antonio, TX','Saturday','7/11/2026','4:00 PM','7716229','San-Antonio-Gunslingers-vs--Orlando-Pirates-7-11-2026'],['San Antonio Gunslingers vs. Arizona Rattlers','Freeman Coliseum','San Antonio, TX','Sunday','7/19/2026','3:00 PM','7716230','San-Antonio-Gunslingers-vs--Arizona-Rattlers-7-19-2026'],['Hermanos Espinoza','Freeman Coliseum','San Antonio, TX','Friday','8/14/2026','8:00 PM','7874927','Hermanos-Espinoza-8-14-2026'],['Palomazo Norteno','Freeman Coliseum','San Antonio, TX','Saturday','8/22/2026','8:00 PM','7841641','Palomazo-Norteno-8-22-2026'],['Thee Sacred Souls','Freeman Coliseum','San Antonio, TX','Thursday','9/10/2026','7:00 PM','7741803','Thee-Sacred-Souls-9-10-2026'],['Young Miko','Freeman Coliseum','San Antonio, TX','Thursday','10/22/2026','8:00 PM','7860528','Young-Miko-10-22-2026'],['Banda MS','Freeman Coliseum','San Antonio, TX','Friday','11/6/2026','8:00 PM','7826165','Banda-MS-11-6-2026'],['San Antonio Tattoo Arts Festival','Freeman Coliseum Expo Hall','San Antonio, TX','Friday','11/13/2026','TBD','7491347','San-Antonio-Tattoo-Arts-Festival-11-13-2026'],['Villian Arts Tattoo Festival','Freeman Coliseum Expo Hall','San Antonio, TX','Friday','11/13/2026','TBD','7896572','Villian-Arts-Tattoo-Festival-11-13-2026'],['San Antonio Tattoo Arts Festival','Freeman Coliseum Expo Hall','San Antonio, TX','Saturday','11/14/2026','TBD','7491348','San-Antonio-Tattoo-Arts-Festival-11-14-2026'],['Villian Arts Tattoo Festival','Freeman Coliseum Expo Hall','San Antonio, TX','Saturday','11/14/2026','TBD','7896573','Villian-Arts-Tattoo-Festival-11-14-2026'],['Time Travelers Vintage Expo','Freeman Coliseum Expo Hall','San Antonio, TX','Saturday','11/14/2026','10:00 AM','7680580','Time-Travelers-Vintage-Expo-11-14-2026'],['San Antonio Tattoo Arts Festival','Freeman Coliseum Expo Hall','San Antonio, TX','Sunday','11/15/2026','TBD','7491349','San-Antonio-Tattoo-Arts-Festival-11-15-2026'],['Villian Arts Tattoo Festival','Freeman Coliseum Expo Hall','San Antonio, TX','Sunday','11/15/2026','TBD','7896574','Villian-Arts-Tattoo-Festival-11-15-2026'],['Intocable','Freeman Coliseum','San Antonio, TX','Wednesday','11/25/2026','8:00 PM','7875906','Intocable-11-25-2026']],'Freeman Coliseum','http://www.ticketnetwork.com/ticket/Freeman-Coliseum-events.aspx');