// 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-01A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/WidgetStyle11.css'); TN_Widget.CreateTable([['Papa Roach, The Used & Sleep Theory','Rogers Arena','Vancouver, Canada','Tuesday','11/25/2025','7:00 PM','7121625','Papa-Roach--The-Used---Sleep-Theory-11-25-2025'],['Papa Roach, The Used & Sleep Theory','Prospera Place','Kelowna, Canada','Wednesday','11/26/2025','7:00 PM','7121626','Papa-Roach--The-Used---Sleep-Theory-11-26-2025'],['Papa Roach, The Used & Sleep Theory','Scotiabank Saddledome','Calgary, Canada','Friday','11/28/2025','7:00 PM','7121627','Papa-Roach--The-Used---Sleep-Theory-11-28-2025'],['Papa Roach, The Used & Sleep Theory','Rogers Place','Edmonton, Canada','Saturday','11/29/2025','7:00 PM','7121628','Papa-Roach--The-Used---Sleep-Theory-11-29-2025'],['Papa Roach, The Used & Sleep Theory','SaskTel Centre','Saskatoon, Canada','Monday','12/1/2025','6:00 PM','7121629','Papa-Roach--The-Used---Sleep-Theory-12-1-2025'],['Papa Roach, The Used & Sleep Theory','Canada Life Centre','Winnipeg, Canada','Tuesday','12/2/2025','7:00 PM','7121630','Papa-Roach--The-Used---Sleep-Theory-12-2-2025'],['Papa Roach, The Used & Sleep Theory','Coca-Cola Coliseum','Toronto, Canada','Friday','12/5/2025','7:00 PM','7121631','Papa-Roach--The-Used---Sleep-Theory-12-5-2025'],['Papa Roach, The Used & Sleep Theory','Kitchener Memorial Auditorium','Kitchener, Canada','Saturday','12/6/2025','7:00 PM','7121632','Papa-Roach--The-Used---Sleep-Theory-12-6-2025'],['Papa Roach, The Used & Sleep Theory','Place Bell','Laval, Canada','Monday','12/8/2025','8:00 PM','7121634','Papa-Roach--The-Used---Sleep-Theory-12-8-2025'],['Papa Roach, The Used & Sleep Theory','Scotiabank Centre','Halifax, Canada','Wednesday','12/10/2025','8:00 PM','7121635','Papa-Roach--The-Used---Sleep-Theory-12-10-2025'],['KROQ Almost Acoustic Christmas: The All American Rejects, Third Eye Blind, Evanescence & Papa Roach','The Kia Forum','Inglewood, CA','Saturday','12/13/2025','5:30 PM','7537656','KROQ-Almost-Acoustic-Christmas--The-All-American-Rejects--Third-Eye-Blind--Evanescence---Papa-Roach-12-13-2025']],'papa roach','http://www.ticketnetwork.com/ticket/papa-roach-events.aspx');