// 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-04A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/WidgetStyle9.css'); TN_Widget.CreateTable([['America's Got Talent','Luxor Theater at The Luxor Hotel','Las Vegas, NV','Sunday','4/28/2024','6:00 PM','6106680','America-s-Got-Talent-4-28-2024'],['America's Got Talent','Luxor Theater at The Luxor Hotel','Las Vegas, NV','Sunday','4/28/2024','8:30 PM','6106762','America-s-Got-Talent-4-28-2024'],['America's Got Talent','Luxor Theater at The Luxor Hotel','Las Vegas, NV','Wednesday','5/1/2024','6:00 PM','6106681','America-s-Got-Talent-5-1-2024'],['America's Got Talent','Luxor Theater at The Luxor Hotel','Las Vegas, NV','Wednesday','5/1/2024','8:30 PM','6106763','America-s-Got-Talent-5-1-2024'],['America's Got Talent','Luxor Theater at The Luxor Hotel','Las Vegas, NV','Thursday','5/2/2024','6:00 PM','6106682','America-s-Got-Talent-5-2-2024'],['America's Got Talent','Luxor Theater at The Luxor Hotel','Las Vegas, NV','Friday','5/3/2024','6:00 PM','6106683','America-s-Got-Talent-5-3-2024'],['America's Got Talent','Luxor Theater at The Luxor Hotel','Las Vegas, NV','Saturday','5/4/2024','6:00 PM','6106684','America-s-Got-Talent-5-4-2024'],['America's Got Talent','Luxor Theater at The Luxor Hotel','Las Vegas, NV','Saturday','5/4/2024','8:30 PM','6106764','America-s-Got-Talent-5-4-2024'],['America's Got Talent','Luxor Theater at The Luxor Hotel','Las Vegas, NV','Sunday','5/5/2024','6:00 PM','6106685','America-s-Got-Talent-5-5-2024'],['America's Got Talent','Luxor Theater at The Luxor Hotel','Las Vegas, NV','Sunday','5/5/2024','8:30 PM','6106765','America-s-Got-Talent-5-5-2024'],['America's Got Talent','Luxor Theater at The Luxor Hotel','Las Vegas, NV','Wednesday','5/8/2024','6:00 PM','6106686','America-s-Got-Talent-5-8-2024'],['America's Got Talent','Luxor Theater at The Luxor Hotel','Las Vegas, NV','Wednesday','5/8/2024','8:30 PM','6106766','America-s-Got-Talent-5-8-2024'],['America's Got Talent','Luxor Theater at The Luxor Hotel','Las Vegas, NV','Thursday','5/9/2024','6:00 PM','6106687','America-s-Got-Talent-5-9-2024'],['America's Got Talent','Luxor Theater at The Luxor Hotel','Las Vegas, NV','Friday','5/10/2024','6:00 PM','6106688','America-s-Got-Talent-5-10-2024'],['America's Got Talent','Luxor Theater at The Luxor Hotel','Las Vegas, NV','Saturday','5/11/2024','6:00 PM','6106689','America-s-Got-Talent-5-11-2024'],['America's Got Talent','Luxor Theater at The Luxor Hotel','Las Vegas, NV','Saturday','5/11/2024','8:30 PM','6106767','America-s-Got-Talent-5-11-2024']],'americas got talent','http://www.ticketnetwork.com/ticket/americas-got-talent-events.aspx');