//
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 += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-02A
TN_Widget.CreateTable([['Maris & Caroline Kingsbury','The Crowbar','Tampa, FL','Sunday','9/21/2025','8:00 PM','7192726','Maris---Caroline-Kingsbury-9-21-2025'],['Hey, Nothing','The Crowbar','Tampa, FL','Wednesday','9/24/2025','8:00 PM','7257540','Hey--Nothing-9-24-2025'],['Mico','The Crowbar','Tampa, FL','Thursday','9/25/2025','8:00 PM','7166306','Mico-9-25-2025'],['Parrotfish','The Crowbar','Tampa, FL','Friday','9/26/2025','8:00 PM','7310055','Parrotfish-9-26-2025'],['Novulent','The Crowbar','Tampa, FL','Wednesday','10/1/2025','7:00 PM','7242021','Novulent-10-1-2025'],['Absolution Fest - Thursday','The Crowbar','Tampa, FL','Thursday','10/2/2025','6:00 PM','7308139','Absolution-Fest---Thursday-10-2-2025'],['Absolution Fest - Friday','The Crowbar','Tampa, FL','Friday','10/3/2025','6:00 PM','7308140','Absolution-Fest---Friday-10-3-2025'],['Absolution Fest - Saturday','The Crowbar','Tampa, FL','Saturday','10/4/2025','6:00 PM','7308141','Absolution-Fest---Saturday-10-4-2025'],['The Thing with Feathers','The Crowbar','Tampa, FL','Thursday','10/9/2025','8:30 PM','7318483','The-Thing-with-Feathers-10-9-2025'],['Graham Barham','The Crowbar','Tampa, FL','Friday','10/10/2025','8:00 PM','7194516','Graham-Barham-10-10-2025'],['Hobo Johnson and The Lovemakers','The Crowbar','Tampa, FL','Wednesday','10/15/2025','8:00 PM','7204499','Hobo-Johnson-and-The-Lovemakers-10-15-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'],['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'],['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'],['Skizzy Mars','The Crowbar','Tampa, FL','Thursday','11/6/2025','7:00 PM','7281156','Skizzy-Mars-11-6-2025'],['Jonah Marais','The Crowbar','Tampa, FL','Tuesday','11/11/2025','7:00 PM','7196112','Jonah-Marais-11-11-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'],['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']],'Crowbar Tampa','https://www.ticketnetwork.com/ticket/Crowbar-Tampa-events.aspx');