// 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-01A 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([['Paw Patrol Live','The Centre In Vancouver For Performing Arts','Vancouver, Canada','Friday','3/20/2026','6:30 PM','7639198','Paw-Patrol-Live-3-20-2026'],['Paw Patrol Live','The Centre In Vancouver For Performing Arts','Vancouver, Canada','Saturday','3/21/2026','10:30 AM','7639206','Paw-Patrol-Live-3-21-2026'],['Paw Patrol Live','The Centre In Vancouver For Performing Arts','Vancouver, Canada','Saturday','3/21/2026','2:00 PM','7639205','Paw-Patrol-Live-3-21-2026'],['Paw Patrol Live','The Centre In Vancouver For Performing Arts','Vancouver, Canada','Saturday','3/21/2026','5:30 PM','7639204','Paw-Patrol-Live-3-21-2026'],['Paw Patrol Live','Edmonton EXPO','Edmonton, Canada','Saturday','3/28/2026','10:00 AM','7625019','Paw-Patrol-Live-3-28-2026'],['Paw Patrol Live','Edmonton EXPO','Edmonton, Canada','Saturday','3/28/2026','2:00 PM','7625032','Paw-Patrol-Live-3-28-2026'],['Paw Patrol Live','Edmonton EXPO','Edmonton, Canada','Sunday','3/29/2026','10:00 AM','7625023','Paw-Patrol-Live-3-29-2026'],['Paw Patrol Live','Edmonton EXPO','Edmonton, Canada','Sunday','3/29/2026','2:00 PM','7625024','Paw-Patrol-Live-3-29-2026'],['Paw Patrol Live','Manitoba Centennial Concert Hall','Winnipeg, Canada','Saturday','4/4/2026','10:30 AM','7628605','Paw-Patrol-Live-4-4-2026'],['Paw Patrol Live','Manitoba Centennial Concert Hall','Winnipeg, Canada','Saturday','4/4/2026','2:00 PM','7628606','Paw-Patrol-Live-4-4-2026'],['Paw Patrol Live','Manitoba Centennial Concert Hall','Winnipeg, Canada','Saturday','4/4/2026','5:30 PM','7628607','Paw-Patrol-Live-4-4-2026'],['Paw Patrol Live','Miller High Life Theatre','Milwaukee, WI','Saturday','4/11/2026','10:00 AM','7691630','Paw-Patrol-Live-4-11-2026'],['Paw Patrol Live','Miller High Life Theatre','Milwaukee, WI','Saturday','4/11/2026','2:00 PM','7691631','Paw-Patrol-Live-4-11-2026'],['Paw Patrol Live','Miller High Life Theatre','Milwaukee, WI','Sunday','4/12/2026','11:00 AM','7691632','Paw-Patrol-Live-4-12-2026'],['Paw Patrol Live','Stifel Theatre','St. Louis, MO','Saturday','4/18/2026','10:00 AM','7690498','Paw-Patrol-Live-4-18-2026'],['Paw Patrol Live','Stifel Theatre','St. Louis, MO','Saturday','4/18/2026','2:00 PM','7690501','Paw-Patrol-Live-4-18-2026'],['Paw Patrol Live','Stifel Theatre','St. Louis, MO','Sunday','4/19/2026','10:00 AM','7690499','Paw-Patrol-Live-4-19-2026'],['Paw Patrol Live','Cofrin Family Hall At Weidner Center For The Performing Arts','Green Bay, WI','Tuesday','4/21/2026','6:00 PM','7753449','Paw-Patrol-Live-4-21-2026'],['Paw Patrol Live','Cofrin Family Hall At Weidner Center For The Performing Arts','Green Bay, WI','Wednesday','4/22/2026','6:00 PM','7753453','Paw-Patrol-Live-4-22-2026'],['Paw Patrol Live','NOW Arena','Hoffman Estates, IL','Saturday','4/25/2026','10:00 AM','7690514','Paw-Patrol-Live-4-25-2026'],['Paw Patrol Live','NOW Arena','Hoffman Estates, IL','Saturday','4/25/2026','2:00 PM','7690369','Paw-Patrol-Live-4-25-2026'],['Paw Patrol Live','NOW Arena','Hoffman Estates, IL','Sunday','4/26/2026','11:00 AM','7690516','Paw-Patrol-Live-4-26-2026'],['Paw Patrol Live','NOW Arena','Hoffman Estates, IL','Sunday','4/26/2026','3:00 PM','7690519','Paw-Patrol-Live-4-26-2026'],['Paw Patrol Live','EagleBank Arena','Fairfax, VA','Friday','5/1/2026','6:30 PM','7690523','Paw-Patrol-Live-5-1-2026'],['Paw Patrol Live','EagleBank Arena','Fairfax, VA','Saturday','5/2/2026','10:00 AM','7690525','Paw-Patrol-Live-5-2-2026'],['Paw Patrol Live','EagleBank Arena','Fairfax, VA','Saturday','5/2/2026','2:00 PM','7690524','Paw-Patrol-Live-5-2-2026'],['Paw Patrol Live','EagleBank Arena','Fairfax, VA','Sunday','5/3/2026','10:00 AM','7690526','Paw-Patrol-Live-5-3-2026'],['Paw Patrol Live','EagleBank Arena','Fairfax, VA','Sunday','5/3/2026','2:00 PM','7690527','Paw-Patrol-Live-5-3-2026'],['Paw Patrol Live','Hippodrome Theatre At The France-Merrick PAC','Baltimore, MD','Saturday','5/9/2026','10:00 AM','7689644','Paw-Patrol-Live-5-9-2026'],['Paw Patrol Live','Hippodrome Theatre At The France-Merrick PAC','Baltimore, MD','Saturday','5/9/2026','2:00 PM','7689645','Paw-Patrol-Live-5-9-2026'],['Paw Patrol Live','Hippodrome Theatre At The France-Merrick PAC','Baltimore, MD','Saturday','5/9/2026','6:00 PM','7689646','Paw-Patrol-Live-5-9-2026'],['Paw Patrol Live','Heritage Bank Center','Cincinnati, OH','Saturday','5/16/2026','10:00 AM','7690530','Paw-Patrol-Live-5-16-2026'],['Paw Patrol Live','Heritage Bank Center','Cincinnati, OH','Saturday','5/16/2026','2:00 PM','7690532','Paw-Patrol-Live-5-16-2026'],['Paw Patrol Live','Heritage Bank Center','Cincinnati, OH','Sunday','5/17/2026','11:00 AM','7690531','Paw-Patrol-Live-5-17-2026'],['Paw Patrol Live','Pikes Peak Center','Colorado Springs, CO','Saturday','5/23/2026','10:00 AM','7691666','Paw-Patrol-Live-5-23-2026'],['Paw Patrol Live','Pikes Peak Center','Colorado Springs, CO','Saturday','5/23/2026','2:00 PM','7691665','Paw-Patrol-Live-5-23-2026'],['Paw Patrol Live','Pikes Peak Center','Colorado Springs, CO','Sunday','5/24/2026','2:00 PM','7691667','Paw-Patrol-Live-5-24-2026']],'paw-patrol-live','http://www.ticketnetwork.com/en/search/?text=paw-patrol-live');