// 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-01B 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([['Tesla Quartet','Gildenhorn Recital Hall','College Park, MD','Sunday','5/5/2024','3:00 PM','6205396','Tesla-Quartet-5-5-2024'],['Tesla','4 Bears Casino And Lodge','New Town, ND','Saturday','5/11/2024','6:00 PM','6354396','Tesla-5-11-2024'],['Tesla and Motley Crue Tribute','The Outlaw Saloon - WY','Cheyenne, WY','Saturday','5/11/2024','6:00 PM','6332165','Tesla-and-Motley-Crue-Tribute-5-11-2024'],['Tesla','Pikes Peak Center','Colorado Springs, CO','Wednesday','5/29/2024','7:30 PM','6129793','Tesla-5-29-2024'],['Tesla','House Of Blues - Dallas','Dallas, TX','Friday','5/31/2024','8:00 PM','6131144','Tesla-5-31-2024'],['Tesla','House Of Blues - Dallas','Dallas, TX','Saturday','6/1/2024','7:00 PM','6322318','Tesla-6-1-2024'],['Tesla','ACL Live At The Moody Theater','Austin, TX','Tuesday','6/4/2024','8:00 PM','6129794','Tesla-6-4-2024'],['Tesla','The Aztec Theatre ','San Antonio, TX','Wednesday','6/5/2024','8:00 PM','6131145','Tesla-6-5-2024'],['Tesla','House Of Blues - Houston','Houston, TX','Friday','6/7/2024','7:00 PM','6131146','Tesla-6-7-2024'],['Tesla','The Fillmore - New Orleans','New Orleans, LA','Saturday','6/8/2024','8:00 PM','6277196','Tesla-6-8-2024'],['Tesla','The Mission Ballroom','Denver, CO','Tuesday','6/11/2024','7:30 PM','6129795','Tesla-6-11-2024'],['Tesla','Peppermill Concert Hall','West Wendover, NV','Thursday','6/13/2024','9:00 PM','6195584','Tesla-6-13-2024'],['Tesla','Harrah's Southern California Casino & Resort','Valley Center, CA','Sunday','6/16/2024','8:00 PM','6277116','Tesla-6-16-2024'],['Tesla','Mesa Arts Center - Ikeda Theater','Mesa, AZ','Monday','6/17/2024','7:30 PM','6277195','Tesla-6-17-2024'],['Tesla','The Mill - Terre Haute','Terre Haute, IN','Friday','7/19/2024','7:00 PM','6290349','Tesla-7-19-2024'],['Rock The Dam: Tesla, Winger, Firehouse & Paradise Kitty','Beaver Dam Amphitheater','Beaver Dam, KY','Saturday','7/20/2024','6:00 PM','6091442','Rock-The-Dam--Tesla--Winger--Firehouse---Paradise-Kitty-7-20-2024'],['Tesla','The Truman - Kansas City','Kansas City, MO','Monday','7/22/2024','8:00 PM','6329263','Tesla-7-22-2024'],['Tesla','Coeur d?Alene Casino','Worley, ID','Thursday','7/25/2024','7:00 PM','6267107','Tesla-7-25-2024'],['Tesla','Canyon County Fair','Caldwell, ID','Saturday','7/27/2024','7:30 PM','6213981','Tesla-7-27-2024'],['Tesla','New Barn Theatre','Mount Vernon, KY','Saturday','8/24/2024','8:00 PM','6316785','Tesla-8-24-2024'],['Tesla','Hard Rock Live Northern Indiana','Gary, IN','Friday','9/20/2024','7:00 PM','6386495','Tesla-9-20-2024'],['Tesla','Little River Casino Resort','Manistee, MI','Saturday','9/21/2024','8:00 PM','6391384','Tesla-9-21-2024'],['Tesla','GLC Live at 20 Monroe','Grand Rapids, MI','Tuesday','9/24/2024','8:00 PM','6357792','Tesla-9-24-2024'],['Tesla','Foellinger Theatre','Fort Wayne, IN','Wednesday','9/25/2024','7:30 PM','6319243','Tesla-9-25-2024'],['Tesla','Hollywood Casino at The Meadows','Washington, PA','Friday','9/27/2024','8:00 PM','6382476','Tesla-9-27-2024']],'tesla','http://www.ticketnetwork.com/en/search/?text=tesla');