// 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-04B 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([['Randy Houser','Hollywood Casino at Charles Town Races','Charles Town, WV','Friday','5/31/2024','9:00 PM','6278109','Randy-Houser-5-31-2024'],['Randy Houser','Holiday Trav-L-Park','Virginia Beach, VA','Saturday','6/1/2024','3:00 PM','6270424','Randy-Houser-6-1-2024'],['Randy Houser & Casey Donahew','Arena at Casey Jones Park','Elizabeth, CO','Thursday','6/6/2024','6:00 PM','6329155','Randy-Houser---Casey-Donahew-6-6-2024'],['Randy Houser','Britt Festival Pavilion & Gardens','Jacksonville, OR','Friday','7/26/2024','7:30 PM','6298145','Randy-Houser-7-26-2024'],['Randy Houser','Coos County Fair','Myrtle Point, OR','Saturday','7/27/2024','8:00 PM','6391390','Randy-Houser-7-27-2024'],['Randy Houser & Sam Barber','Chase County Fair & Expo','Imperial, NE','Saturday','8/17/2024','7:00 PM','6357834','Randy-Houser---Sam-Barber-8-17-2024'],['Kickoff Jam: Carrie Underwood, Garth Brooks & Alabama - 3 Day Pass','Frank Brown Park','Panama City Beach, FL','Friday','8/30/2024','TBD','6387293','Kickoff-Jam--Carrie-Underwood--Garth-Brooks---Alabama---3-Day-Pass-8-30-2024'],['Justin Moore & Randy Houser','Skyla Credit Union Amphitheatre','Charlotte, NC','Thursday','9/5/2024','7:00 PM','6302687','Justin-Moore---Randy-Houser-9-5-2024'],['Justin Moore & Randy Houser','Red Hat Amphitheater','Raleigh, NC','Friday','9/6/2024','7:00 PM','6302688','Justin-Moore---Randy-Houser-9-6-2024'],['Justin Moore & Randy Houser','Atrium Health Amphitheater','Macon, GA','Saturday','9/7/2024','7:00 PM','6302689','Justin-Moore---Randy-Houser-9-7-2024'],['Hardy, Randy Houser & Travis Denning','Dudy Noble Field','Mississippi State, MS','Thursday','9/12/2024','5:30 PM','6395717','Hardy--Randy-Houser---Travis-Denning-9-12-2024'],['Justin Moore & Randy Houser','Toyota Oakdale Theatre','Wallingford, CT','Thursday','9/26/2024','7:00 PM','6304051','Justin-Moore---Randy-Houser-9-26-2024'],['Justin Moore & Randy Houser','Stone Pony Summer Stage','Asbury Park, NJ','Friday','9/27/2024','6:00 PM','6302690','Justin-Moore---Randy-Houser-9-27-2024'],['Justin Moore & Randy Houser','The Met - Philadelphia','Philadelphia, PA','Saturday','9/28/2024','7:00 PM','6302691','Justin-Moore---Randy-Houser-9-28-2024'],['Justin Moore & Randy Houser','Walmart AMP','Rogers, AR','Thursday','10/3/2024','7:00 PM','6302693','Justin-Moore---Randy-Houser-10-3-2024'],['Justin Moore & Randy Houser','713 Music Hall','Houston, TX','Saturday','10/5/2024','7:00 PM','6302694','Justin-Moore---Randy-Houser-10-5-2024'],['Justin Moore & Randy Houser','The Pavilion at Toyota Music Factory','Irving, TX','Sunday','10/6/2024','7:00 PM','6302695','Justin-Moore---Randy-Houser-10-6-2024'],['Justin Moore & Randy Houser','Toledo Zoo Amphitheatre','Toledo, OH','Thursday','10/10/2024','6:30 PM','6302696','Justin-Moore---Randy-Houser-10-10-2024'],['Justin Moore & Randy Houser','Everwise Amphitheater at White River State Park','Indianapolis, IN','Friday','10/11/2024','7:00 PM','6329304','Justin-Moore---Randy-Houser-10-11-2024'],['Justin Moore & Randy Houser','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Saturday','10/12/2024','7:00 PM','6302697','Justin-Moore---Randy-Houser-10-12-2024'],['Randy Houser','J.D. Legends','Franklin, OH','Thursday','9/11/2070','7:00 PM','4417904','Randy-Houser-9-11-2070']],'Randy Houser','http://www.ticketnetwork.com/en/search/?text=Randy Houser');