// 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([['Twitty & Lynn - A Salute to Conway And Loretta','Kingman Historic Theatre','Kingman, KS','Saturday','6/29/2024','2:00 PM','6377177','Twitty---Lynn---A-Salute-to-Conway-And-Loretta-6-29-2024'],['Twitty & Lynn - A Salute to Conway And Loretta','Kingman Historic Theatre','Kingman, KS','Saturday','6/29/2024','7:30 PM','6376910','Twitty---Lynn---A-Salute-to-Conway-And-Loretta-6-29-2024'],['Twitty & Lynn - A Salute to Conway And Loretta','Eagles Theatre','Wabash, IN','Thursday','7/18/2024','7:00 PM','6261322','Twitty---Lynn---A-Salute-to-Conway-And-Loretta-7-18-2024'],['Twitty & Lynn - A Salute to Conway And Loretta','Marion Cultural and Civic Center','Marion, IL','Friday','7/26/2024','7:00 PM','6130661','Twitty---Lynn---A-Salute-to-Conway-And-Loretta-7-26-2024'],['Twitty & Lynn - A Salute to Conway And Loretta','Princess Theatre - Decatur','Decatur, AL','Friday','8/9/2024','7:00 PM','6326166','Twitty---Lynn---A-Salute-to-Conway-And-Loretta-8-9-2024'],['Twitty & Lynn - A Salute to Conway And Loretta','Liberty Showcase Theater','Liberty, NC','Saturday','8/17/2024','7:00 PM','6180407','Twitty---Lynn---A-Salute-to-Conway-And-Loretta-8-17-2024'],['Twitty & Lynn - A Salute to Conway And Loretta','Alabama Theatre - SC','Myrtle Beach, SC','Saturday','9/21/2024','7:00 PM','6351977','Twitty---Lynn---A-Salute-to-Conway-And-Loretta-9-21-2024'],['Twitty & Lynn - A Salute to Conway And Loretta','Snoqualmie Casino-Ballroom','Snoqualmie, WA','Friday','9/27/2024','8:00 PM','6360714','Twitty---Lynn---A-Salute-to-Conway-And-Loretta-9-27-2024'],['A Birthday Tribute To Loretta Lynn','Grey Eagle','Asheville, NC','Thursday','4/17/2070','TBD','4380396','A-Birthday-Tribute-To-Loretta-Lynn-4-17-2070']],'loretta lynn','http://www.ticketnetwork.com/en/search/?text=loretta%20lynn');