//
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([['AL Wild Card: Toronto Blue Jays vs. TBD - Game 2 (Date: TBD - If Necessary)','Rogers Centre','Toronto, Canada','Wednesday','10/1/2025','TBD','7305696','AL-Wild-Card--Toronto-Blue-Jays-vs--TBD---Game-2--Date--TBD---If-Necessary--10-1-2025'],['The Best of Gospel Quartets','Blue Gate Music Hall','Shipshewana, IN','Wednesday','10/1/2025','1:00 PM','7102808','The-Best-of-Gospel-Quartets-10-1-2025'],['Dailey and Vincent & The Malpass Brothers','Blue Gate Performing Arts Center','Shipshewana, IN','Wednesday','10/1/2025','7:00 PM','7035002','Dailey-and-Vincent---The-Malpass-Brothers-10-1-2025'],['Kamasi Washington','Blue Note Los Angeles','Los Angeles, CA','Wednesday','10/1/2025','7:00 PM','7237967','Kamasi-Washington-10-1-2025'],['Will Downing','Blue Note Hawaii','Honolulu, HI','Wednesday','10/1/2025','7:00 PM','7067513','Will-Downing-10-1-2025'],['Wolf Alice','House Of Blues - Dallas','Dallas, TX','Wednesday','10/1/2025','8:00 PM','7162514','Wolf-Alice-10-1-2025'],['Sun Room','Bluebird Theater','Denver, CO','Wednesday','10/1/2025','8:00 PM','7216561','Sun-Room-10-1-2025'],['Blue Rodeo','Southern Alberta Jubilee Auditorium','Calgary, Canada','Wednesday','10/1/2025','8:00 PM','7191637','Blue-Rodeo-10-1-2025'],['Blue Man Group','Blue Man Theater at The Luxor Hotel','Las Vegas, NV','Wednesday','10/1/2025','8:00 PM','6742355','Blue-Man-Group-10-1-2025'],['Kamasi Washington','Blue Note Los Angeles','Los Angeles, CA','Wednesday','10/1/2025','9:30 PM','7237968','Kamasi-Washington-10-1-2025'],['AL Wild Card: Toronto Blue Jays vs. TBD - Game 3 (Date: TBD - If Necessary)','Rogers Centre','Toronto, Canada','Thursday','10/2/2025','TBD','7305697','AL-Wild-Card--Toronto-Blue-Jays-vs--TBD---Game-3--Date--TBD---If-Necessary--10-2-2025'],['The Best of Gospel Quartets','Blue Gate Music Hall','Shipshewana, IN','Thursday','10/2/2025','1:00 PM','7102809','The-Best-of-Gospel-Quartets-10-2-2025'],['Blue Man Group','Blue Man Theater at The Luxor Hotel','Las Vegas, NV','Thursday','10/2/2025','5:00 PM','6742269','Blue-Man-Group-10-2-2025'],['Letlive','House Of Blues - Chicago','Chicago, IL','Thursday','10/2/2025','6:30 PM','6988005','Letlive-10-2-2025'],['Nate Bargatze','Blue Cross Arena','Rochester, NY','Thursday','10/2/2025','7:00 PM','6858796','Nate-Bargatze-10-2-2025'],['The Bends','The Blue Room - GA','Statesboro, GA','Thursday','10/2/2025','7:00 PM','7241519','The-Bends-10-2-2025'],['NHL Preseason: St. Louis Blues vs. Ottawa Senators','Enterprise Center','St. Louis, MO','Thursday','10/2/2025','7:00 PM','7268945','NHL-Preseason--St--Louis-Blues-vs--Ottawa-Senators-10-2-2025'],['Cole Swindell & Priscilla Block','Blue Federal Credit Union Arena','Loveland, CO','Thursday','10/2/2025','7:00 PM','7082749','Cole-Swindell---Priscilla-Block-10-2-2025'],['Kamasi Washington','Blue Note Los Angeles','Los Angeles, CA','Thursday','10/2/2025','7:00 PM','7237969','Kamasi-Washington-10-2-2025'],['Ricochet & Excile','Blue Gate Performing Arts Center','Shipshewana, IN','Thursday','10/2/2025','7:30 PM','7034997','Ricochet---Excile-10-2-2025'],['Josh Blue','Black Box Auditorium at The United Theatre','Westerly, RI','Thursday','10/2/2025','8:00 PM','7130799','Josh-Blue-10-2-2025'],['Se Regalan Dudas Podcast','House Of Blues - Dallas','Dallas, TX','Thursday','10/2/2025','8:00 PM','7269085','Se-Regalan-Dudas-Podcast-10-2-2025'],['Petey USA','House Of Blues - New Orleans','New Orleans, LA','Thursday','10/2/2025','8:00 PM','7283128','Petey-USA-10-2-2025'],['Blue Rodeo','Southern Alberta Jubilee Auditorium','Calgary, Canada','Thursday','10/2/2025','8:00 PM','7191638','Blue-Rodeo-10-2-2025'],['Fleshwater','Bluebird Theater','Denver, CO','Thursday','10/2/2025','8:00 PM','7195352','Fleshwater-10-2-2025']],'blue october','http://www.ticketnetwork.com/en/search/?text=blue%20october');