//
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([['The Sword & Red Fang','Sunshine Theatre','Albuquerque, NM','Tuesday','8/11/2026','7:30 PM','7902611','The-Sword---Red-Fang-8-11-2026'],['The Sword & Red Fang','The Van Buren','Phoenix, AZ','Wednesday','8/12/2026','8:00 PM','7902612','The-Sword---Red-Fang-8-12-2026'],['The Sword & Red Fang','House Of Blues - Las Vegas','Las Vegas, NV','Friday','8/14/2026','7:30 PM','7902613','The-Sword---Red-Fang-8-14-2026'],['The Sword & Red Fang','The Sound At The Del Mar Fairgrounds','Del Mar, CA','Saturday','8/15/2026','8:00 PM','7902616','The-Sword---Red-Fang-8-15-2026'],['The Sword & Red Fang','The Observatory - Santa Ana','Santa Ana, CA','Sunday','8/16/2026','7:30 PM','7902617','The-Sword---Red-Fang-8-16-2026'],['The Sword & Red Fang','The Fonda Theatre','Los Angeles, CA','Tuesday','8/18/2026','8:00 PM','7902619','The-Sword---Red-Fang-8-18-2026'],['The Sword & Red Fang','The Regency Ballroom','San Francisco, CA','Wednesday','8/19/2026','8:00 PM','7902626','The-Sword---Red-Fang-8-19-2026'],['The Sword & Red Fang','Showbox SoDo','Seattle, WA','Friday','8/21/2026','8:00 PM','7902632','The-Sword---Red-Fang-8-21-2026'],['The Sword & Red Fang','Knitting Factory Spokane','Spokane, WA','Monday','8/24/2026','8:00 PM','7902754','The-Sword---Red-Fang-8-24-2026'],['The Sword & Red Fang','Knitting Factory Concert House - Boise','Boise, ID','Tuesday','8/25/2026','8:00 PM','7902755','The-Sword---Red-Fang-8-25-2026'],['The Sword & Red Fang','The Grand At The Complex','Salt Lake City, UT','Thursday','8/27/2026','7:00 PM','7902757','The-Sword---Red-Fang-8-27-2026'],['The Sword & Red Fang','The Mission Ballroom','Denver, CO','Friday','8/28/2026','8:00 PM','7902765','The-Sword---Red-Fang-8-28-2026'],['Magic Sword','Mississippi Studios','Portland, OR','Tuesday','9/1/2026','8:00 PM','8190654','Magic-Sword-9-1-2026'],['Magic Sword','Spanish Ballroom at McMenamins Elks Temple','Tacoma, WA','Wednesday','9/9/2026','8:00 PM','8179350','Magic-Sword-9-9-2026'],['Magic Sword','Hopmonk Tavern - Sebastopol','Sebastopol, CA','Saturday','9/12/2026','8:00 PM','8190032','Magic-Sword-9-12-2026']],'The Sword','http://www.ticketnetwork.com/ticket/The-Sword-events.aspx');