//
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-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([['Yelawolf, Prof & That Mexican OT','Olympia Theatre - Montreal','Montreal, Canada','Tuesday','3/24/2026','7:00 PM','7679898','Yelawolf--Prof---That-Mexican-OT-3-24-2026'],['Prof, Yelawolf, & That Mexican OT','Queen Elizabeth Theatre - Toronto','Toronto, Canada','Wednesday','3/25/2026','7:00 PM','7680878','Prof--Yelawolf----That-Mexican-OT-3-25-2026'],['Yelawolf, Prof & That Mexican OT','The Colosseum At Caesars Windsor','Windsor, Canada','Thursday','3/26/2026','8:00 PM','7678822','Yelawolf--Prof---That-Mexican-OT-3-26-2026'],['Yelawolf, Prof & That Mexican OT','Eagles Ballroom','Milwaukee, WI','Saturday','3/28/2026','7:30 PM','7681791','Yelawolf--Prof---That-Mexican-OT-3-28-2026'],['Yelawolf, Prof & That Mexican OT','Fargo Civic Memorial Auditorium','Fargo, ND','Tuesday','3/31/2026','7:00 PM','7681141','Yelawolf--Prof---That-Mexican-OT-3-31-2026'],['Yelawolf, Prof & That Mexican OT','Burton Cummings Theatre','Winnipeg, Canada','Thursday','4/2/2026','7:00 PM','7681227','Yelawolf--Prof---That-Mexican-OT-4-2-2026'],['Yelawolf, Prof & That Mexican OT','Fan Park at Ice District','Edmonton, Canada','Saturday','4/4/2026','6:30 PM','7679900','Yelawolf--Prof---That-Mexican-OT-4-4-2026'],['Yelawolf, Prof & That Mexican OT','Ford Wyoming Center','Casper, WY','Monday','4/6/2026','7:00 PM','7681796','Yelawolf--Prof---That-Mexican-OT-4-6-2026'],['Yelawolf, Prof & That Mexican OT','Grey Eagle Resort & Casino','Calgary, Canada','Wednesday','4/8/2026','7:00 PM','7679899','Yelawolf--Prof---That-Mexican-OT-4-8-2026'],['Yelawolf, Prof & That Mexican OT','UBC - Doug Mitchell Thunderbird Sports Centre','Vancouver, Canada','Thursday','4/9/2026','7:00 PM','7681794','Yelawolf--Prof---That-Mexican-OT-4-9-2026'],['Yelawolf, Prof & That Mexican OT','Toyota Center - Kennewick','Kennewick, WA','Saturday','4/11/2026','7:30 PM','7678823','Yelawolf--Prof---That-Mexican-OT-4-11-2026'],['Reggae Rise Up Arizona: De La Soul, Dirty Heads & Rebelution - 3 Day Pass','Tempe Beach Park','Tempe, AZ','Friday','4/17/2026','TBD','7090453','Reggae-Rise-Up-Arizona--De-La-Soul--Dirty-Heads---Rebelution---3-Day-Pass-4-17-2026']],'Yelawolf','http://www.ticketnetwork.com/en/search/?text=Yelawolf');