// 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-03A 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([['Celtic Woman','Smart Financial Centre','Sugar Land, TX','Monday','4/29/2024','7:00 PM','5964223','Celtic-Woman-4-29-2024'],['Celtic Woman','Hudiburg Chevrolet Center','Midwest City, OK','Tuesday','4/30/2024','7:00 PM','5962352','Celtic-Woman-4-30-2024'],['Celtic Woman','Texas Trust CU Theatre at Grand Prairie','Grand Prairie, TX','Wednesday','5/1/2024','7:00 PM','5962649','Celtic-Woman-5-1-2024'],['Celtic Woman','Majestic Theatre - San Antonio','San Antonio, TX','Thursday','5/2/2024','7:00 PM','5977678','Celtic-Woman-5-2-2024'],['Celtic Woman','The Plaza Theatre - El Paso','El Paso, TX','Saturday','5/4/2024','7:30 PM','5960588','Celtic-Woman-5-4-2024'],['Celtic Woman','Centennial Hall - AZ','Tucson, AZ','Sunday','5/5/2024','3:00 PM','5960595','Celtic-Woman-5-5-2024'],['Celtic Woman','Orpheum Theatre - Phoenix','Phoenix, AZ','Tuesday','5/7/2024','7:00 PM','5964301','Celtic-Woman-5-7-2024'],['Celtic Woman','Findlay Toyota Center','Prescott Valley, AZ','Wednesday','5/8/2024','7:30 PM','5960597','Celtic-Woman-5-8-2024'],['Celtic Woman','San Diego Civic Theatre','San Diego, CA','Thursday','5/9/2024','7:00 PM','5960604','Celtic-Woman-5-9-2024'],['Celtic Woman','Terrace Theater at Long Beach Convention Center','Long Beach, CA','Friday','5/10/2024','7:30 PM','6160749','Celtic-Woman-5-10-2024'],['Celtic Woman','Redding Civic Auditorium','Redding, CA','Saturday','5/11/2024','7:30 PM','5962109','Celtic-Woman-5-11-2024'],['Celtic Woman','Silva Concert Hall at Hult Center For The Performing Arts','Eugene, OR','Sunday','5/12/2024','3:00 PM','5962608','Celtic-Woman-5-12-2024'],['Celtic Woman','Arlene Schnitzer Concert Hall','Portland, OR','Tuesday','5/14/2024','7:00 PM','5962609','Celtic-Woman-5-14-2024'],['Celtic Woman','Paramount Theatre - Seattle','Seattle, WA','Wednesday','5/15/2024','7:00 PM','5960613','Celtic-Woman-5-15-2024'],['Celtic Woman','Morrison Center For The Performing Arts','Boise, ID','Thursday','5/16/2024','7:00 PM','5960615','Celtic-Woman-5-16-2024'],['Celtic Woman','Silver Legacy Casino','Reno, NV','Friday','5/17/2024','8:00 PM','5960621','Celtic-Woman-5-17-2024'],['Celtic Woman','Chumash Casino','Santa Ynez, CA','Saturday','5/18/2024','8:00 PM','6256276','Celtic-Woman-5-18-2024'],['Celtic Woman','Fox Performing Arts Center','Riverside, CA','Sunday','5/19/2024','2:00 PM','5960628','Celtic-Woman-5-19-2024'],['Celtic Woman','Reynolds Hall at The Smith Center','Las Vegas, NV','Tuesday','5/21/2024','7:30 PM','6016896','Celtic-Woman-5-21-2024'],['Celtic Woman','George S. and Dolores Dore Eccles Theater','Salt Lake City, UT','Thursday','5/23/2024','7:30 PM','6163183','Celtic-Woman-5-23-2024'],['Celtic Woman','The Avalon Theatre - CO','Grand Junction, CO','Friday','5/24/2024','7:30 PM','5960635','Celtic-Woman-5-24-2024'],['Celtic Woman','Pikes Peak Center','Colorado Springs, CO','Saturday','5/25/2024','7:30 PM','5964040','Celtic-Woman-5-25-2024'],['Celtic Woman','Paramount Theatre - Denver','Denver, CO','Sunday','5/26/2024','7:00 PM','6152313','Celtic-Woman-5-26-2024']],'Celtic Woman','http://www.ticketnetwork.com/en/search/?text=Celtic%20Woman');