// 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-03A 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([['All Your Friends Fest: Avril Lavigne & Simple Plan - 2 Day Pass','Burl's Creek','Oro, Canada','Saturday','6/28/2025','TBD','6899952','All-Your-Friends-Fest--Avril-Lavigne---Simple-Plan---2-Day-Pass-6-28-2025'],['All Your Friends Fest: Avril Lavigne & Simple Plan (Time: TBD) - Sunday','Burl's Creek','Oro, Canada','Sunday','6/29/2025','12:00 PM','6899954','All-Your-Friends-Fest--Avril-Lavigne---Simple-Plan--Time--TBD----Sunday-6-29-2025'],['Festivoix de Trois-Riveres: Simple Plan & Ingrid St. Pierre','FestiVoix de Trois-Rivieres','Trois-rivieres, Canada','Wednesday','7/2/2025','5:00 PM','7070726','Festivoix-de-Trois-Riveres--Simple-Plan---Ingrid-St--Pierre-7-2-2025'],['Simple Plan','Wamu Theater At Lumen Field Event Center','Seattle, WA','Saturday','8/9/2025','6:30 PM','7008566','Simple-Plan-8-9-2025'],['Simple Plan','Moda Center at the Rose Quarter','Portland, OR','Sunday','8/10/2025','6:30 PM','7008614','Simple-Plan-8-10-2025'],['Simple Plan','Bill Graham Civic Auditorium','San Francisco, CA','Tuesday','8/12/2025','6:30 PM','7008564','Simple-Plan-8-12-2025'],['Simple Plan','YouTube Theater at Hollywood Park','Inglewood, CA','Wednesday','8/13/2025','7:00 PM','7008571','Simple-Plan-8-13-2025'],['Simple Plan','Arizona Financial Theatre','Phoenix, AZ','Thursday','8/14/2025','6:30 PM','7008561','Simple-Plan-8-14-2025'],['Simple Plan','America First Field','Sandy, UT','Saturday','8/16/2025','5:30 PM','7008606','Simple-Plan-8-16-2025'],['Simple Plan','The Junk Yard','Denver, CO','Sunday','8/17/2025','6:30 PM','7008574','Simple-Plan-8-17-2025'],['Simple Plan','The Armory - Minneapolis','Minneapolis, MN','Tuesday','8/19/2025','6:30 PM','7008570','Simple-Plan-8-19-2025'],['Simple Plan','Stir Cove At Harrahs','Council Bluffs, IA','Wednesday','8/20/2025','6:30 PM','7008567','Simple-Plan-8-20-2025'],['Simple Plan','BMO Pavilion','Milwaukee, WI','Thursday','8/21/2025','6:00 PM','7008569','Simple-Plan-8-21-2025'],['Simple Plan','Michigan Lottery Amphitheatre at Freedom Hill','Sterling Heights, MI','Saturday','8/23/2025','6:30 PM','7008562','Simple-Plan-8-23-2025'],['Simple Plan','Huntington Bank Pavilion at Northerly Island','Chicago, IL','Sunday','8/24/2025','6:30 PM','7008565','Simple-Plan-8-24-2025'],['Simple Plan','Allianz Amphitheater at Riverfront','Richmond, VA','Tuesday','8/26/2025','6:30 PM','7008576','Simple-Plan-8-26-2025'],['Simple Plan','Stone Pony Summer Stage','Asbury Park, NJ','Wednesday','8/27/2025','4:30 PM','7154794','Simple-Plan-8-27-2025'],['Simple Plan','MGM Music Hall at Fenway Park','Boston, MA','Friday','8/29/2025','6:30 PM','7008573','Simple-Plan-8-29-2025'],['Simple Plan','Highmark Skyline Stage at The Mann Center For The Performing Arts','Philadelphia, PA','Saturday','8/30/2025','6:00 PM','7213534','Simple-Plan-8-30-2025'],['Simple Plan','The Dome - Virginia Beach','Virginia Beach, VA','Sunday','8/31/2025','6:30 PM','7008575','Simple-Plan-8-31-2025'],['Simple Plan','Skyla Credit Union Amphitheatre','Charlotte, NC','Tuesday','9/2/2025','6:30 PM','7008568','Simple-Plan-9-2-2025'],['Simple Plan','Coca-Cola Roxy','Atlanta, GA','Wednesday','9/3/2025','6:30 PM','7008563','Simple-Plan-9-3-2025'],['Simple Plan','713 Music Hall','Houston, TX','Friday','9/5/2025','6:30 PM','7008572','Simple-Plan-9-5-2025'],['Simple Plan','The Pavilion at Toyota Music Factory','Irving, TX','Saturday','9/6/2025','6:30 PM','7008800','Simple-Plan-9-6-2025']],'Simple Plan','http://www.ticketnetwork.com/en/search/?text=Simple%20Plan');