// 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([['Portugal. The Man','Revolution Hall - Portland','Portland, OR','Thursday','11/6/2025','8:00 PM','7229467','Portugal--The-Man-11-6-2025'],['Portugal. The Man','Revolution Hall - Portland','Portland, OR','Friday','11/7/2025','8:00 PM','7229495','Portugal--The-Man-11-7-2025'],['Portugal. The Man','Showbox SoDo','Seattle, WA','Sunday','11/9/2025','8:00 PM','7229494','Portugal--The-Man-11-9-2025'],['Portugal. The Man','Fox Theater - Oakland','Oakland, CA','Tuesday','11/11/2025','8:00 PM','7229409','Portugal--The-Man-11-11-2025'],['Portugal. The Man','The Glass House - CA','Pomona, CA','Saturday','11/15/2025','8:00 PM','7229562','Portugal--The-Man-11-15-2025'],['Portugal. The Man','The Wiltern','Los Angeles, CA','Sunday','11/16/2025','8:00 PM','7229410','Portugal--The-Man-11-16-2025'],['Portugal. The Man','The Mission Ballroom','Denver, CO','Wednesday','11/19/2025','8:00 PM','7229501','Portugal--The-Man-11-19-2025'],['Portugal. The Man','First Avenue','Minneapolis, MN','Friday','11/21/2025','8:00 PM','7229497','Portugal--The-Man-11-21-2025'],['Portugal. The Man','The Salt Shed Indoors - Chicago','Chicago, IL','Saturday','11/22/2025','8:00 PM','7229564','Portugal--The-Man-11-22-2025'],['Portugal. The Man','Royal Oak Music Theatre','Royal Oak, MI','Tuesday','11/25/2025','7:00 PM','7229493','Portugal--The-Man-11-25-2025'],['Portugal. The Man','History - Toronto','Toronto, Canada','Thursday','11/27/2025','8:00 PM','7229412','Portugal--The-Man-11-27-2025'],['Portugal. The Man','Roadrunner','Brighton, MA','Saturday','11/29/2025','8:00 PM','7229496','Portugal--The-Man-11-29-2025'],['Portugal. The Man','Terminal 5','New York, NY','Wednesday','12/3/2025','8:00 PM','7229498','Portugal--The-Man-12-3-2025'],['Portugal. The Man','Union Transfer','Philadelphia, PA','Thursday','12/4/2025','8:00 PM','7229503','Portugal--The-Man-12-4-2025'],['Portugal. The Man','The Anthem - D.C.','Washington, DC','Friday','12/5/2025','8:00 PM','7229411','Portugal--The-Man-12-5-2025'],['Portugal. The Man','The Caverns - TN','Pelham, TN','Sunday','12/7/2025','6:00 PM','7233095','Portugal--The-Man-12-7-2025'],['Portugal. The Man','The Orange Peel','Asheville, NC','Monday','12/8/2025','8:00 PM','7227452','Portugal--The-Man-12-8-2025'],['Portugal. The Man','The Eastern - GA','Atlanta, GA','Tuesday','12/9/2025','8:00 PM','7229566','Portugal--The-Man-12-9-2025'],['Portugal. The Man','The Bomb Factory','Dallas, TX','Thursday','12/11/2025','8:00 PM','7229500','Portugal--The-Man-12-11-2025'],['Portugal. The Man','ACL Live At The Moody Theater','Austin, TX','Friday','12/12/2025','8:00 PM','7229499','Portugal--The-Man-12-12-2025']],'Portugal The Man','http://www.ticketnetwork.com/en/search/?text=Portugal The Man');