//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//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([['Streetlight Manifesto','Stone Pony Summer Stage','Asbury Park, NJ','Friday','6/27/2025','6:00 PM','7023352','Streetlight-Manifesto-6-27-2025'],['Streetlight Manifesto','Sunshine Theatre','Albuquerque, NM','Saturday','7/19/2025','8:00 PM','7118180','Streetlight-Manifesto-7-19-2025'],['Streetlight Manifesto','Marquee Theatre - AZ','Tempe, AZ','Sunday','7/20/2025','7:30 PM','7107035','Streetlight-Manifesto-7-20-2025'],['Streetlight Manifesto','The Theater at Virgin Hotels - Las Vegas','Las Vegas, NV','Tuesday','7/22/2025','8:00 PM','7107051','Streetlight-Manifesto-7-22-2025'],['Streetlight Manifesto','The Observatory - North Park','San Diego, CA','Wednesday','7/23/2025','8:00 PM','7106947','Streetlight-Manifesto-7-23-2025'],['Streetlight Manifesto','House Of Blues - Anaheim','Anaheim, CA','Thursday','7/24/2025','7:00 PM','7106943','Streetlight-Manifesto-7-24-2025'],['Streetlight Manifesto','The Regency Ballroom','San Francisco, CA','Friday','7/25/2025','8:00 PM','7107052','Streetlight-Manifesto-7-25-2025'],['Streetlight Manifesto','Roseland Theater','Portland, OR','Saturday','7/26/2025','8:00 PM','7107027','Streetlight-Manifesto-7-26-2025'],['Streetlight Manifesto','Showbox SoDo','Seattle, WA','Sunday','7/27/2025','8:00 PM','7107054','Streetlight-Manifesto-7-27-2025'],['Streetlight Manifesto','Agora Theatre','Cleveland, OH','Friday','8/29/2025','8:00 PM','7107055','Streetlight-Manifesto-8-29-2025'],['Streetlight Manifesto','The Fillmore - Detroit','Detroit, MI','Saturday','8/30/2025','8:00 PM','7106945','Streetlight-Manifesto-8-30-2025'],['Streetlight Manifesto','The Salt Shed Indoors - Chicago','Chicago, IL','Sunday','8/31/2025','8:00 PM','7106950','Streetlight-Manifesto-8-31-2025'],['Streetlight Manifesto','Hard Rock Live - Orlando','Orlando, FL','Saturday','9/27/2025','8:00 PM','7106944','Streetlight-Manifesto-9-27-2025'],['Streetlight Manifesto','The Fillmore Silver Spring','Silver Spring, MD','Friday','10/17/2025','8:00 PM','7106948','Streetlight-Manifesto-10-17-2025'],['Streetlight Manifesto','Mulcahys','Wantagh, NY','Saturday','10/18/2025','8:00 PM','7106717','Streetlight-Manifesto-10-18-2025'],['Streetlight Manifesto','Franklin Music Hall','Philadelphia, PA','Sunday','10/19/2025','8:00 PM','7106942','Streetlight-Manifesto-10-19-2025'],['Streetlight Manifesto','Danforth Music Hall Theatre','Toronto, Canada','Saturday','11/1/2025','8:00 PM','7107060','Streetlight-Manifesto-11-1-2025'],['Streetlight Manifesto','Olympia Theatre - Montreal','Montreal, Canada','Sunday','11/2/2025','8:00 PM','7107061','Streetlight-Manifesto-11-2-2025'],['Streetlight Manifesto','The Eastern - GA','Atlanta, GA','Saturday','11/15/2025','8:00 PM','7107056','Streetlight-Manifesto-11-15-2025'],['Streetlight Manifesto','Toads Place CT','New Haven, CT','Thursday','12/18/2025','8:00 PM','7106946','Streetlight-Manifesto-12-18-2025'],['Streetlight Manifesto','Roadrunner','Brighton, MA','Friday','12/19/2025','8:00 PM','7107057','Streetlight-Manifesto-12-19-2025']],'streetlight manifesto','http://www.ticketnetwork.com/en/search/?text=streetlight%20manifesto');