// var TN_Widget = function() { return { CreateEventRow : function(row, isAlt) { return "" + row[3] + "
" + row[4] + "
" + row[5] + "" + row[0] + "" + row[1] + "
" + row[2] + "Tickets"; }, 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 newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && 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/WidgetStyle11.css'); TN_Widget.CreateTable([['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'],['Blizzard of Ozz - Tribute to Ozzy Osbourne','Beach Rock Music & Sports Lounge','Suquamish, WA','Friday','4/3/2026','8:30 PM','7756629','Blizzard-of-Ozz---Tribute-to-Ozzy-Osbourne-4-3-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'],['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']],'Ozzy Osbourne','http://www.ticketnetwork.com/ticket/Ozzy-Osbourne-events.aspx');