// 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-03B 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 Temptations & The Four Tops','Lyell B Clay Concert Theatre - WVU','Morgantown, WV','Thursday','5/2/2024','7:30 PM','5867072','The-Temptations---The-Four-Tops-5-2-2024'],['The Temptations & The Four Tops','Benedum Center','Pittsburgh, PA','Friday','5/3/2024','7:30 PM','6214585','The-Temptations---The-Four-Tops-5-3-2024'],['The Temptations & The Four Tops','American Music Theatre','Lancaster, PA','Saturday','5/4/2024','7:30 PM','5971666','The-Temptations---The-Four-Tops-5-4-2024'],['The Temptations & The Four Tops','Hackensack Meridian Health Theatre at the Count Basie Center for the Arts','Red Bank, NJ','Sunday','5/5/2024','7:00 PM','6131148','The-Temptations---The-Four-Tops-5-5-2024'],['The Temptations','Paramount Arts Center','Ashland, KY','Wednesday','5/8/2024','8:00 PM','6021461','The-Temptations-5-8-2024'],['The Temptations & The Four Tops','Copeland Hall At Grand Opera House - DE','Wilmington, DE','Thursday','5/9/2024','8:00 PM','5823783','The-Temptations---The-Four-Tops-5-9-2024'],['The Temptations & The Four Tops','St. George Theatre','Staten Island, NY','Friday','5/10/2024','8:00 PM','6033734','The-Temptations---The-Four-Tops-5-10-2024'],['The Temptations & The Four Tops','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Saturday','5/11/2024','8:00 PM','6136911','The-Temptations---The-Four-Tops-5-11-2024'],['The Temptations & The Four Tops','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Sunday','5/12/2024','7:00 PM','6134305','The-Temptations---The-Four-Tops-5-12-2024'],['The Temptations','McCoy Center','New Albany, OH','Tuesday','6/11/2024','7:30 PM','6258362','The-Temptations-6-11-2024'],['The Temptations','Blue Gate Performing Arts Center','Shipshewana, IN','Thursday','6/13/2024','8:00 PM','5975723','The-Temptations-6-13-2024'],['The Temptations','Andiamo Celebrity Showroom','Warren, MI','Friday','6/14/2024','8:00 PM','6131150','The-Temptations-6-14-2024'],['The Temptations','Andiamo Celebrity Showroom','Warren, MI','Saturday','6/15/2024','8:00 PM','6131151','The-Temptations-6-15-2024'],['The Temptations','Libbey Bowl','Ojai, CA','Thursday','9/12/2024','7:00 PM','6317453','The-Temptations-9-12-2024'],['The Temptations & The Four Tops','Mountain Winery','Saratoga, CA','Monday','9/16/2024','7:30 PM','6348573','The-Temptations---The-Four-Tops-9-16-2024'],['The Temptations and The Four Tops','Dolby Theatre','Los Angeles, CA','Sunday','1/19/2025','8:00 PM','6253765','The-Temptations-and-The-Four-Tops-1-19-2025']],'The Temptations','http://www.ticketnetwork.com/en/search/?text=The Temptations');