// var TN_Widget = function() { return { //Options newWindow : true, linkText : "Tickets", tixUrl : "https://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[3] +"
"+"" + row[4] + "
"+"" + row[5] + ""+"" + row[0] +"" + row[1] +"
" + row[2] +""+""+ 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-03A TN_Widget.CreateTable([['Reverend Horton Heat','Little Rock Hall - AR','Little Rock, AR','Friday','7/4/2025','8:00 PM','6931401','Reverend-Horton-Heat-7-4-2025'],['Reverend Horton Heat','Buck's Backyard','Buda, TX','Friday','8/1/2025','8:30 PM','7080006','Reverend-Horton-Heat-8-1-2025'],['Reverend Horton Heat','Stanley's Famous Pit BBQ','Tyler, TX','Friday','8/29/2025','7:15 PM','7145294','Reverend-Horton-Heat-8-29-2025'],['Reverend Horton Heat','Garden Amphitheatre','Garden Grove, CA','Saturday','9/20/2025','6:00 PM','7143054','Reverend-Horton-Heat-9-20-2025'],['Reverend Horton Heat','Red Stage Fontana','Fontana, CA','Sunday','9/21/2025','8:00 PM','7243227','Reverend-Horton-Heat-9-21-2025'],['Reverend Horton Heat','The Casbah - CA','San Diego, CA','Thursday','9/25/2025','8:30 PM','7180001','Reverend-Horton-Heat-9-25-2025'],['Reverend Horton Heat','The Casbah - CA','San Diego, CA','Friday','9/26/2025','8:30 PM','7180002','Reverend-Horton-Heat-9-26-2025'],['Reverend Horton Heat','Twin Rivers Saloon','Modesto, CA','Tuesday','9/30/2025','5:00 PM','7174849','Reverend-Horton-Heat-9-30-2025'],['Reverend Horton Heat','The Ritz - San Jose','San Jose, CA','Wednesday','10/1/2025','7:00 PM','7143056','Reverend-Horton-Heat-10-1-2025'],['Reverend Horton Heat','Club Underground','Reno, NV','Saturday','10/4/2025','7:00 PM','7175281','Reverend-Horton-Heat-10-4-2025'],['Reverend Horton Heat','The BlueBird Nightclub - Reno','Reno, NV','Saturday','10/4/2025','7:00 PM','7145296','Reverend-Horton-Heat-10-4-2025'],['Reverend Horton Heat','Metro Music Hall','Salt Lake City, UT','Monday','10/6/2025','7:00 PM','7145731','Reverend-Horton-Heat-10-6-2025'],['Reverend Horton Heat','The Ickey Nickel Bar & Grill','Sioux City, IA','Thursday','10/9/2025','7:00 PM','7227936','Reverend-Horton-Heat-10-9-2025'],['Reverend Horton Heat','Icon Event Hall','Sioux Falls, SD','Friday','10/10/2025','7:00 PM','7174848','Reverend-Horton-Heat-10-10-2025'],['Reverend Horton Heat','Danenberger Family Vineyards','New Berlin, IL','Tuesday','10/14/2025','7:30 PM','7183985','Reverend-Horton-Heat-10-14-2025'],['Reverend Horton Heat','Hobart Art Theater','Hobart, IN','Wednesday','10/15/2025','7:30 PM','7046409','Reverend-Horton-Heat-10-15-2025'],['Reverend Horton Heat','Evanston Space','Evanston, IL','Thursday','10/16/2025','8:00 PM','7143235','Reverend-Horton-Heat-10-16-2025'],['Reverend Horton Heat','Knuckleheads Saloon Indoor Stage','Kansas City, MO','Sunday','10/19/2025','7:30 PM','7160140','Reverend-Horton-Heat-10-19-2025'],['Reverend Horton Heat','Crighton Theatre','Conroe, TX','Saturday','5/30/2026','7:00 PM','6917279','Reverend-Horton-Heat-5-30-2026'],['Reverend Horton Heat','Coach House - Capistrano','San Juan Capistrano, CA','Thursday','4/16/2071','8:00 PM','4369701','Reverend-Horton-Heat-4-16-2071'],['Toadies & Reverend Horton Heat','Knitting Factory Concert House - Boise','Boise, ID','Thursday','10/1/2071','7:30 PM','4706905','Toadies---Reverend-Horton-Heat-10-1-2071'],['Toadies & Reverend Horton Heat','Iron City - Birmingham','Birmingham, AL','Monday','11/2/2071','8:00 PM','4706919','Toadies---Reverend-Horton-Heat-11-2-2071']],'Reverend Horton Heat','https://www.ticketnetwork.com/ticket/Reverend-Horton-Heat-events.aspx');