// var TN_Widget = function() { return { //Options newWindow : true, linkText : "Tickets", tixUrl : "https://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[3] +"
"+"" + row[4] + "
"+"" + row[5] + ""+"" + row[0] +"" + row[1] +"
" + row[2] +""+""+ this.linkText+ ""; }, 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,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['Fangsgiving','The Crowbar','Tampa, FL','Friday','10/17/2025','7:30 PM','7461756','Fangsgiving-10-17-2025'],['Fangsgiving','The Crowbar','Tampa, FL','Saturday','10/18/2025','6:30 PM','7461755','Fangsgiving-10-18-2025'],['Be Your Own Pet','The Crowbar','Tampa, FL','Sunday','10/19/2025','7:00 PM','7281395','Be-Your-Own-Pet-10-19-2025'],['Yoke Lore','The Crowbar','Tampa, FL','Tuesday','10/21/2025','8:00 PM','7291483','Yoke-Lore-10-21-2025'],['Dogpark','The Crowbar','Tampa, FL','Thursday','10/23/2025','8:00 PM','7218334','Dogpark-10-23-2025'],['Ybor Horror IV','The Crowbar','Tampa, FL','Saturday','10/25/2025','6:00 PM','7459804','Ybor-Horror-IV-10-25-2025'],['Poison Girl Friend','The Crowbar','Tampa, FL','Sunday','10/26/2025','7:00 PM','7356447','Poison-Girl-Friend-10-26-2025'],['The Haunt - Show','The Crowbar','Tampa, FL','Thursday','10/30/2025','7:00 PM','7196974','The-Haunt---Show-10-30-2025'],['Halloween Party IV: Emo Night Tampa','The Crowbar','Tampa, FL','Friday','10/31/2025','8:00 PM','7459812','Halloween-Party-IV--Emo-Night-Tampa-10-31-2025'],['Halloween Indie Night','The Crowbar','Tampa, FL','Saturday','11/1/2025','7:00 PM','7457051','Halloween-Indie-Night-11-1-2025'],['French Police','The Crowbar','Tampa, FL','Monday','11/3/2025','7:00 PM','7154739','French-Police-11-3-2025'],['Sun Room','The Crowbar','Tampa, FL','Tuesday','11/4/2025','8:00 PM','7216564','Sun-Room-11-4-2025'],['Hammer and Nail Fest','The Crowbar','Tampa, FL','Saturday','11/8/2025','4:00 PM','7459815','Hammer-and-Nail-Fest-11-8-2025'],['The Dollyrots','The Crowbar','Tampa, FL','Friday','11/14/2025','7:00 PM','7384641','The-Dollyrots-11-14-2025'],['Galactic Empire & Bit Brigade','The Crowbar','Tampa, FL','Saturday','11/15/2025','7:00 PM','7340722','Galactic-Empire---Bit-Brigade-11-15-2025'],['Sweet Pill','The Crowbar','Tampa, FL','Sunday','11/16/2025','8:00 PM','7382147','Sweet-Pill-11-16-2025'],['Simon Grossmann','The Crowbar','Tampa, FL','Thursday','11/20/2025','7:00 PM','7335268','Simon-Grossmann-11-20-2025'],['Cowgirl Clue','The Crowbar','Tampa, FL','Wednesday','12/3/2025','8:00 PM','7463142','Cowgirl-Clue-12-3-2025'],['TRSH','The Crowbar','Tampa, FL','Saturday','12/6/2025','7:30 PM','7337013','TRSH-12-6-2025'],['Pink Talking Fish - A Tribute to Pink Floyd, The Talking Heads & Phish','The Crowbar','Tampa, FL','Thursday','12/11/2025','7:00 PM','7287399','Pink-Talking-Fish---A-Tribute-to-Pink-Floyd--The-Talking-Heads---Phish-12-11-2025'],['Ax and the Hatchetmen','The Crowbar','Tampa, FL','Friday','12/12/2025','8:00 PM','7334004','Ax-and-the-Hatchetmen-12-12-2025'],['The Casualties','The Crowbar','Tampa, FL','Wednesday','12/17/2025','8:00 PM','7454020','The-Casualties-12-17-2025'],['EMM','The Crowbar','Tampa, FL','Monday','1/12/2026','8:00 PM','7463143','EMM-1-12-2026'],['Apes of the State','The Crowbar','Tampa, FL','Wednesday','1/14/2026','8:00 PM','7487343','Apes-of-the-State-1-14-2026'],['Ellise','The Crowbar','Tampa, FL','Monday','2/2/2026','7:00 PM','7491260','Ellise-2-2-2026'],['Mo Lowda and The Humble','The Crowbar','Tampa, FL','Friday','2/27/2026','8:00 PM','7463085','Mo-Lowda-and-The-Humble-2-27-2026'],['Landon Conrath','The Crowbar','Tampa, FL','Thursday','3/12/2026','7:00 PM','7491606','Landon-Conrath-3-12-2026']],'Crowbar Tampa','https://www.ticketnetwork.com/ticket/Crowbar-Tampa-events.aspx');