//
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-04A
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([['Creed, Mammoth WVH & Hinder','Outdoors At Soaring Eagle Casino & Resort','Mount Pleasant, MI','Saturday','8/23/2025','7:00 PM','7071668','Creed--Mammoth-WVH---Hinder-8-23-2025'],['Mammoth WVH','House Of Blues - Las Vegas','Las Vegas, NV','Saturday','11/1/2025','6:30 PM','7125999','Mammoth-WVH-11-1-2025'],['Mammoth WVH','House Of Blues - Dallas','Dallas, TX','Tuesday','11/4/2025','7:00 PM','7126000','Mammoth-WVH-11-4-2025'],['Mammoth WVH','House Of Blues - Houston','Houston, TX','Wednesday','11/5/2025','6:00 PM','7126001','Mammoth-WVH-11-5-2025'],['Mammoth WVH','House Of Blues - Orlando','Orlando, FL','Friday','11/7/2025','7:30 PM','7126002','Mammoth-WVH-11-7-2025'],['Mammoth WVH','The Tabernacle - GA','Atlanta, GA','Saturday','11/8/2025','7:30 PM','7126003','Mammoth-WVH-11-8-2025'],['Mammoth WVH','The Fillmore - Charlotte','Charlotte, NC','Sunday','11/9/2025','7:00 PM','7126004','Mammoth-WVH-11-9-2025'],['Mammoth WVH','The Fillmore Silver Spring','Silver Spring, MD','Tuesday','11/11/2025','7:00 PM','7126005','Mammoth-WVH-11-11-2025'],['Mammoth WVH','Wellmont Theatre','Montclair, NJ','Friday','11/14/2025','7:30 PM','7126006','Mammoth-WVH-11-14-2025'],['Mammoth WVH','Roxian Theatre','McKees Rocks, PA','Saturday','11/15/2025','7:30 PM','7126007','Mammoth-WVH-11-15-2025'],['Mammoth WVH','Agora Theatre','Cleveland, OH','Tuesday','11/18/2025','7:00 PM','7126008','Mammoth-WVH-11-18-2025'],['Mammoth WVH','The Fillmore - Detroit','Detroit, MI','Wednesday','11/19/2025','7:00 PM','7126009','Mammoth-WVH-11-19-2025'],['Mammoth WVH','KEMBA Live!','Columbus, OH','Thursday','11/20/2025','7:00 PM','7126010','Mammoth-WVH-11-20-2025'],['Mammoth WVH','Grand Casino Mille Lacs Event Center','Onamia, MN','Saturday','11/22/2025','7:00 PM','7126011','Mammoth-WVH-11-22-2025'],['Mammoth WVH','EPIC Event Center - WI','Green Bay, WI','Sunday','11/23/2025','7:00 PM','7126012','Mammoth-WVH-11-23-2025'],['Mammoth WVH','The Factory - Chesterfield','St. Louis, MO','Tuesday','11/25/2025','7:00 PM','7126013','Mammoth-WVH-11-25-2025'],['Mammoth WVH','House Of Blues - Chicago','Chicago, IL','Wednesday','11/26/2025','7:00 PM','7126014','Mammoth-WVH-11-26-2025'],['Mammoth WVH','Diamond Ballroom','Oklahoma City, OK','Friday','11/28/2025','7:30 PM','7126015','Mammoth-WVH-11-28-2025'],['Mammoth WVH','Uptown Theater - KC','Kansas City, MO','Tuesday','12/2/2025','7:00 PM','7126016','Mammoth-WVH-12-2-2025'],['Mammoth WVH','Ogden Theatre','Denver, CO','Wednesday','12/3/2025','7:00 PM','7126017','Mammoth-WVH-12-3-2025'],['Mammoth WVH','Marquee Theatre - AZ','Tempe, AZ','Saturday','12/6/2025','7:30 PM','7126018','Mammoth-WVH-12-6-2025']],'Mammoth Wvh','http://www.ticketnetwork.com/en/search/?text=Mammoth%20Wvh');