// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && 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-04A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['The Eagles','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Friday','2/14/2025','8:30 PM','6741247','The-Eagles-2-14-2025'],['The Eagles','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Saturday','2/15/2025','8:30 PM','6741248','The-Eagles-2-15-2025'],['The Eagles','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Friday','2/21/2025','8:30 PM','6741249','The-Eagles-2-21-2025'],['The Eagles','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Saturday','2/22/2025','8:30 PM','6741250','The-Eagles-2-22-2025'],['The Eagles','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Friday','3/7/2025','8:30 PM','6767460','The-Eagles-3-7-2025'],['American Eagles USA - The Eagles Tribute','Chrome Showroom at Santa Fe Station Casino','Las Vegas, NV','Saturday','3/8/2025','8:00 PM','6855558','American-Eagles-USA---The-Eagles-Tribute-3-8-2025'],['The Eagles','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Saturday','3/8/2025','8:30 PM','6767392','The-Eagles-3-8-2025'],['The Eagles','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Friday','3/14/2025','8:30 PM','6767393','The-Eagles-3-14-2025'],['The Eagles','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Saturday','3/15/2025','8:30 PM','6767394','The-Eagles-3-15-2025'],['The Eagles','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Friday','4/4/2025','8:30 PM','6849330','The-Eagles-4-4-2025'],['The Eagles','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Saturday','4/5/2025','8:30 PM','6849331','The-Eagles-4-5-2025'],['The Eagles','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Friday','4/11/2025','8:30 PM','6849328','The-Eagles-4-11-2025'],['The Eagles','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Saturday','4/12/2025','8:30 PM','6849329','The-Eagles-4-12-2025']],'Eagles Las Vegas','http://www.ticketnetwork.com/en/search/?text=Eagles%20Las%20Vegas');