// 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 t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, 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 newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-04A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Rock The Country: Kid Rock, Nickelback, Hank Williams Jr. & Tracy Lawrence - 2 Day Pass','Florida Horse Park','Ocala, FL','Friday','5/9/2025','TBD','6820551','Rock-The-Country--Kid-Rock--Nickelback--Hank-Williams-Jr----Tracy-Lawrence---2-Day-Pass-5-9-2025'],['Rock The Country: Kid Rock, Hank Williams Jr., Tracy Lawrence & Mark Chesnutt - Saturday (Time: TBD)','Florida Horse Park','Ocala, FL','Saturday','5/10/2025','12:00 PM','6820554','Rock-The-Country--Kid-Rock--Hank-Williams-Jr---Tracy-Lawrence---Mark-Chesnutt---Saturday--Time--TBD--5-10-2025'],['PBR Kid Rock's Rock N Rodeo','AT&T Stadium','Arlington, TX','Friday','5/16/2025','7:00 PM','6817854','PBR-Kid-Rock-s-Rock-N-Rodeo-5-16-2025'],['Kid Kentucky and The American Bad A$$ Band - Kid Rock Tribute','Madison Theater - Covington','Covington, KY','Friday','5/16/2025','8:00 PM','7104417','Kid-Kentucky-and-The-American-Bad-A---Band---Kid-Rock-Tribute-5-16-2025'],['Rock The Country: Kid Rock, Nickelback, Lynyrd Skynyrd & Travis Tritt - 2 Day Pass','York Expo Center','York, PA','Friday','5/30/2025','TBD','6820556','Rock-The-Country--Kid-Rock--Nickelback--Lynyrd-Skynyrd---Travis-Tritt---2-Day-Pass-5-30-2025'],['Rock The Country: Kid Rock, Lynyrd Skynyrd, Gavin Adcock & Mark Chesnutt - Saturday (Time: TBD)','York Expo Center','York, PA','Saturday','5/31/2025','12:00 PM','6820559','Rock-The-Country--Kid-Rock--Lynyrd-Skynyrd--Gavin-Adcock---Mark-Chesnutt---Saturday--Time--TBD--5-31-2025'],['Carolina Country Music Festival: Kid Rock, Jelly Roll, Lainey Wilson & Rascal Flatts - 4 Day Pass','Burroughs & Chapin Pavilion Place','Myrtle Beach, SC','Thursday','6/5/2025','TBD','6552607','Carolina-Country-Music-Festival--Kid-Rock--Jelly-Roll--Lainey-Wilson---Rascal-Flatts---4-Day-Pass-6-5-2025'],['Cowboy - A Tribute to Kid Rock','Hard Rock Hotel Daytona Beach','Daytona Beach, FL','Friday','6/6/2025','7:00 PM','7125531','Cowboy---A-Tribute-to-Kid-Rock-6-6-2025'],['Rock The Country: Kid Rock, Nickelback, Lynyrd Skynyrd & Travis Tritt - 2 Day Pass','Barry Expo Center','Hastings, MI','Friday','6/13/2025','TBD','6820564','Rock-The-Country--Kid-Rock--Nickelback--Lynyrd-Skynyrd---Travis-Tritt---2-Day-Pass-6-13-2025'],['Rock The Country: Kid Rock, Lynyrd Skynyrd, Gavin Adcock & Mark Chesnutt - Saturday (Time: TBD)','Barry Expo Center','Hastings, MI','Saturday','6/14/2025','12:00 PM','6820567','Rock-The-Country--Kid-Rock--Lynyrd-Skynyrd--Gavin-Adcock---Mark-Chesnutt---Saturday--Time--TBD--6-14-2025']],'Kid Rock','https://www.ticketnetwork.com');