// 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-03A 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([['Hinder','House Of Rock - Corpus Christi','Corpus Christi, TX','Sunday','5/5/2024','7:00 PM','6363793','Hinder-5-5-2024'],['Hinder','Club LA - Destin','Destin, FL','Tuesday','5/7/2024','7:30 PM','6391615','Hinder-5-7-2024'],['Hinder','The Plant','Dothan, AL','Thursday','5/9/2024','7:30 PM','6363794','Hinder-5-9-2024'],['Hinder','Little Rock Hall - AR','Little Rock, AR','Saturday','5/11/2024','8:00 PM','6361230','Hinder-5-11-2024'],['Hinder','Paramount Arts Center','Ashland, KY','Friday','5/17/2024','8:00 PM','6265469','Hinder-5-17-2024'],['Hinder','Capone's','Johnson City, TN','Saturday','6/29/2024','7:00 PM','6365546','Hinder-6-29-2024'],['Hinder','The Murphy Theatre','Wilmington, OH','Saturday','7/27/2024','7:00 PM','6340238','Hinder-7-27-2024'],['Hinder','Crystal Grand Music Theatre','Lake Delton, WI','Friday','8/2/2024','8:00 PM','6335005','Hinder-8-2-2024'],['Sturgis Buffalo Chip's Motorcycle and Music Festival: Hinder & Theory of a Deadman - Campground Admission','Buffalo Chip Campground','Sturgis, SD','Wednesday','8/7/2024','TBD','6164900','Sturgis-Buffalo-Chip-s-Motorcycle-and-Music-Festival--Hinder---Theory-of-a-Deadman---Campground-Admission-8-7-2024'],['Hinder','Happy's Inn','Libby, MT','Saturday','8/10/2024','6:00 PM','6313472','Hinder-8-10-2024'],['Hinder','Crystal Grand Music Theatre','Lake Delton, WI','Friday','9/19/2070','7:30 PM','4407326','Hinder-9-19-2070'],['Hinder, Wayland & Blacktop Mojo','Buffalo Rose Bar & Grill','Golden, CO','Tuesday','9/23/2070','6:30 PM','4420821','Hinder--Wayland---Blacktop-Mojo-9-23-2070'],['Hinder, Wayland & Blacktop Mojo','SideTracks Music Hall','Huntsville, AL','Wednesday','10/8/2070','7:30 PM','4420828','Hinder--Wayland---Blacktop-Mojo-10-8-2070'],['Hinder, Wayland & Blacktop Mojo','South Stage At Songbirds Guitar Museum','Chattanooga, TN','Thursday','10/9/2070','7:30 PM','4420829','Hinder--Wayland---Blacktop-Mojo-10-9-2070'],['Hinder, Wayland & Blacktop Mojo','Crafthouse Stage & Grill','Pittsburgh, PA','Tuesday','10/21/2070','7:30 PM','4420835','Hinder--Wayland---Blacktop-Mojo-10-21-2070']],'Hinder','http://www.ticketnetwork.com/en/search/?text=Hinder');