// 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([['Third Eye Blind','Brookfield Zoo','Brookfield, IL','Friday','7/18/2025','7:30 PM','7230990','Third-Eye-Blind-7-18-2025'],['Third Eye Blind','The Venue At Thunder Valley Casino','Lincoln, CA','Friday','7/25/2025','7:30 PM','7095953','Third-Eye-Blind-7-25-2025'],['Third Eye Blind','The Festival At Sandpoint','Sandpoint, ID','Sunday','7/27/2025','7:30 PM','7061569','Third-Eye-Blind-7-27-2025'],['Third Eye Blind','Bethlehem Musikfest - Wind Creek Steel Stage','Bethlehem, PA','Friday','8/8/2025','7:00 PM','7021302','Third-Eye-Blind-8-8-2025'],['Third Eye Blind','Utah State Fairpark','Salt Lake City, UT','Wednesday','9/10/2025','7:15 PM','7101480','Third-Eye-Blind-9-10-2025'],['Third Eye Blind','The Show - Agua Caliente Casino','Rancho Mirage, CA','Friday','9/19/2025','8:00 PM','7154104','Third-Eye-Blind-9-19-2025'],['Hoedown Hill Music Festival: Third Eye Blind & Beach Weather - Saturday','Hoedown Hill','Windsor, CO','Saturday','9/20/2025','4:45 PM','7177577','Hoedown-Hill-Music-Festival--Third-Eye-Blind---Beach-Weather---Saturday-9-20-2025'],['Third Eye Blind','Bloomsburg Fair','Bloomsburg, PA','Thursday','9/25/2025','8:00 PM','7149882','Third-Eye-Blind-9-25-2025'],['Rock The Locks Music Festival: Seether, The All American Rejects & Third Eye Blind - 3 Day Pass','Rock the Locks Music Festival','Umatilla, OR','Friday','9/26/2025','TBD','6856181','Rock-The-Locks-Music-Festival--Seether--The-All-American-Rejects---Third-Eye-Blind---3-Day-Pass-9-26-2025'],['Rock The Locks Music Festival: Third Eye Blind, The Red Jumpsuit Apparatus & Dorothy - Sunday','Rock the Locks Music Festival','Umatilla, OR','Sunday','9/28/2025','1:00 PM','7179703','Rock-The-Locks-Music-Festival--Third-Eye-Blind--The-Red-Jumpsuit-Apparatus---Dorothy---Sunday-9-28-2025']],'Third Eye Blind','http://www.ticketnetwork.com/en/search/?text=Third%20Eye%20Blind');