//
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([['Mamma Mia!','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Thursday','7/24/2025','7:00 PM','7229230','Mamma-Mia--7-24-2025'],['Mamma Mia!','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Friday','7/25/2025','7:00 PM','7229231','Mamma-Mia--7-25-2025'],['Mamma Mia!','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Saturday','7/26/2025','2:00 PM','7229232','Mamma-Mia--7-26-2025'],['Mamma Mia!','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Sunday','7/27/2025','2:00 PM','7229233','Mamma-Mia--7-27-2025'],['Police Academy 40th Anniversary: An Evening with Steve Guttenberg','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Saturday','8/9/2025','7:30 PM','7234576','Police-Academy-40th-Anniversary--An-Evening-with-Steve-Guttenberg-8-9-2025'],['Gipsy Kings & Nicolas Reyes','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Saturday','8/16/2025','7:30 PM','7243515','Gipsy-Kings---Nicolas-Reyes-8-16-2025'],['Air Supply','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Thursday','8/21/2025','7:30 PM','7234572','Air-Supply-8-21-2025'],['Tracy Lawrence','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Friday','8/29/2025','7:30 PM','7235117','Tracy-Lawrence-8-29-2025'],['Theresa Caputo','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Saturday','9/20/2025','7:30 PM','7146146','Theresa-Caputo-9-20-2025'],['Twilight In Concert','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Sunday','9/21/2025','5:00 PM','7085466','Twilight-In-Concert-9-21-2025'],['Marlon Wayans','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Friday','10/3/2025','7:30 PM','7223897','Marlon-Wayans-10-3-2025'],['Madagascar - The Musical','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Sunday','9/24/2073','4:00 PM','5759182','Madagascar---The-Musical-9-24-2073'],['Florida Orchestra: Chelsea Gallo - For the Love of Italy','Mahaffey Theater At The Duke Energy Center for the Arts','St. Petersburg, FL','Wednesday','10/10/2074','11:00 AM','6686392','Florida-Orchestra--Chelsea-Gallo---For-the-Love-of-Italy-10-10-2074']],'Gallo Center For The Arts','https://www.ticketnetwork.com/ticket/Gallo-Center-For-The-Arts-events.aspx');