// 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([['Mike Paramore','Rick Bronson's House Of Comedy - BC','New Westminster, Canada','Thursday','7/10/2025','7:30 PM','7018323','Mike-Paramore-7-10-2025'],['Mike Paramore','Rick Bronson's House Of Comedy - BC','New Westminster, Canada','Friday','7/11/2025','7:30 PM','7018324','Mike-Paramore-7-11-2025'],['Mike Paramore','Rick Bronson's House Of Comedy - BC','New Westminster, Canada','Friday','7/11/2025','9:45 PM','7018331','Mike-Paramore-7-11-2025'],['Mike Paramore','Rick Bronson's House Of Comedy - BC','New Westminster, Canada','Saturday','7/12/2025','7:00 PM','7018325','Mike-Paramore-7-12-2025'],['Mike Paramore','Rick Bronson's House Of Comedy - BC','New Westminster, Canada','Saturday','7/12/2025','9:30 PM','7018351','Mike-Paramore-7-12-2025'],['Mike Paramore','Rick Bronson's House Of Comedy - BC','New Westminster, Canada','Sunday','7/13/2025','7:00 PM','7018326','Mike-Paramore-7-13-2025'],['Fake Happy - Tribute to Paramore','House Of Blues - Myrtle Beach','North Myrtle Beach, SC','Friday','7/25/2025','7:30 PM','7125442','Fake-Happy---Tribute-to-Paramore-7-25-2025'],['Fake Happy - Tribute to Paramore','The Ritz - Raleigh','Raleigh, NC','Saturday','7/26/2025','7:30 PM','7125443','Fake-Happy---Tribute-to-Paramore-7-26-2025'],['Fake Happy - Tribute to Paramore','Deep Ellum Art Co.','Dallas, TX','Friday','8/8/2025','8:00 PM','7051171','Fake-Happy---Tribute-to-Paramore-8-8-2025'],['Mike Paramore','SoulJoel's at SunnyBrook','Pottstown, PA','Thursday','8/28/2025','7:00 PM','7000311','Mike-Paramore-8-28-2025'],['Mike Paramore','McCurdy's Comedy Theatre','Sarasota, FL','Wednesday','9/10/2025','7:00 PM','7079549','Mike-Paramore-9-10-2025'],['Mike Paramore','McCurdy's Comedy Theatre','Sarasota, FL','Thursday','9/11/2025','7:00 PM','7079550','Mike-Paramore-9-11-2025'],['Mike Paramore','McCurdy's Comedy Theatre','Sarasota, FL','Friday','9/12/2025','6:30 PM','7055398','Mike-Paramore-9-12-2025'],['Fake Happy - Tribute to Paramore','Amos' Southend','Charlotte, NC','Friday','9/12/2025','8:30 PM','7134926','Fake-Happy---Tribute-to-Paramore-9-12-2025'],['Mike Paramore','McCurdy's Comedy Theatre','Sarasota, FL','Friday','9/12/2025','8:50 PM','7055399','Mike-Paramore-9-12-2025'],['Mike Paramore','McCurdy's Comedy Theatre','Sarasota, FL','Saturday','9/13/2025','6:30 PM','7055397','Mike-Paramore-9-13-2025'],['Mike Paramore','McCurdy's Comedy Theatre','Sarasota, FL','Sunday','9/14/2025','7:00 PM','7055400','Mike-Paramore-9-14-2025']],'Paramore','http://www.ticketnetwork.com/ticket/Paramore-events.aspx');