// 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([['Bodies: The Exhibition (Multiple Dates and Times)','Bodies The Exhibition at The Luxor Hotel','Las Vegas, NV','Friday','8/1/2025','TBD','6846461','Bodies--The-Exhibition--Multiple-Dates-and-Times--8-1-2025'],['High Roller Wheel (Multiple Dates and Times)','High Roller Wheel At the LINQ','Las Vegas, NV','Friday','8/1/2025','TBD','6780567','High-Roller-Wheel--Multiple-Dates-and-Times--8-1-2025'],['Eiffel Tower Experience (Multiple Dates and Times)','Eiffel Tower Experience - Paris Hotel & Casino','Las Vegas, NV','Friday','8/1/2025','TBD','6749897','Eiffel-Tower-Experience--Multiple-Dates-and-Times--8-1-2025'],['Titanic - The Artifact Exhibition','Titanic The Artifact Exhibition at The Luxor Hotel','Las Vegas, NV','Friday','8/1/2025','11:00 AM','6845871','Titanic---The-Artifact-Exhibition-8-1-2025'],['The Sphere Experience: Postcard from Earth','Sphere','Las Vegas, NV','Friday','8/1/2025','11:30 AM','7121085','The-Sphere-Experience--Postcard-from-Earth-8-1-2025'],['it's Murph','Encore Beach Club','Las Vegas, NV','Friday','8/1/2025','12:00 PM','6941684','it-s-Murph-8-1-2025'],['Daylight Fridays','Daylight Beach Club','Las Vegas, NV','Friday','8/1/2025','12:00 PM','7217934','Daylight-Fridays-8-1-2025'],['Stripper 101','Stripper 101 Studio - Planet Hollywood Resort & Casino','Las Vegas, NV','Friday','8/1/2025','1:30 PM','6925604','Stripper-101-8-1-2025'],['The Sphere Experience: Postcard from Earth','Sphere','Las Vegas, NV','Friday','8/1/2025','2:00 PM','7086593','The-Sphere-Experience--Postcard-from-Earth-8-1-2025'],['Popovich Comedy Pet Theater','V1 V Theater - Planet Hollywood Resort & Casino','Las Vegas, NV','Friday','8/1/2025','2:30 PM','7226048','Popovich-Comedy-Pet-Theater-8-1-2025']],'august Las Vegas','http://www.ticketnetwork.com/ticket/august-Las-Vegas-events.aspx');