// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, 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,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; 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 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['Sebastian Bach','Belterra Casino Resort','Florence, IN','Saturday','3/14/2026','7:00 PM','7580503','Sebastian-Bach-3-14-2026'],['Sebastian Bach','District 142','Wyandotte, MI','Sunday','3/15/2026','6:30 PM','7618046','Sebastian-Bach-3-15-2026'],['Sebastian Bach','Marion Cultural and Civic Center','Marion, IL','Wednesday','3/18/2026','7:30 PM','7625776','Sebastian-Bach-3-18-2026'],['Sebastian Bach','Mr Small's Theatre','Pittsburgh, PA','Friday','3/20/2026','7:30 PM','7618055','Sebastian-Bach-3-20-2026'],['Sebastian Bach','Penns Peak','Jim Thorpe, PA','Saturday','3/21/2026','8:00 PM','7485356','Sebastian-Bach-3-21-2026'],['Sebastian Bach','Wally's Pub','Hampton, NH','Sunday','3/22/2026','8:00 PM','7618652','Sebastian-Bach-3-22-2026'],['Sebastian Bach','Empire Live','Albany, NY','Tuesday','3/24/2026','7:30 PM','7618656','Sebastian-Bach-3-24-2026'],['Sebastian Bach','Capital City Music Hall','Harrisburg, PA','Wednesday','3/25/2026','7:00 PM','7618653','Sebastian-Bach-3-25-2026'],['Sebastian Bach','Tally Ho Theater','Leesburg, VA','Friday','3/27/2026','7:00 PM','7618655','Sebastian-Bach-3-27-2026'],['Sebastian Bach','The Radio Room Greenville','Greenville, SC','Saturday','3/28/2026','8:00 PM','7609691','Sebastian-Bach-3-28-2026'],['Sebastian Bach','Music Farm - Charleston','Charleston, SC','Sunday','3/29/2026','8:00 PM','7618650','Sebastian-Bach-3-29-2026'],['Sebastian Bach','Five Points Theatre','Jacksonville, FL','Tuesday','3/31/2026','7:30 PM','7618057','Sebastian-Bach-3-31-2026'],['Sebastian Bach','Ferg's Concert Pavilion','St. Petersburg, FL','Friday','4/3/2026','7:00 PM','7618654','Sebastian-Bach-4-3-2026'],['Sebastian Bach','Club LA - Destin','Destin, FL','Saturday','4/4/2026','7:30 PM','7648162','Sebastian-Bach-4-4-2026'],['Sebastian Bach','Mainstage At Cannery Hall','Nashville, TN','Monday','4/6/2026','7:30 PM','7620507','Sebastian-Bach-4-6-2026'],['Sebastian Bach','Peppermill Concert Hall','West Wendover, NV','Friday','4/10/2026','9:00 PM','7620566','Sebastian-Bach-4-10-2026'],['Sebastian Bach','The Chiefs Event Center at Shoshone-Bannock Casino','Fort Hall, ID','Saturday','5/2/2026','7:00 PM','7613047','Sebastian-Bach-5-2-2026'],['80's Rock Invasion: Stephen Pearcy, Sebastian Bach, Slaughter & Great White','The Pool at L'Auberge Casino Resort - Lake Charles','Lake Charles, LA','Sunday','5/31/2026','1:00 PM','7624289','80-s-Rock-Invasion--Stephen-Pearcy--Sebastian-Bach--Slaughter---Great-White-5-31-2026'],['Sebastian Bach','Event Centre At Club Regent Casino','Winnipeg, Canada','Wednesday','6/17/2026','7:00 PM','7797460','Sebastian-Bach-6-17-2026'],['Sebastian Bach','Casino Rama Entertainment Centre','Rama, Canada','Friday','6/19/2026','9:00 PM','7791717','Sebastian-Bach-6-19-2026'],['Queensryche & Sebastian Bach','Grand Casino Mille Lacs Event Center','Onamia, MN','Friday','7/10/2026','8:00 PM','7726298','Queensryche---Sebastian-Bach-7-10-2026'],['Great White & Sebastian Bach','Franklin County Fairgrounds - NY','Malone, NY','Saturday','8/15/2026','7:00 PM','7691696','Great-White---Sebastian-Bach-8-15-2026'],['Twisted Sister (Sebastian Bach Replacing Dee Snider)','Alaska State Fair Borealis Theatre','Palmer, AK','Friday','9/4/2026','7:00 PM','7606293','Twisted-Sister--Sebastian-Bach-Replacing-Dee-Snider--9-4-2026'],['Sebastian Bach, Great White & Quiet Riot','Family Arena','Saint Charles, MO','Saturday','10/3/2026','7:00 PM','7504156','Sebastian-Bach--Great-White---Quiet-Riot-10-3-2026']],'Sebastian Bach','http://www.ticketnetwork.com/ticket/Sebastian-Bach-events.aspx');