//
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([['Alice Cooper','The Big E Arena At Eastern States Exposition','West Springfield, MA','Saturday','9/19/2026','7:30 PM','7902001','Alice-Cooper-9-19-2026'],['Welcome To My Nightmare - An Alice Cooper Themed Halloween Circus Spectacular','Alberta Rose Theatre','Portland, OR','Saturday','10/10/2026','3:00 PM','8132170','Welcome-To-My-Nightmare---An-Alice-Cooper-Themed-Halloween-Circus-Spectacular-10-10-2026'],['Alice Cooper','Ruth Eckerd Hall','Clearwater, FL','Tuesday','10/27/2026','7:00 PM','8130206','Alice-Cooper-10-27-2026'],['Alice Cooper','Altria Theater - Richmond','Richmond, VA','Friday','10/30/2026','7:30 PM','8130208','Alice-Cooper-10-30-2026'],['Alice Cooper','Tropicana Showroom at Tropicana Casino - NJ','Atlantic City, NJ','Saturday','10/31/2026','8:00 PM','8130183','Alice-Cooper-10-31-2026'],['Alice Cooper','Wind Creek Event Center','Bethlehem, PA','Sunday','11/1/2026','7:00 PM','8130185','Alice-Cooper-11-1-2026'],['Alice Cooper','Hershey Theatre','Hershey, PA','Wednesday','11/4/2026','8:00 PM','8130186','Alice-Cooper-11-4-2026'],['Alice Cooper','Wings Event Center','Kalamazoo, MI','Saturday','11/7/2026','8:00 PM','8130205','Alice-Cooper-11-7-2026'],['Alice Cooper','Genesee Theatre','Waukegan, IL','Sunday','11/8/2026','7:30 PM','8130187','Alice-Cooper-11-8-2026'],['Alice Cooper','Stifel Theatre','St. Louis, MO','Tuesday','11/10/2026','7:30 PM','8130189','Alice-Cooper-11-10-2026'],['Alice Cooper','Heartland Credit Union Arena','Valley Center, KS','Wednesday','11/11/2026','7:00 PM','8130190','Alice-Cooper-11-11-2026'],['Alice Cooper','Fantasy Springs Resort & Casino','Indio, CA','Saturday','11/14/2026','8:00 PM','8130204','Alice-Cooper-11-14-2026'],['Alice Cooper','Findlay Toyota Center','Prescott Valley, AZ','Sunday','11/15/2026','7:30 PM','8130192','Alice-Cooper-11-15-2026'],['Alice Cooper','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Tuesday','11/17/2026','8:00 PM','8130194','Alice-Cooper-11-17-2026'],['Alice Cooper','San Jose Civic','San Jose, CA','Wednesday','11/18/2026','8:00 PM','8130195','Alice-Cooper-11-18-2026'],['Alice Cooper','Hard Rock Live - Sacramento','Wheatland, CA','Friday','11/20/2026','8:00 PM','8130197','Alice-Cooper-11-20-2026'],['Alice Cooper','Grand Sierra Theatre','Reno, NV','Saturday','11/21/2026','8:00 PM','8130198','Alice-Cooper-11-21-2026'],['Alice Cooper & Criss Angel','Criss Angel Theater at Planet Hollywood Resort & Casino','Las Vegas, NV','Friday','11/27/2026','7:00 PM','7879628','Alice-Cooper---Criss-Angel-11-27-2026'],['Alice Cooper & Criss Angel','Criss Angel Theater at Planet Hollywood Resort & Casino','Las Vegas, NV','Saturday','11/28/2026','7:00 PM','7879635','Alice-Cooper---Criss-Angel-11-28-2026'],['Alice Cooper & Criss Angel','Criss Angel Theater at Planet Hollywood Resort & Casino','Las Vegas, NV','Friday','12/4/2026','7:00 PM','7879618','Alice-Cooper---Criss-Angel-12-4-2026'],['Alice Cooper & Criss Angel','Criss Angel Theater at Planet Hollywood Resort & Casino','Las Vegas, NV','Saturday','12/5/2026','7:00 PM','7894039','Alice-Cooper---Criss-Angel-12-5-2026']],'Alice Cooper','http://www.ticketnetwork.com/en/search/?text=Alice%20Cooper');