//
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([['Flying High Again - Ozzy Tribute','Cafe 11','St. Augustine, FL','Friday','2/27/2026','8:00 PM','7682508','Flying-High-Again---Ozzy-Tribute-2-27-2026'],['Killer of Giants - Ozzy Osbourne Tribute','The Forge - Joliet','Joliet, IL','Saturday','3/7/2026','7:00 PM','7670700','Killer-of-Giants---Ozzy-Osbourne-Tribute-3-7-2026'],['Crazy Train - Ozzy Osbourne Tribute','Pechanga Theater At Pechanga Resort & Casino','Temecula, CA','Thursday','3/12/2026','8:00 PM','7599118','Crazy-Train---Ozzy-Osbourne-Tribute-3-12-2026'],['Mr. Crowley's Ozzy Experience','McPherson Playhouse','Victoria, Canada','Thursday','3/26/2026','7:30 PM','7704974','Mr--Crowley-s-Ozzy-Experience-3-26-2026'],['Ozzy Rebourne','The Venue Event Center','Cadillac, MI','Friday','3/27/2026','7:00 PM','7673580','Ozzy-Rebourne-3-27-2026'],['Mr. Crowley's Ozzy Experience','Edmonds Center For The Arts','Edmonds, WA','Friday','3/27/2026','7:30 PM','7668496','Mr--Crowley-s-Ozzy-Experience-3-27-2026'],['Mr. Crowley's Ozzy Experience','Bing Crosby Theater','Spokane, WA','Saturday','3/28/2026','7:30 PM','7565311','Mr--Crowley-s-Ozzy-Experience-3-28-2026'],['Ozzy Rebourne','Island Resort & Casino','Harris, MI','Saturday','3/28/2026','8:00 PM','7624663','Ozzy-Rebourne-3-28-2026'],['Mr. Crowley's Ozzy Experience','Tower Theatre - OR','Bend, OR','Sunday','3/29/2026','7:30 PM','7646128','Mr--Crowley-s-Ozzy-Experience-3-29-2026'],['Flying High Again - Ozzy Tribute','Barnstormer's Grill and Event Center','Williamson, GA','Saturday','4/18/2026','8:00 PM','7685819','Flying-High-Again---Ozzy-Tribute-4-18-2026'],['The Wicked - Ozzy Tribute','The Met - RI','Pawtucket, RI','Saturday','4/18/2026','8:00 PM','7718699','The-Wicked---Ozzy-Tribute-4-18-2026'],['Madman's Diary - A Tribute to Ozzy Osbourne','Wildwood Smokehouse & Saloon','Iowa City, IA','Friday','4/24/2026','7:00 PM','7613927','Madman-s-Diary---A-Tribute-to-Ozzy-Osbourne-4-24-2026'],['Crazy Train - Ozzy Osbourne Tribute','Kirby Center for the Performing Arts','Wilkes Barre, PA','Saturday','4/25/2026','8:00 PM','7703465','Crazy-Train---Ozzy-Osbourne-Tribute-4-25-2026'],['Crazy Train - Ozzy Osbourne Tribute','House Of Blues - Dallas','Dallas, TX','Thursday','5/7/2026','7:30 PM','7460151','Crazy-Train---Ozzy-Osbourne-Tribute-5-7-2026'],['Crazy Train - Ozzy Osbourne Tribute','House Of Blues - Houston','Houston, TX','Friday','5/8/2026','6:30 PM','7460152','Crazy-Train---Ozzy-Osbourne-Tribute-5-8-2026'],['Crazy Train - Ozzy Osbourne Tribute','The Aztec Theatre ','San Antonio, TX','Saturday','5/9/2026','7:30 PM','7460153','Crazy-Train---Ozzy-Osbourne-Tribute-5-9-2026'],['Flying High Again - Ozzy Tribute','Amos' Southend','Charlotte, NC','Saturday','5/9/2026','8:00 PM','7677267','Flying-High-Again---Ozzy-Tribute-5-9-2026'],['Sabbath Lives - Black Sabbath & Ozzy Osbourne Tribute','Sweetwater Music Hall','Mill Valley, CA','Friday','5/15/2026','8:00 PM','7748393','Sabbath-Lives---Black-Sabbath---Ozzy-Osbourne-Tribute-5-15-2026'],['Crazy Train - Ozzy Osbourne Tribute','Pikes Peak Center','Colorado Springs, CO','Monday','5/18/2026','7:30 PM','7713719','Crazy-Train---Ozzy-Osbourne-Tribute-5-18-2026'],['Crazy Train - Ozzy Osbourne Tribute','Pepsi Amphitheatre at Fort Tuthill','Flagstaff, AZ','Saturday','7/11/2026','8:00 PM','7602522','Crazy-Train---Ozzy-Osbourne-Tribute-7-11-2026'],['Sins of a Madman - Ozzy Tribute','Wildwood Amphitheater - Lake Orion','Lake Orion, MI','Saturday','7/18/2026','7:00 PM','7739145','Sins-of-a-Madman---Ozzy-Tribute-7-18-2026']],'Ozzy','http://www.ticketnetwork.com/en/search/?text=Ozzy');