// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, 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,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A 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','1:00 PM','7092193','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/ticket/In-This-Moment-events.aspx');