// 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 "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-04A 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([['Crazy Train - Ozzy Osbourne Tribute','Pipa Event Center at Quechan Casino Resort','Winterhaven, CA','Friday','8/21/2026','8:00 PM','7988976','Crazy-Train---Ozzy-Osbourne-Tribute-8-21-2026'],['Flying High Again - Ozzy Tribute','House Of Blues - Myrtle Beach','North Myrtle Beach, SC','Saturday','8/22/2026','7:00 PM','8045166','Flying-High-Again---Ozzy-Tribute-8-22-2026'],['Flying High Again - Ozzy Tribute','Madlife Stage & Studios','Woodstock, GA','Saturday','9/5/2026','9:55 PM','8037688','Flying-High-Again---Ozzy-Tribute-9-5-2026'],['Ozzy Rebourne','Warner Vineyards','Paw Paw, MI','Sunday','9/6/2026','6:30 PM','8037875','Ozzy-Rebourne-9-6-2026'],['Blizzard of Ozz - Tribute to Ozzy Osbourne','Claremont Opera House','Claremont, NH','Saturday','9/12/2026','7:30 PM','7990074','Blizzard-of-Ozz---Tribute-to-Ozzy-Osbourne-9-12-2026'],['Crazy Train - Ozzy Osbourne Tribute','Carolina Theater - Greensboro','Greensboro, NC','Thursday','9/24/2026','7:30 PM','8030856','Crazy-Train---Ozzy-Osbourne-Tribute-9-24-2026'],['Crazy Train - Ozzy Osbourne Tribute','The Boulton Center For The Performing Arts','Bay Shore, NY','Thursday','10/1/2026','8:00 PM','8016370','Crazy-Train---Ozzy-Osbourne-Tribute-10-1-2026'],['Crazy Train - Ozzy Osbourne Tribute','The Orpheum Theatre - Galesburg','Galesburg, IL','Thursday','10/15/2026','7:30 PM','8133047','Crazy-Train---Ozzy-Osbourne-Tribute-10-15-2026'],['Ultimate Ozzy Osborne Tribute Concert','The Historic Bal Theatre','San Leandro, CA','Friday','10/16/2026','8:00 PM','8163675','Ultimate-Ozzy-Osborne-Tribute-Concert-10-16-2026'],['Blizzard Of Ozzy','Gas South Theater','Duluth, GA','Saturday','10/17/2026','7:30 PM','8172940','Blizzard-Of-Ozzy-10-17-2026'],['The Story of Ozzy Osbourne','Northern Alberta Jubilee Auditorium','Edmonton, Canada','Friday','11/13/2026','7:30 PM','7841620','The-Story-of-Ozzy-Osbourne-11-13-2026'],['The Story of Ozzy Osbourne','Southern Alberta Jubilee Auditorium','Calgary, Canada','Friday','11/20/2026','7:30 PM','7841455','The-Story-of-Ozzy-Osbourne-11-20-2026'],['Little Ozzy','Beacon Theatre - VA','Hopewell, VA','Wednesday','11/25/2026','6:30 PM','8196972','Little-Ozzy-11-25-2026'],['Ozzolution - Tribute to Ozzy Osbourne','Warehouse On Broadway','Kansas City, MO','Friday','11/27/2026','7:30 PM','7948228','Ozzolution---Tribute-to-Ozzy-Osbourne-11-27-2026'],['Little Ozzy','Backseat Events','Winchester, VA','Saturday','11/28/2026','8:00 PM','7785553','Little-Ozzy-11-28-2026'],['Ozzy Rebourne','Diesel Concert Lounge','New Baltimore, MI','Friday','12/4/2026','7:00 PM','8145562','Ozzy-Rebourne-12-4-2026']],'Ozzy','http://www.ticketnetwork.com/en/search/?text=Ozzy');