// 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-02A 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([['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'],['Randy Houser','Neon Cactus','West Lafayette, IN','Saturday','7/19/2025','7:00 PM','7146184','Randy-Houser-7-19-2025'],['Frontier Nights: Cody Johnson & Randy Houser','Cheyenne Frontier Days Arena','Cheyenne, WY','Friday','7/25/2025','8:00 PM','6598115','Frontier-Nights--Cody-Johnson---Randy-Houser-7-25-2025'],['Randy Houser','Kee To Bala','Bala, Canada','Wednesday','7/30/2025','8:00 PM','7157987','Randy-Houser-7-30-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'],['Randy Houser','Oak Grove Gaming Outdoor Amphitheater','Oak Grove, KY','Friday','8/15/2025','8:00 PM','7146178','Randy-Houser-8-15-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','Crystal Grand Music Theatre','Lake Delton, WI','Friday','9/12/2025','8:00 PM','7203309','Randy-Houser-9-12-2025'],['Hoedown Hill Music Festival: Randy Houser & Avery Anna - Friday','Hoedown Hill','Windsor, CO','Friday','9/26/2025','6:00 PM','7177592','Hoedown-Hill-Music-Festival--Randy-Houser---Avery-Anna---Friday-9-26-2025']],'Randy Houser','http://www.ticketnetwork.com/en/search/?text=Randy%20Houser');