// 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([['The Teskey Brothers','The Pageant','St. Louis, MO','Wednesday','5/8/2024','8:00 PM','6129438','The-Teskey-Brothers-5-8-2024'],['The Teskey Brothers','The Salt Shed Indoors - Chicago','Chicago, IL','Friday','5/10/2024','8:00 PM','6129439','The-Teskey-Brothers-5-10-2024'],['The Teskey Brothers','The Mission Ballroom','Denver, CO','Saturday','5/11/2024','8:00 PM','6132877','The-Teskey-Brothers-5-11-2024'],['The Teskey Brothers','The Van Buren','Phoenix, AZ','Tuesday','6/4/2024','8:00 PM','6129440','The-Teskey-Brothers-6-4-2024'],['The Teskey Brothers','Greek Theatre - Los Angeles CA','Los Angeles, CA','Wednesday','6/5/2024','7:00 PM','6129441','The-Teskey-Brothers-6-5-2024'],['The Teskey Brothers & The Dip','Paramount Theatre - Oakland','Oakland, CA','Friday','6/7/2024','8:00 PM','6129442','The-Teskey-Brothers---The-Dip-6-7-2024'],['The Teskey Brothers & The Dip','UBC Thunderbird Arena','Vancouver, Canada','Sunday','6/9/2024','8:00 PM','6129430','The-Teskey-Brothers---The-Dip-6-9-2024'],['The Teskey Brothers','MacEwan Hall','Calgary, Canada','Tuesday','6/11/2024','8:00 PM','6118909','The-Teskey-Brothers-6-11-2024'],['The Teskey Brothers','Midway - Edmonton','Edmonton, Canada','Wednesday','6/12/2024','7:00 PM','6129375','The-Teskey-Brothers-6-12-2024'],['Bonnaroo Music & Arts Festival: Pretty Lights, Post Malone, Red Hot Chili Peppers & Fred Again - 4 Day Pass','The Bonnaroo Farm','Manchester, TN','Thursday','6/13/2024','TBD','6053933','Bonnaroo-Music---Arts-Festival--Pretty-Lights--Post-Malone--Red-Hot-Chili-Peppers---Fred-Again---4-Day-Pass-6-13-2024'],['Bonnaroo Music & Arts Festival - Saturday','The Bonnaroo Farm','Manchester, TN','Saturday','6/15/2024','12:00 PM','6053931','Bonnaroo-Music---Arts-Festival---Saturday-6-15-2024'],['The Teskey Brothers','The Fillmore - Detroit','Detroit, MI','Sunday','6/16/2024','8:00 PM','6129443','The-Teskey-Brothers-6-16-2024'],['The Teskey Brothers','The Met - Philadelphia','Philadelphia, PA','Tuesday','6/18/2024','8:00 PM','6129444','The-Teskey-Brothers-6-18-2024'],['The Teskey Brothers','Brooklyn Paramount','Brooklyn, NY','Wednesday','6/19/2024','7:00 PM','6129445','The-Teskey-Brothers-6-19-2024'],['The Teskey Brothers','Salle Wilfrid-Pelletier At Place Des Arts','Montreal, Canada','Friday','6/21/2024','8:00 PM','6131137','The-Teskey-Brothers-6-21-2024'],['The Teskey Brothers','Massey Hall','Toronto, Canada','Saturday','6/22/2024','3:00 PM','6129428','The-Teskey-Brothers-6-22-2024'],['The Teskey Brothers','Massey Hall','Toronto, Canada','Saturday','6/22/2024','8:00 PM','6129429','The-Teskey-Brothers-6-22-2024']],'The Teskey Brothers','http://www.ticketnetwork.com/en/search/?text=The Teskey Brothers');