// 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([['Pirouette Dance Company: Feel This Moment','Cary Arts Center','Cary, NC','Sunday','6/1/2025','10:00 AM','7092192','Pirouette-Dance-Company--Feel-This-Moment-6-1-2025'],['Pirouette Dance Company: Feel This Moment','Cary Arts Center','Cary, NC','Sunday','6/1/2025','4:00 PM','7092194','Pirouette-Dance-Company--Feel-This-Moment-6-1-2025'],['Pirouette Dance Company: Feel This Moment','Cary Arts Center','Cary, NC','Sunday','6/1/2025','7:00 PM','7092197','Pirouette-Dance-Company--Feel-This-Moment-6-1-2025'],['In This Moment','EPIC Event Center - WI','Green Bay, WI','Wednesday','7/16/2025','6:30 PM','7141478','In-This-Moment-7-16-2025'],['Rock Fest: Five Finger Death Punch, Marilyn Manson, In This Moment & Nothing More - Friday','Chippewa Valley Festival Grounds','Cadott, WI','Friday','7/18/2025','11:00 AM','6840410','Rock-Fest--Five-Finger-Death-Punch--Marilyn-Manson--In-This-Moment---Nothing-More---Friday-7-18-2025'],['In This Moment','Prairie Home Alliance Theater At Peoria Civic Center','Peoria, IL','Saturday','7/19/2025','6:30 PM','7141745','In-This-Moment-7-19-2025'],['In This Moment','Marathon Music Works','Nashville, TN','Tuesday','7/22/2025','6:30 PM','7141434','In-This-Moment-7-22-2025'],['In This Moment','The Signal - TN','Chattanooga, TN','Wednesday','7/23/2025','6:30 PM','7141743','In-This-Moment-7-23-2025'],['In This Moment','The Factory - Chesterfield','St. Louis, MO','Thursday','7/24/2025','6:30 PM','7141637','In-This-Moment-7-24-2025'],['In This Moment','Stir Cove At Harrahs','Council Bluffs, IA','Saturday','7/26/2025','6:00 PM','7141635','In-This-Moment-7-26-2025'],['In This Moment','Gillioz Theatre','Springfield, MO','Tuesday','7/29/2025','6:30 PM','7141741','In-This-Moment-7-29-2025'],['In This Moment','Graceland Soundstage','Memphis, TN','Wednesday','7/30/2025','6:30 PM','7141746','In-This-Moment-7-30-2025'],['In This Moment','Back Waters Stage at Q Casino and Hotel','Dubuque, IA','Friday','8/1/2025','8:00 PM','7141747','In-This-Moment-8-1-2025'],['In This Moment','GLC Live at 20 Monroe','Grand Rapids, MI','Saturday','8/2/2025','5:30 PM','7141636','In-This-Moment-8-2-2025'],['In This Moment','Capitol Theatre - Wheeling','Wheeling, WV','Sunday','8/3/2025','6:30 PM','7141740','In-This-Moment-8-3-2025'],['In This Moment','Kodak Center Theater','Rochester, NY','Tuesday','8/5/2025','6:30 PM','7141742','In-This-Moment-8-5-2025'],['In This Moment','Proctors Theatre','Schenectady, NY','Wednesday','8/6/2025','6:30 PM','7141748','In-This-Moment-8-6-2025'],['In This Moment','Masonic Temple Theatre','Detroit, MI','Friday','8/8/2025','5:00 PM','7141633','In-This-Moment-8-8-2025'],['In This Moment','The Venue at Horseshoe Casino','Hammond, IN','Saturday','8/9/2025','6:30 PM','7141708','In-This-Moment-8-9-2025'],['In This Moment','Egyptian Room At Old National Centre','Indianapolis, IN','Sunday','8/10/2025','6:30 PM','7141634','In-This-Moment-8-10-2025'],['In This Moment','The National - VA','Richmond, VA','Tuesday','8/12/2025','7:30 PM','7141749','In-This-Moment-8-12-2025'],['In This Moment','Worcester Palladium','Worcester, MA','Thursday','8/14/2025','6:30 PM','7141750','In-This-Moment-8-14-2025'],['In This Moment','The Hall at Maryland Live','Hanover, MD','Friday','8/15/2025','7:00 PM','7141422','In-This-Moment-8-15-2025'],['In This Moment','Tropicana Showroom at Tropicana Casino - NJ','Atlantic City, NJ','Saturday','8/16/2025','6:30 PM','7141645','In-This-Moment-8-16-2025']],'In This Moment','http://www.ticketnetwork.com/en/search/?text=In%20This%20Moment');