//
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([['Gipsy Kings & Tonino Baliardo','James L Knight Center','Miami, FL','Saturday','8/15/2026','8:00 PM','7980066','Gipsy-Kings---Tonino-Baliardo-8-15-2026'],['Asake','James L Knight Center','Miami, FL','Wednesday','9/2/2026','8:00 PM','7997036','Asake-9-2-2026'],['Myriam Hernandez','James L Knight Center','Miami, FL','Saturday','9/5/2026','8:00 PM','7194904','Myriam-Hernandez-9-5-2026'],['Orishas','James L Knight Center','Miami, FL','Saturday','9/12/2026','8:00 PM','7639934','Orishas-9-12-2026'],['Vilma Palma e Vampiros','James L Knight Center','Miami, FL','Friday','9/18/2026','8:00 PM','7906091','Vilma-Palma-e-Vampiros-9-18-2026'],['Luis Alfonso','James L Knight Center','Miami, FL','Saturday','9/19/2026','8:00 PM','7957575','Luis-Alfonso-9-19-2026'],['Dante Gebel','James L Knight Center','Miami, FL','Thursday','11/19/2026','8:00 PM','7831416','Dante-Gebel-11-19-2026'],['Professor Brian Cox','James L Knight Center','Miami, FL','Friday','11/20/2026','7:30 PM','7458111','Professor-Brian-Cox-11-20-2026'],['LA Mafia','James L Knight Center','Miami, FL','Saturday','11/21/2026','8:00 PM','8044159','LA-Mafia-11-21-2026'],['The Soundtrack of Your Summer Festival','James L Knight Center','Miami, FL','Wednesday','12/16/2026','8:00 PM','8054382','The-Soundtrack-of-Your-Summer-Festival-12-16-2026'],['David Bisbal','James L Knight Center','Miami, FL','Saturday','12/19/2026','8:00 PM','8013473','David-Bisbal-12-19-2026'],['Yesenia Then','James L Knight Center','Miami, FL','Friday','3/5/2027','8:00 PM','7875954','Yesenia-Then-3-5-2027'],['Cristian Castro','James L Knight Center','Miami, FL','Saturday','3/13/2027','8:00 PM','7756942','Cristian-Castro-3-13-2027'],['Valery Meladze','James L Knight Center','Miami, FL','Saturday','5/1/2027','8:00 PM','7792782','Valery-Meladze-5-1-2027']],'James L. Knight Center','http://www.ticketnetwork.com/ticket/James-L.-Knight-Center-events.aspx');