//
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-04A
TN_Widget.CreateTable([['Boots & Beats a Country EDM Concert','Toads Place CT','New Haven, CT','Friday','9/19/2025','9:00 PM','7299224','Boots---Beats-a-Country-EDM-Concert-9-19-2025'],['Saturday Night Dance Party','Toads Place CT','New Haven, CT','Saturday','9/20/2025','9:30 PM','7401437','Saturday-Night-Dance-Party-9-20-2025'],['Collective Soul','Toads Place CT','New Haven, CT','Friday','9/26/2025','8:00 PM','7291588','Collective-Soul-9-26-2025'],['Blessthefall','Toads Place CT','New Haven, CT','Saturday','9/27/2025','5:30 PM','7271352','Blessthefall-9-27-2025'],['Saturday Night Dance Party','Toads Place CT','New Haven, CT','Saturday','9/27/2025','9:30 PM','7411491','Saturday-Night-Dance-Party-9-27-2025'],['Natasha Bedingfield','Toads Place CT','New Haven, CT','Sunday','9/28/2025','8:00 PM','7235967','Natasha-Bedingfield-9-28-2025'],['Matt Maltese','Toads Place CT','New Haven, CT','Tuesday','9/30/2025','8:00 PM','7047436','Matt-Maltese-9-30-2025'],['Marianas Trench','Toads Place CT','New Haven, CT','Wednesday','10/1/2025','7:00 PM','7138735','Marianas-Trench-10-1-2025'],['Red NOT Chili Peppers - A Tribute to Red Hot Chili Peppers','Toads Place CT','New Haven, CT','Thursday','10/2/2025','8:30 PM','7398178','Red-NOT-Chili-Peppers---A-Tribute-to-Red-Hot-Chili-Peppers-10-2-2025'],['Bingo Loco','Toads Place CT','New Haven, CT','Friday','10/3/2025','10:00 PM','7302035','Bingo-Loco-10-3-2025'],['Chase Rice','Toads Place CT','New Haven, CT','Saturday','10/4/2025','6:00 PM','7180539','Chase-Rice-10-4-2025'],['DJ Buck's Blendapalooza','Toads Place CT','New Haven, CT','Sunday','10/5/2025','4:00 PM','7337232','DJ-Buck-s-Blendapalooza-10-5-2025'],['Alexandra Kay','Toads Place CT','New Haven, CT','Tuesday','10/7/2025','8:00 PM','7308498','Alexandra-Kay-10-7-2025'],['John Cafferty','Toads Place CT','New Haven, CT','Friday','10/10/2025','8:00 PM','7243998','John-Cafferty-10-10-2025'],['Borns','Toads Place CT','New Haven, CT','Sunday','10/12/2025','7:30 PM','7194593','Borns-10-12-2025'],['Lamp - Band','Toads Place CT','New Haven, CT','Saturday','10/18/2025','8:00 PM','7288627','Lamp---Band-10-18-2025'],['The Click Five','Toads Place CT','New Haven, CT','Sunday','10/19/2025','7:30 PM','7344233','The-Click-Five-10-19-2025'],['Counterparts','Toads Place CT','New Haven, CT','Wednesday','10/22/2025','7:00 PM','7271139','Counterparts-10-22-2025'],['Everclear','Toads Place CT','New Haven, CT','Thursday','10/23/2025','7:00 PM','7021551','Everclear-10-23-2025'],['Saint Motel','Toads Place CT','New Haven, CT','Friday','10/24/2025','8:00 PM','7120118','Saint-Motel-10-24-2025'],['Matt Maeson','Toads Place CT','New Haven, CT','Saturday','10/25/2025','7:00 PM','7200034','Matt-Maeson-10-25-2025'],['Steel Panther','Toads Place CT','New Haven, CT','Thursday','10/30/2025','8:00 PM','7353654','Steel-Panther-10-30-2025'],['Halloween Glow Party','Toads Place CT','New Haven, CT','Friday','10/31/2025','8:00 PM','7412825','Halloween-Glow-Party-10-31-2025'],['Biohazard','Toads Place CT','New Haven, CT','Sunday','11/2/2025','6:30 PM','7260089','Biohazard-11-2-2025'],['OsamaSon','Toads Place CT','New Haven, CT','Tuesday','11/4/2025','7:30 PM','7356956','OsamaSon-11-4-2025'],['The Elovaters','Toads Place CT','New Haven, CT','Wednesday','11/5/2025','7:30 PM','7284225','The-Elovaters-11-5-2025'],['The Warped Tour Band','Toads Place CT','New Haven, CT','Friday','11/7/2025','8:00 PM','7399122','The-Warped-Tour-Band-11-7-2025'],['Rome Ramirez','Toads Place CT','New Haven, CT','Thursday','11/13/2025','7:30 PM','7283241','Rome-Ramirez-11-13-2025'],['Whitechapel','Toads Place CT','New Haven, CT','Sunday','11/16/2025','6:55 PM','7180318','Whitechapel-11-16-2025'],['The Home Team','Toads Place CT','New Haven, CT','Sunday','11/23/2025','7:30 PM','7334233','The-Home-Team-11-23-2025'],['Eggy','Toads Place CT','New Haven, CT','Wednesday','11/26/2025','7:30 PM','7397650','Eggy-11-26-2025'],['Chris Webby','Toads Place CT','New Haven, CT','Friday','11/28/2025','9:00 PM','7369994','Chris-Webby-11-28-2025'],['Earl Sweatshirt','Toads Place CT','New Haven, CT','Thursday','12/4/2025','8:00 PM','7380543','Earl-Sweatshirt-12-4-2025'],['Shakey Graves','Toads Place CT','New Haven, CT','Saturday','12/13/2025','8:00 PM','7395545','Shakey-Graves-12-13-2025'],['Streetlight Manifesto','Toads Place CT','New Haven, CT','Thursday','12/18/2025','8:00 PM','7106946','Streetlight-Manifesto-12-18-2025'],['John Valby','Toads Place CT','New Haven, CT','Friday','12/19/2025','9:30 PM','7395959','John-Valby-12-19-2025'],['Lord of the Lost & The Birthday Massacre','Toads Place CT','New Haven, CT','Wednesday','1/21/2026','7:00 PM','7182640','Lord-of-the-Lost---The-Birthday-Massacre-1-21-2026'],['Cash Cobain','Toads Place CT','New Haven, CT','Friday','3/20/2026','9:00 PM','7234435','Cash-Cobain-3-20-2026'],['TEST EVENT - Walk In','Toads Place CT','New Haven, CT','Wednesday','9/9/2026','12:00 PM','7091072','TEST-EVENT---Walk-In-9-9-2026']],'Toads Place New Haven','https://www.ticketnetwork.com/ticket/Toads-Place-New-Haven-events.aspx');