// 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-02A TN_Widget.CreateTable([['Paul Morrissey','Side Splitters at The Grove','Wesley Chapel, FL','Thursday','5/22/2025','8:00 PM','7108890','Paul-Morrissey-5-22-2025'],['Paul Morrissey','Side Splitters at The Grove','Wesley Chapel, FL','Friday','5/23/2025','7:30 PM','7108891','Paul-Morrissey-5-23-2025'],['Paul Morrissey','Side Splitters at The Grove','Wesley Chapel, FL','Friday','5/23/2025','9:30 PM','7108892','Paul-Morrissey-5-23-2025'],['Paul Morrissey','Side Splitters at The Grove','Wesley Chapel, FL','Saturday','5/24/2025','7:00 PM','7108893','Paul-Morrissey-5-24-2025'],['Paul Morrissey','Side Splitters at The Grove','Wesley Chapel, FL','Saturday','5/24/2025','9:30 PM','7108894','Paul-Morrissey-5-24-2025'],['Paul Morrissey','Laughs Unlimited Comedy Club and Lounge','Sacramento, CA','Friday','5/30/2025','7:00 PM','6887836','Paul-Morrissey-5-30-2025'],['Paul Morrissey','Laughs Unlimited Comedy Club and Lounge','Sacramento, CA','Friday','5/30/2025','9:30 PM','6887837','Paul-Morrissey-5-30-2025'],['Paul Morrissey','Laughs Unlimited Comedy Club and Lounge','Sacramento, CA','Saturday','5/31/2025','7:00 PM','6887839','Paul-Morrissey-5-31-2025'],['Paul Morrissey','Laughs Unlimited Comedy Club and Lounge','Sacramento, CA','Saturday','5/31/2025','9:30 PM','6887838','Paul-Morrissey-5-31-2025'],['Morrissey','Centennial Hall - AZ','Tucson, AZ','Tuesday','10/21/2025','8:30 PM','6969650','Morrissey-10-21-2025'],['Morrissey','The Show - Agua Caliente Casino','Rancho Mirage, CA','Friday','10/24/2025','8:00 PM','6972529','Morrissey-10-24-2025'],['Morrissey','San Diego Civic Theatre','San Diego, CA','Tuesday','1/6/2026','8:00 PM','6969649','Morrissey-1-6-2026'],['Morrissey','Boeing Center at Tech Port','San Antonio, TX','Saturday','1/10/2026','8:00 PM','6969616','Morrissey-1-10-2026'],['Morrissey','The Criterion - Oklahoma City','Oklahoma City, OK','Tuesday','1/13/2026','8:00 PM','6972524','Morrissey-1-13-2026'],['Morrissey','The Factory - Chesterfield','St. Louis, MO','Thursday','1/15/2026','8:00 PM','6969651','Morrissey-1-15-2026'],['Morrissey','Fabulous Fox Theatre - Atlanta','Atlanta, GA','Saturday','1/17/2026','8:00 PM','6971758','Morrissey-1-17-2026'],['Morrissey','Mahaffey Theater At The Duke Energy Center for the Arts','St. Petersburg, FL','Tuesday','1/20/2026','8:00 PM','6969652','Morrissey-1-20-2026'],['Morrissey','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Fort Lauderdale, FL','Thursday','1/22/2026','8:30 PM','6969662','Morrissey-1-22-2026']],'Morrissey','http://www.ticketnetwork.com/ticket/Morrissey-events.aspx');