// 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/WidgetStyle9.css'); TN_Widget.CreateTable([['MicroMania Midget Wrestling','The Nerd','Las Vegas, NV','Wednesday','3/18/2026','9:30 PM','7759184','MicroMania-Midget-Wrestling-3-18-2026'],['Westgate's Hoops Central','International Westgate Theater At Westgate Las Vegas Resort & Casino','Las Vegas, NV','Thursday','3/19/2026','8:00 AM','7425443','Westgate-s-Hoops-Central-3-19-2026'],['March Mania','BleauLive Theater At Fontainebleau Las Vegas','Las Vegas, NV','Thursday','3/19/2026','8:00 AM','7675910','March-Mania-3-19-2026'],['Vegas Golden Knights vs. Utah Mammoth','T-Mobile Arena','Las Vegas, NV','Thursday','3/19/2026','7:00 PM','7274867','Vegas-Golden-Knights-vs--Utah-Mammoth-3-19-2026'],['MicroMania Midget Wrestling','The Nerd','Las Vegas, NV','Thursday','3/19/2026','10:00 PM','7757576','MicroMania-Midget-Wrestling-3-19-2026'],['Westgate's Hoops Central','International Westgate Theater At Westgate Las Vegas Resort & Casino','Las Vegas, NV','Friday','3/20/2026','8:00 AM','7425444','Westgate-s-Hoops-Central-3-20-2026'],['UNLV Rebels vs. San Diego State Aztecs','Eller Media Softball Stadium','Las Vegas, NV','Friday','3/20/2026','6:00 PM','7664495','UNLV-Rebels-vs--San-Diego-State-Aztecs-3-20-2026'],['March Mania','BleauLive Theater At Fontainebleau Las Vegas','Las Vegas, NV','Friday','3/20/2026','8:00 PM','7675894','March-Mania-3-20-2026'],['MicroMania Midget Wrestling','The Nerd','Las Vegas, NV','Friday','3/20/2026','9:30 PM','7758016','MicroMania-Midget-Wrestling-3-20-2026'],['UFC Fight Night: Evloev vs. Murphy','O2 Arena - London','London, United Kingdom','Saturday','3/21/2026','TBD','7613295','UFC-Fight-Night--Evloev-vs--Murphy-3-21-2026']],'las vegas sports','http://www.ticketnetwork.com/ticket/las-vegas-sports-events.aspx');