//
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-02A
TN_Widget.CreateTable([['San Antonio Gunslingers vs. Tulsa Oilers','Freeman Coliseum','San Antonio, TX','Sunday','3/29/2026','3:00 PM','7716197','San-Antonio-Gunslingers-vs--Tulsa-Oilers-3-29-2026'],['San Antonio Gunslingers vs. Vegas Knight Hawks','Freeman Coliseum','San Antonio, TX','Saturday','4/18/2026','4:00 PM','7716199','San-Antonio-Gunslingers-vs--Vegas-Knight-Hawks-4-18-2026'],['Bush, Mammoth & James and the Cold Gun','Freeman Coliseum','San Antonio, TX','Wednesday','4/22/2026','7:00 PM','7670312','Bush--Mammoth---James-and-the-Cold-Gun-4-22-2026'],['San Antonio Gunslingers vs. Northern Arizona Wranglers','Freeman Coliseum','San Antonio, TX','Saturday','4/25/2026','4:00 PM','7716200','San-Antonio-Gunslingers-vs--Northern-Arizona-Wranglers-4-25-2026'],['Grupo Duelo','Freeman Coliseum','San Antonio, TX','Friday','5/1/2026','8:00 PM','7774915','Grupo-Duelo-5-1-2026'],['World Oddities Expo','Freeman Coliseum Expo Hall','San Antonio, TX','Saturday','5/16/2026','11:00 AM','7619044','World-Oddities-Expo-5-16-2026'],['San Antonio Gunslingers vs. San Diego Strike Force','Freeman Coliseum','San Antonio, TX','Saturday','5/16/2026','4:00 PM','7716213','San-Antonio-Gunslingers-vs--San-Diego-Strike-Force-5-16-2026'],['Whiskey Riot','Freeman Coliseum Expo Hall','San Antonio, TX','Saturday','5/16/2026','4:00 PM','7667295','Whiskey-Riot-5-16-2026'],['World Oddities Expo','Freeman Coliseum Expo Hall','San Antonio, TX','Sunday','5/17/2026','11:00 AM','7619045','World-Oddities-Expo-5-17-2026'],['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'],['Thee Sacred Souls','Freeman Coliseum','San Antonio, TX','Thursday','9/10/2026','7:00 PM','7741803','Thee-Sacred-Souls-9-10-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'],['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'],['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']],'Freeman Coliseum','http://www.ticketnetwork.com/ticket/Freeman-Coliseum-events.aspx');