//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://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[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ 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-04A
TN_Widget.CreateTable([['Script In Hand Playreading Series','Westport Country Playhouse','Westport, CT','Monday','10/5/2026','7:00 PM','8245630','Script-In-Hand-Playreading-Series-10-5-2026'],['The Script','The SSE Arena - Belfast','Belfast, United Kingdom','Monday','11/2/2026','6:30 PM','8090547','The-Script-11-2-2026'],['The Script','Utilita Arena Newcastle','Newcastle Upon Tyne, United Kingdom','Thursday','11/5/2026','6:30 PM','8090550','The-Script-11-5-2026'],['The Script','Utilita Arena Birmingham','Birmingham, United Kingdom','Friday','11/6/2026','6:30 PM','8090549','The-Script-11-6-2026'],['The Script','Co-Op Live','Manchester, United Kingdom','Saturday','11/7/2026','6:30 PM','7988609','The-Script-11-7-2026'],['The Script','Motorpoint Arena - Nottingham','Nottingham, United Kingdom','Monday','11/9/2026','6:30 PM','8090548','The-Script-11-9-2026'],['The Script','First Direct Arena','Leeds, United Kingdom','Tuesday','11/10/2026','6:00 PM','8090555','The-Script-11-10-2026'],['The Script','P&J Live','Aberdeen, United Kingdom','Thursday','11/12/2026','6:00 PM','8090557','The-Script-11-12-2026'],['The Script','OVO Hydro','Glasgow, United Kingdom','Friday','11/13/2026','6:30 PM','8090556','The-Script-11-13-2026'],['The Script','Utilita Arena Sheffield','Sheffield, United Kingdom','Saturday','11/14/2026','6:00 PM','8051374','The-Script-11-14-2026'],['The Script','Windsor Hall At Bournemouth International Centre','Bournemouth, United Kingdom','Monday','11/16/2026','6:30 PM','8090551','The-Script-11-16-2026'],['The Script','Cardiff International Arena','Cardiff, United Kingdom','Tuesday','11/17/2026','6:30 PM','8024365','The-Script-11-17-2026'],['The Script','M&S Bank Arena','Liverpool, United Kingdom','Thursday','11/19/2026','6:30 PM','8034281','The-Script-11-19-2026'],['The Script','O2 Arena - London','London, United Kingdom','Saturday','11/21/2026','6:30 PM','8008389','The-Script-11-21-2026'],['The Script','Ziggo Dome','Amsterdam, Netherlands','Thursday','11/26/2026','8:00 PM','8090553','The-Script-11-26-2026'],['The Script','Ziggo Dome','Amsterdam, Netherlands','Friday','11/27/2026','8:00 PM','8090554','The-Script-11-27-2026'],['The Script','Lotto Arena - Antwerp','Merksem, Belgium','Saturday','11/28/2026','6:30 PM','8090552','The-Script-11-28-2026'],['Script in Hand','Westport Country Playhouse','Westport, CT','Monday','11/30/2026','7:00 PM','8192224','Script-in-Hand-11-30-2026']],'The Script','https://www.ticketnetwork.com/ticket/The-Script-events.aspx');