// var TN_Widget = function() { return { CreateEventRow : function(row, isAlt) { return "" + row[3] + "
" + row[4] + "
" + row[5] + "" + row[0] + "" + row[1] + "
" + row[2] + "Tickets"; }, 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,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability 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 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-02A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/WidgetStyle11.css'); TN_Widget.CreateTable([['Mat Franco','Mat Franco Theater at the LINQ','Las Vegas, NV','Sunday','4/28/2024','7:00 PM','5776076','Mat-Franco-4-28-2024'],['Mat Franco','Mat Franco Theater at the LINQ','Las Vegas, NV','Monday','4/29/2024','7:00 PM','5776077','Mat-Franco-4-29-2024'],['Mat Franco','Mat Franco Theater at the LINQ','Las Vegas, NV','Tuesday','4/30/2024','7:00 PM','5776078','Mat-Franco-4-30-2024'],['Mat Franco','Mat Franco Theater at the LINQ','Las Vegas, NV','Wednesday','5/1/2024','7:00 PM','5776079','Mat-Franco-5-1-2024'],['Mat Franco','Mat Franco Theater at the LINQ','Las Vegas, NV','Friday','5/3/2024','7:00 PM','5776080','Mat-Franco-5-3-2024']],'mat franco','http://www.ticketnetwork.com/ticket/mat-franco-events.aspx');