// 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([['Carrie Underwood','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Wednesday','10/16/2024','8:00 PM','6149915','Carrie-Underwood-10-16-2024'],['Carrie Underwood','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Friday','10/18/2024','8:00 PM','6149916','Carrie-Underwood-10-18-2024'],['Carrie Underwood','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Saturday','10/19/2024','8:00 PM','6149917','Carrie-Underwood-10-19-2024'],['Carrie Underwood','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Wednesday','10/23/2024','8:00 PM','6149918','Carrie-Underwood-10-23-2024'],['Carrie Underwood','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Friday','10/25/2024','8:00 PM','6149919','Carrie-Underwood-10-25-2024'],['Carrie Underwood','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Saturday','10/26/2024','8:00 PM','6149920','Carrie-Underwood-10-26-2024'],['Country Bay Music Festival: Zac Brown Band, Carrie Underwood, Dustin Lynch & Diplo - 2 Day Pass','Miami Marine Stadium At Virginia Key Beach Park','Key Biscayne, FL','Saturday','11/9/2024','TBD','6538362','Country-Bay-Music-Festival--Zac-Brown-Band--Carrie-Underwood--Dustin-Lynch---Diplo---2-Day-Pass-11-9-2024'],['Carrie'd Away - Carrie Underwood Tribute','J.D. Legends','Franklin, OH','Saturday','11/9/2024','7:00 PM','6393948','Carrie-d-Away---Carrie-Underwood-Tribute-11-9-2024'],['Carrie Underwood','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Wednesday','3/26/2025','8:00 PM','6599958','Carrie-Underwood-3-26-2025'],['Carrie Underwood','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Friday','3/28/2025','8:00 PM','6599959','Carrie-Underwood-3-28-2025'],['Carrie Underwood','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Saturday','3/29/2025','8:00 PM','6599960','Carrie-Underwood-3-29-2025'],['Carrie Underwood','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Wednesday','4/2/2025','8:00 PM','6599961','Carrie-Underwood-4-2-2025'],['Carrie Underwood','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Friday','4/4/2025','8:00 PM','6599962','Carrie-Underwood-4-4-2025'],['Carrie Underwood','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Saturday','4/5/2025','8:00 PM','6599963','Carrie-Underwood-4-5-2025']],'Carrie Underwood','http://www.ticketnetwork.com/en/search/?text=Carrie%20Underwood');