//
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([['Juventus FC vs. Empoli FC','Allianz Stadium - Torino','Torino, Italy','Sunday','2/2/2025','TBD','6551954','Juventus-FC-vs--Empoli-FC-2-2-2025'],['Juventus FC vs. FC Inter Milan','Allianz Stadium - Torino','Torino, Italy','Sunday','2/16/2025','TBD','6551956','Juventus-FC-vs--FC-Inter-Milan-2-16-2025'],['Juventus FC vs. Hellas Verona FC','Allianz Stadium - Torino','Torino, Italy','Sunday','3/2/2025','TBD','6551957','Juventus-FC-vs--Hellas-Verona-FC-3-2-2025'],['Parma FC vs. Torino FC','Stadio Ennio Tardini','Parma, Italy','Sunday','3/9/2025','TBD','6552196','Parma-FC-vs--Torino-FC-3-9-2025'],['Juventus FC vs. Atalanta BC','Allianz Stadium - Torino','Torino, Italy','Sunday','3/9/2025','TBD','6551959','Juventus-FC-vs--Atalanta-BC-3-9-2025'],['SS Lazio vs. Torino FC','Stadio Olimpico - Rome','Borgata Ottavia, Italy','Sunday','3/30/2025','TBD','6552023','SS-Lazio-vs--Torino-FC-3-30-2025'],['Juventus FC vs. Genoa CFC','Allianz Stadium - Torino','Torino, Italy','Sunday','3/30/2025','TBD','6551961','Juventus-FC-vs--Genoa-CFC-3-30-2025'],['Juventus FC vs. US Lecce','Allianz Stadium - Torino','Torino, Italy','Sunday','4/13/2025','TBD','6551963','Juventus-FC-vs--US-Lecce-4-13-2025'],['Como 1907 vs. Torino FC','Stadio Giuseppe Sinigaglia','Breccia, Italy','Sunday','4/13/2025','TBD','6551223','Como-1907-vs--Torino-FC-4-13-2025'],['SSC Napoli vs. Torino FC','Stadio Diego Armando Maradona','Agnano, Italy','Sunday','4/27/2025','TBD','6552219','SSC-Napoli-vs--Torino-FC-4-27-2025'],['Juventus FC vs. AC Monza','Allianz Stadium - Torino','Torino, Italy','Sunday','4/27/2025','TBD','6551965','Juventus-FC-vs--AC-Monza-4-27-2025'],['Juventus FC vs. Udinese Calcio','Allianz Stadium - Torino','Torino, Italy','Sunday','5/18/2025','TBD','6551968','Juventus-FC-vs--Udinese-Calcio-5-18-2025']],'Torino FC','https://www.ticketnetwork.com/ticket/Torino-FC-events.aspx');