// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03A TN_Widget.CreateTable([['Aziz Ansari','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Saturday','11/8/2025','7:00 PM','7353625','Aziz-Ansari-11-8-2025'],['Mannheim Steamroller Christmas','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Sunday','11/23/2025','3:00 PM','7281822','Mannheim-Steamroller-Christmas-11-23-2025'],['Mannheim Steamroller Christmas','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Sunday','11/23/2025','7:00 PM','7281823','Mannheim-Steamroller-Christmas-11-23-2025'],['Shen Yun Performing Arts','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Friday','1/9/2026','7:00 PM','7539307','Shen-Yun-Performing-Arts-1-9-2026'],['Shen Yun Performing Arts','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Saturday','1/10/2026','2:00 PM','7539308','Shen-Yun-Performing-Arts-1-10-2026'],['Mariachi Vargas De Tecalitlan','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Thursday','1/15/2026','7:30 PM','7493148','Mariachi-Vargas-De-Tecalitlan-1-15-2026'],['The Florida Orchestra: Chelsea Gallo - The Billy Joel Songbook','Ferguson Hall - The Straz Center','Tampa, FL','Friday','1/16/2026','8:00 PM','7488812','The-Florida-Orchestra--Chelsea-Gallo---The-Billy-Joel-Songbook-1-16-2026'],['The Ten Tenors','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Wednesday','2/4/2026','7:30 PM','7493151','The-Ten-Tenors-2-4-2026'],['Revisiting Creedence','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Friday','2/6/2026','7:30 PM','7493150','Revisiting-Creedence-2-6-2026'],['Joss Stone','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Tuesday','2/17/2026','7:30 PM','7490382','Joss-Stone-2-17-2026'],['Peppa Pig's My First Concert','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Friday','2/20/2026','6:30 PM','7493134','Peppa-Pig-s-My-First-Concert-2-20-2026'],['The Doo Wop Project: Echoes of the Street','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Sunday','2/22/2026','5:00 PM','7493153','The-Doo-Wop-Project--Echoes-of-the-Street-2-22-2026'],['Brian Regan','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Saturday','3/21/2026','7:30 PM','7493132','Brian-Regan-3-21-2026'],['Il Divo by Candlelight','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Sunday','3/29/2026','5:00 PM','7406449','Il-Divo-by-Candlelight-3-29-2026'],['Dinosaur World Live','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Tuesday','4/21/2026','6:30 PM','7493141','Dinosaur-World-Live-4-21-2026'],['Chelsea Handler','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Sunday','5/17/2026','5:00 PM','7418978','Chelsea-Handler-5-17-2026'],['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'],['Morgan Freeman's Symphonic Blues Experience','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Thursday','11/21/2075','7:30 PM','7493113','Morgan-Freeman-s-Symphonic-Blues-Experience-11-21-2075']],'Gallo Center For The Arts','https://www.ticketnetwork.com/ticket/Gallo-Center-For-The-Arts-events.aspx');