// 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-01A TN_Widget.CreateTable([['Randy Houser','Carlisle Theater','Carlisle, PA','Wednesday','4/16/2025','7:30 PM','7030875','Randy-Houser-4-16-2025'],['Randy Houser','Penns Peak','Jim Thorpe, PA','Thursday','4/17/2025','8:00 PM','6977904','Randy-Houser-4-17-2025'],['The Madison Regatta and Roostertail Music Festival: Randy Houser & Larry Fleet - Friday','Madison Regatta','Madison, IN','Friday','7/4/2025','4:00 PM','6904256','The-Madison-Regatta-and-Roostertail-Music-Festival--Randy-Houser---Larry-Fleet---Friday-7-4-2025'],['Lakefront Music Fest: Miranda Lambert, Randy Houser & Dillon Carmichael - Saturday','Lakefront Park','Prior Lake, MN','Saturday','7/12/2025','5:00 PM','6709519','Lakefront-Music-Fest--Miranda-Lambert--Randy-Houser---Dillon-Carmichael---Saturday-7-12-2025'],['Randy Houser','Marshall-Putnam County Fairgrounds','Henry, IL','Thursday','7/17/2025','7:00 PM','6952230','Randy-Houser-7-17-2025'],['Randy Houser','Buchanan County Fairgrounds','Independence, IA','Friday','7/18/2025','8:00 PM','6898352','Randy-Houser-7-18-2025'],['Frontier Nights: Cody Johnson & Randy Houser','Cheyenne Frontier Days','Cheyenne, WY','Friday','7/25/2025','8:00 PM','6598115','Frontier-Nights--Cody-Johnson---Randy-Houser-7-25-2025'],['Randy Houser','OLG Stage At Niagara Fallsview Casino Resort','Niagara Falls, Canada','Thursday','7/31/2025','8:00 PM','7036045','Randy-Houser-7-31-2025'],['Randy Houser','Gouverneur & St. Lawrence County Fairgrounds','Gouverneur, NY','Saturday','8/2/2025','7:00 PM','6977109','Randy-Houser-8-2-2025'],['Randy Houser','Canyons Village At Park City','Park City, UT','Saturday','8/9/2025','7:00 PM','7027554','Randy-Houser-8-9-2025'],['Concert In The Corn: Randy Houser & Sawyer Brown - Thursday','Concert Grounds at White River AG Products','Mason, WI','Thursday','8/21/2025','2:00 PM','6969145','Concert-In-The-Corn--Randy-Houser---Sawyer-Brown---Thursday-8-21-2025'],['Country In The Burg: Kip Moore, Brothers Osborne, Randy Houser & Morgan Evans - 2 Day Pass','Cedar Creek Park','Cedarburg, WI','Friday','8/22/2025','TBD','6899860','Country-In-The-Burg--Kip-Moore--Brothers-Osborne--Randy-Houser---Morgan-Evans---2-Day-Pass-8-22-2025'],['Country In The Burg: Kip Moore, Randy Houser & Travis Denning - Friday','Cedar Creek Park','Cedarburg, WI','Friday','8/22/2025','5:30 PM','7030741','Country-In-The-Burg--Kip-Moore--Randy-Houser---Travis-Denning---Friday-8-22-2025']],'Randy Houser','http://www.ticketnetwork.com/ticket/Randy-Houser-events.aspx');