//
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([['Welcome To Rockville: Shinedown, 3 Doors Down & Halestorm - Thursday (Time: TBD)','Daytona International Speedway','Daytona Beach, FL','Thursday','5/15/2025','12:00 PM','6551809','Welcome-To-Rockville--Shinedown--3-Doors-Down---Halestorm---Thursday--Time--TBD--5-15-2025'],['Buzzfest: Chevelle, Marilyn Manson, Blue October & P.O.D.','The Cynthia Woods Mitchell Pavilion','Spring, TX','Saturday','5/24/2025','12:00 PM','6882777','Buzzfest--Chevelle--Marilyn-Manson--Blue-October---P-O-D--5-24-2025'],['Blue October','Paramount Theatre - Abilene','Abilene, TX','Wednesday','6/4/2025','7:00 PM','6930861','Blue-October-6-4-2025'],['Blue October','Tannahill's Tavern and Music Hall','Fort Worth, TX','Thursday','6/5/2025','8:00 PM','6930849','Blue-October-6-5-2025'],['Blue October','House Of Blues - Dallas','Dallas, TX','Friday','6/6/2025','7:00 PM','6930850','Blue-October-6-6-2025'],['Blue October','Tulsa Theater','Tulsa, OK','Saturday','6/7/2025','7:00 PM','6930863','Blue-October-6-7-2025'],['Blue October','Little Rock Hall - AR','Little Rock, AR','Sunday','6/8/2025','7:30 PM','7017092','Blue-October-6-8-2025'],['Blue October','Helen DeVitt Jones Theater At The Buddy Holly Hall','Lubbock, TX','Wednesday','6/11/2025','7:30 PM','6930852','Blue-October-6-11-2025'],['Blue October','Wagner Noel Performing Arts Center','Midland, TX','Thursday','6/12/2025','8:00 PM','6930864','Blue-October-6-12-2025'],['Blue October','Globe News Center For The Performing Arts','Amarillo, TX','Friday','6/13/2025','7:00 PM','6930865','Blue-October-6-13-2025'],['Blue October','The Plaza Theatre - El Paso','El Paso, TX','Saturday','6/14/2025','8:00 PM','6927922','Blue-October-6-14-2025'],['Blue October','Jefferson Theatre - TX','Beaumont, TX','Wednesday','6/18/2025','8:00 PM','7018246','Blue-October-6-18-2025'],['Blue October','The Aztec Theatre ','San Antonio, TX','Thursday','6/19/2025','8:00 PM','6930854','Blue-October-6-19-2025'],['Blue October','Selena Auditorium','Corpus Christi, TX','Saturday','6/21/2025','8:00 PM','6930856','Blue-October-6-21-2025'],['Blue October','Payne Arena','Hidalgo, TX','Sunday','6/22/2025','8:00 PM','6938633','Blue-October-6-22-2025'],['Blue October','Tannahill's Tavern and Music Hall','Fort Worth, TX','Thursday','6/26/2025','8:00 PM','6930859','Blue-October-6-26-2025'],['Blue October','Moody Amphitheater','Austin, TX','Saturday','6/28/2025','8:00 PM','6930860','Blue-October-6-28-2025'],['89.7 The River's 30th Anniversary Show: 311, Sublime & Blue October','River's Edge Park in Council Bluffs','Council Bluffs, IA','Saturday','7/12/2025','1:00 PM','7024146','89-7-The-River-s-30th-Anniversary-Show--311--Sublime---Blue-October-7-12-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'],['Will Downing','Blue Note Hawaii','Honolulu, HI','Wednesday','10/1/2025','7:00 PM','7067513','Will-Downing-10-1-2025'],['Dailey and Vincent & The Malpass Brothers','Blue Gate Performing Arts Center','Shipshewana, IN','Wednesday','10/1/2025','7:30 PM','7035002','Dailey-and-Vincent---The-Malpass-Brothers-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'],['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']],'blue october','http://www.ticketnetwork.com/en/search/?text=blue%20october');