// var TN_Widget = function() { return { CreateEventRow : function(row, isAlt) { return "" + row[3] + "
" + row[4] + "
" + row[5] + "" + row[0] + "" + row[1] + "
" + row[2] + "Tickets"; }, 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 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 && 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/WidgetStyle11.css'); TN_Widget.CreateTable([['The Piano Guys','Pikes Peak Center','Colorado Springs, CO','Tuesday','5/14/2024','7:30 PM','6012064','The-Piano-Guys-5-14-2024'],['The Piano Guys','Red Rocks Amphitheatre','Morrison, CO','Wednesday','5/15/2024','7:30 PM','6012065','The-Piano-Guys-5-15-2024'],['The Piano Guys','Kiewit Hall At Holland Performing Arts Center','Omaha, NE','Thursday','5/16/2024','7:30 PM','6012067','The-Piano-Guys-5-16-2024'],['The Piano Guys','Sandy Amphitheater','Sandy, UT','Thursday','9/5/2024','7:30 PM','6012068','The-Piano-Guys-9-5-2024'],['The Piano Guys','Sandy Amphitheater','Sandy, UT','Friday','9/6/2024','7:30 PM','6012069','The-Piano-Guys-9-6-2024'],['The Piano Guys','Sandy Amphitheater','Sandy, UT','Saturday','9/7/2024','3:00 PM','6012078','The-Piano-Guys-9-7-2024'],['The Piano Guys','Sandy Amphitheater','Sandy, UT','Saturday','9/7/2024','7:30 PM','6012070','The-Piano-Guys-9-7-2024'],['The Piano Guys','Merrill Auditorium','Portland, ME','Wednesday','9/18/2024','7:30 PM','6295931','The-Piano-Guys-9-18-2024'],['The Piano Guys','Chevalier Theatre','Medford, MA','Thursday','9/19/2024','8:00 PM','6295149','The-Piano-Guys-9-19-2024'],['The Piano Guys','Hackensack Meridian Health Theatre at the Count Basie Center for the Arts','Red Bank, NJ','Friday','9/20/2024','8:00 PM','6295435','The-Piano-Guys-9-20-2024'],['The Piano Guys','Jorgensen Center','Storrs Mansfield, CT','Saturday','9/21/2024','8:00 PM','6297012','The-Piano-Guys-9-21-2024'],['The Piano Guys','Durham Performing Arts Center','Durham, NC','Tuesday','9/24/2024','7:00 PM','6295150','The-Piano-Guys-9-24-2024'],['The Piano Guys','Alabama Theatre - Birmingham','Birmingham, AL','Friday','9/27/2024','8:00 PM','6295148','The-Piano-Guys-9-27-2024'],['The Piano Guys','Genesee Theatre','Waukegan, IL','Thursday','11/7/2024','7:30 PM','6295147','The-Piano-Guys-11-7-2024'],['The Piano Guys','Miller Auditorium - Western Michigan University','Kalamazoo, MI','Friday','11/8/2024','7:30 PM','6369821','The-Piano-Guys-11-8-2024'],['The Piano Guys','Akron Civic Theatre','Akron, OH','Tuesday','11/12/2024','7:00 PM','6295146','The-Piano-Guys-11-12-2024'],['The Piano Guys','Palace Theatre Columbus','Columbus, OH','Wednesday','11/13/2024','7:30 PM','6296692','The-Piano-Guys-11-13-2024'],['The Piano Guys','Blue Gate Performing Arts Center','Shipshewana, IN','Thursday','11/14/2024','8:00 PM','6293303','The-Piano-Guys-11-14-2024'],['The Piano Guys','Mead Theatre At Schuster Performing Arts Center','Dayton, OH','Friday','11/15/2024','7:30 PM','6296215','The-Piano-Guys-11-15-2024']],'the piano guys','http://www.ticketnetwork.com/ticket/the-piano-guys-events.aspx');