//
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-01A
TN_Widget.CreateTable([['Steven Wilson','The Masonic - San Francisco','San Francisco, CA','Tuesday','9/9/2025','8:00 PM','6955608','Steven-Wilson-9-9-2025'],['Steven Wilson','The Wiltern','Los Angeles, CA','Wednesday','9/10/2025','8:00 PM','6955609','Steven-Wilson-9-10-2025'],['Steven Wilson','The Magnolia Performing Arts Center','El Cajon, CA','Thursday','9/11/2025','7:00 PM','6988071','Steven-Wilson-9-11-2025'],['Steven Wilson','The Van Buren','Phoenix, AZ','Friday','9/12/2025','8:00 PM','6955610','Steven-Wilson-9-12-2025'],['Steven Wilson','Paramount Theatre - Denver','Denver, CO','Sunday','9/14/2025','8:00 PM','6956745','Steven-Wilson-9-14-2025'],['Steven Wilson','Orpheum Theatre - Minneapolis','Minneapolis, MN','Tuesday','9/16/2025','8:00 PM','6955611','Steven-Wilson-9-16-2025'],['Steven Wilson','Auditorium Theatre - IL','Chicago, IL','Wednesday','9/17/2025','8:00 PM','6955612','Steven-Wilson-9-17-2025'],['Steven Wilson','The Fillmore - Detroit','Detroit, MI','Friday','9/19/2025','7:00 PM','6955613','Steven-Wilson-9-19-2025'],['Steven Wilson','MGM Northfield Park - Center Stage','Northfield, OH','Saturday','9/20/2025','8:00 PM','6955614','Steven-Wilson-9-20-2025'],['Steven Wilson','Danforth Music Hall Theatre','Toronto, Canada','Monday','9/22/2025','7:00 PM','6955622','Steven-Wilson-9-22-2025'],['Steven Wilson','Danforth Music Hall Theatre','Toronto, Canada','Tuesday','9/23/2025','8:00 PM','6965527','Steven-Wilson-9-23-2025'],['Steven Wilson','MTelus','Montreal, Canada','Thursday','9/25/2025','8:00 PM','6955623','Steven-Wilson-9-25-2025'],['Steven Wilson','MTelus','Montreal, Canada','Friday','9/26/2025','8:00 PM','6965526','Steven-Wilson-9-26-2025'],['Steven Wilson','Le Theatre Capitole','Quebec, Canada','Saturday','9/27/2025','8:00 PM','6955629','Steven-Wilson-9-27-2025'],['Steven Wilson','Shubert Theatre At The Boch Center','Boston, MA','Monday','9/29/2025','8:00 PM','6955615','Steven-Wilson-9-29-2025'],['Steven Wilson','Capitol Theatre - Port Chester','Port Chester, NY','Tuesday','9/30/2025','8:00 PM','6955616','Steven-Wilson-9-30-2025'],['Steven Wilson','Brooklyn Paramount','Brooklyn, NY','Thursday','10/2/2025','7:00 PM','6955617','Steven-Wilson-10-2-2025'],['Steven Wilson','The Fillmore - Philadelphia','Philadelphia, PA','Saturday','10/4/2025','8:00 PM','6955618','Steven-Wilson-10-4-2025'],['Steven Wilson','The Fillmore - Philadelphia','Philadelphia, PA','Sunday','10/5/2025','8:00 PM','6983783','Steven-Wilson-10-5-2025'],['Steven Wilson','Warner Theatre - DC','Washington, DC','Tuesday','10/7/2025','8:00 PM','6955619','Steven-Wilson-10-7-2025'],['Steven Wilson','Carolina Theatre - Durham','Durham, NC','Wednesday','10/8/2025','8:00 PM','7087118','Steven-Wilson-10-8-2025'],['Steven Wilson','The Tabernacle - GA','Atlanta, GA','Thursday','10/9/2025','8:00 PM','6955620','Steven-Wilson-10-9-2025'],['Steven Wilson','Majestic Theatre - Dallas','Dallas, TX','Saturday','10/11/2025','8:00 PM','6955621','Steven-Wilson-10-11-2025']],'Steven Wilson','http://www.ticketnetwork.com/ticket/Steven-Wilson-events.aspx');