//
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([['Marc-Anthony Sinagoga','Meadowvale Theatre','Mississauga, Canada','Friday','1/16/2026','8:00 PM','7526050','Marc-Anthony-Sinagoga-1-16-2026'],['Neema Naz & Marc-Anthony Sinagoga','Park Theatre - Winnipeg','Winnipeg, Canada','Wednesday','1/21/2026','7:30 PM','7557937','Neema-Naz---Marc-Anthony-Sinagoga-1-21-2026'],['Marc Anthony Sinagoga','Rick Bronson's House of Comedy - MN','Minneapolis, MN','Friday','2/6/2026','7:30 PM','7540555','Marc-Anthony-Sinagoga-2-6-2026'],['Marc Anthony Sinagoga','Rick Bronson's House of Comedy - MN','Minneapolis, MN','Friday','2/6/2026','9:45 PM','7540556','Marc-Anthony-Sinagoga-2-6-2026'],['Marc Anthony Sinagoga','Rick Bronson's House of Comedy - MN','Minneapolis, MN','Saturday','2/7/2026','7:00 PM','7540557','Marc-Anthony-Sinagoga-2-7-2026'],['Marc Anthony Sinagoga','Rick Bronson's House of Comedy - MN','Minneapolis, MN','Saturday','2/7/2026','9:30 PM','7540558','Marc-Anthony-Sinagoga-2-7-2026'],['Neema Naz & Marc-Anthony Sinagoga','Magooby's Joke House','Lutherville Timonium, MD','Thursday','2/12/2026','7:30 PM','7585332','Neema-Naz---Marc-Anthony-Sinagoga-2-12-2026'],['Marc Anthony','BleauLive Theater At Fontainebleau Las Vegas','Las Vegas, NV','Friday','2/13/2026','8:00 PM','7540159','Marc-Anthony-2-13-2026'],['Marc Anthony','BleauLive Theater At Fontainebleau Las Vegas','Las Vegas, NV','Saturday','2/14/2026','8:00 PM','7540162','Marc-Anthony-2-14-2026'],['Marc Anthony','BleauLive Theater At Fontainebleau Las Vegas','Las Vegas, NV','Sunday','2/15/2026','8:00 PM','7540161','Marc-Anthony-2-15-2026'],['Marc Anthony','BleauLive Theater At Fontainebleau Las Vegas','Las Vegas, NV','Friday','2/20/2026','8:00 PM','7540158','Marc-Anthony-2-20-2026'],['Marc Anthony','BleauLive Theater At Fontainebleau Las Vegas','Las Vegas, NV','Saturday','2/21/2026','8:00 PM','7540164','Marc-Anthony-2-21-2026'],['Marc Anthony','BleauLive Theater At Fontainebleau Las Vegas','Las Vegas, NV','Friday','7/24/2026','8:00 PM','7540156','Marc-Anthony-7-24-2026'],['Marc Anthony','BleauLive Theater At Fontainebleau Las Vegas','Las Vegas, NV','Saturday','7/25/2026','8:00 PM','7540157','Marc-Anthony-7-25-2026'],['Marc Anthony','BleauLive Theater At Fontainebleau Las Vegas','Las Vegas, NV','Wednesday','7/29/2026','8:00 PM','7540163','Marc-Anthony-7-29-2026'],['Marc Anthony','BleauLive Theater At Fontainebleau Las Vegas','Las Vegas, NV','Friday','7/31/2026','8:00 PM','7540160','Marc-Anthony-7-31-2026'],['Marc Anthony','BleauLive Theater At Fontainebleau Las Vegas','Las Vegas, NV','Saturday','8/1/2026','8:00 PM','7540155','Marc-Anthony-8-1-2026']],'Marc Anthony','http://www.ticketnetwork.com/ticket/Marc-Anthony-events.aspx');