// 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-03A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/WidgetStyle9.css'); TN_Widget.CreateTable([['Oklahoma City Comets vs. Las Vegas Aviators','Chickasaw Field at Bricktown','Oklahoma City, OK','Saturday','8/1/2026','TBD','7410516','Oklahoma-City-Comets-vs--Las-Vegas-Aviators-8-1-2026'],['Discovering King Tut's Tomb (Multiple Dates and Times)','King Tut The Exhibition at The Luxor Hotel','Las Vegas, NV','Saturday','8/1/2026','TBD','7481955','Discovering-King-Tut-s-Tomb--Multiple-Dates-and-Times--8-1-2026'],['Titanic - The Artifact Exhibition','Titanic The Artifact Exhibition at The Luxor Hotel','Las Vegas, NV','Saturday','8/1/2026','TBD','7463987','Titanic---The-Artifact-Exhibition-8-1-2026'],['Bodies: The Exhibition (Multiple Dates and Times)','Bodies The Exhibition at The Luxor Hotel','Las Vegas, NV','Saturday','8/1/2026','TBD','7464755','Bodies--The-Exhibition--Multiple-Dates-and-Times--8-1-2026'],['Menopause - The Musical','Harrah's Cabaret At Harrah's Las Vegas','Las Vegas, NV','Saturday','8/1/2026','4:00 PM','7434054','Menopause---The-Musical-8-1-2026'],['Cirque du Soleil - KA','KA Theatre at MGM Grand','Las Vegas, NV','Saturday','8/1/2026','4:30 PM','7429579','Cirque-du-Soleil---KA-8-1-2026'],['Blue Man Group','Blue Man Theater at The Luxor Hotel','Las Vegas, NV','Saturday','8/1/2026','5:00 PM','7426974','Blue-Man-Group-8-1-2026'],['Jabbawockeez','Jabbawockeez Theater At The MGM Grand','Las Vegas, NV','Saturday','8/1/2026','5:30 PM','7336924','Jabbawockeez-8-1-2026'],['Colin Cloud','Harrah's Cabaret At Harrah's Las Vegas','Las Vegas, NV','Saturday','8/1/2026','6:00 PM','7494242','Colin-Cloud-8-1-2026'],['Cirque Du Soleil - O','O Theater - Bellagio','Las Vegas, NV','Saturday','8/1/2026','6:30 PM','7427709','Cirque-Du-Soleil---O-8-1-2026']],'august Las Vegas','http://www.ticketnetwork.com/ticket/august-Las-Vegas-events.aspx');