//
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([['Journey','Moody Center ATX','Austin, TX','Tuesday','3/31/2026','7:30 PM','7545797','Journey-3-31-2026'],['Journey','Paycom Center','Oklahoma City, OK','Friday','4/3/2026','7:30 PM','7545798','Journey-4-3-2026'],['A Foreigner's Journey To Boston','Middle Ages Beer Hall','Syracuse, NY','Friday','4/3/2026','8:00 PM','7752088','A-Foreigner-s-Journey-To-Boston-4-3-2026'],['E5C4P3 - Journey Tribute','Sorg Opera House','Middletown, OH','Friday','4/3/2026','8:00 PM','7830663','E5C4P3---Journey-Tribute-4-3-2026'],['Escape - Journey Tribute Band','Main Street Crossing','Tomball, TX','Friday','4/3/2026','8:00 PM','7715374','Escape---Journey-Tribute-Band-4-3-2026'],['Journey Jukebox','The Venice West','Venice, CA','Friday','4/3/2026','8:00 PM','7688526','Journey-Jukebox-4-3-2026'],['Journey','INTRUST Bank Arena','Wichita, KS','Saturday','4/4/2026','7:30 PM','7545799','Journey-4-4-2026'],['Resurrection - Journey Tribute','Clyde Theatre','Fort Wayne, IN','Saturday','4/4/2026','8:00 PM','7599350','Resurrection---Journey-Tribute-4-4-2026'],['DSB - Journey Tribute Band','Aliante Casino and Hotel','North Las Vegas, NV','Saturday','4/4/2026','8:00 PM','7736878','DSB---Journey-Tribute-Band-4-4-2026'],['Foreigners Journey - Tribute to Journey & Foreigner','Crafthouse Stage & Grill','Pittsburgh, PA','Saturday','4/4/2026','8:30 PM','7540243','Foreigners-Journey---Tribute-to-Journey---Foreigner-4-4-2026'],['Journey','Denny Sanford Premier Center','Sioux Falls, SD','Monday','4/6/2026','7:30 PM','7545800','Journey-4-6-2026'],['Journey','Casey's Center','Des Moines, IA','Wednesday','4/8/2026','7:30 PM','7545801','Journey-4-8-2026'],['The Journey Within - Meditation & Wisdom with Gurudev Sri Sri Ravi Shankar','Granada Theatre - Santa Barbara','Santa Barbara, CA','Thursday','4/9/2026','7:00 PM','7830427','The-Journey-Within---Meditation---Wisdom-with-Gurudev-Sri-Sri-Ravi-Shankar-4-9-2026'],['Music of the Stars - A Musical Journey Through Time','Batavia Downs - Park Place Event Center','Batavia, NY','Thursday','4/9/2026','7:30 PM','7671888','Music-of-the-Stars---A-Musical-Journey-Through-Time-4-9-2026'],['Journey','Pinnacle Bank Arena','Lincoln, NE','Thursday','4/9/2026','7:30 PM','7545802','Journey-4-9-2026'],['Never Stop Believin' - A Tribute to Journey','Gulf Theater at Military Heritage Museum','Punta Gorda, FL','Friday','4/10/2026','3:00 PM','7661245','Never-Stop-Believin-----A-Tribute-to-Journey-4-10-2026'],['Classic Journey Tribute','Alabama Theatre - SC','Myrtle Beach, SC','Friday','4/10/2026','7:00 PM','7451911','Classic-Journey-Tribute-4-10-2026'],['ForJoury - Tribute To Foreigner & Journey','Wayne Theatre - VA','Waynesboro, VA','Friday','4/10/2026','7:00 PM','7831366','ForJoury---Tribute-To-Foreigner---Journey-4-10-2026'],['Departure - Tribute To Journey','The Barrelhouse Ballroom','Chattanooga, TN','Friday','4/10/2026','9:00 PM','7634125','Departure---Tribute-To-Journey-4-10-2026'],['Journey to the Heart of Zeppelin - A Tribute to Led Zeppelin','Phil Long Music Hall at Bourbon Brothers - CO','Colorado Springs, CO','Saturday','4/11/2026','7:30 PM','7692786','Journey-to-the-Heart-of-Zeppelin---A-Tribute-to-Led-Zeppelin-4-11-2026'],['Resurrection - Journey Tribute','The Carolina Opry Theater','Myrtle Beach, SC','Sunday','4/12/2026','7:00 PM','7523187','Resurrection---Journey-Tribute-4-12-2026'],['Journey','Delta Center','Salt Lake City, UT','Sunday','4/12/2026','7:30 PM','7545803','Journey-4-12-2026'],['Journey','ExtraMile Arena','Boise, ID','Tuesday','4/14/2026','7:30 PM','7545804','Journey-4-14-2026'],['Journey','Numerica Veterans Arena','Spokane, WA','Wednesday','4/15/2026','7:30 PM','7545805','Journey-4-15-2026'],['Trial by Fire - A Tribute to Journey','The Millwald','Wytheville, VA','Friday','4/17/2026','7:00 PM','7751979','Trial-by-Fire---A-Tribute-to-Journey-4-17-2026']],'journey','http://www.ticketnetwork.com/en/search/?text=journey');