//
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([['Jessica Simpson','Premier Theater At Foxwoods','Ledyard, CT','Sunday','12/7/2025','7:00 PM','7410689','Jessica-Simpson-12-7-2025'],['Loverboy & .38 Special','Premier Theater At Foxwoods','Ledyard, CT','Friday','12/12/2025','8:00 PM','7410691','Loverboy----38-Special-12-12-2025'],['Jerry Seinfeld','Premier Theater At Foxwoods','Ledyard, CT','Saturday','12/13/2025','8:00 PM','7281477','Jerry-Seinfeld-12-13-2025'],['Jump - America's Van Halen Experience','Premier Theater At Foxwoods','Ledyard, CT','Saturday','12/27/2025','8:00 PM','7366917','Jump---America-s-Van-Halen-Experience-12-27-2025'],['Totally Tubular Festival','Premier Theater At Foxwoods','Ledyard, CT','Sunday','12/28/2025','7:30 PM','7364697','Totally-Tubular-Festival-12-28-2025'],['Ron White','Premier Theater At Foxwoods','Ledyard, CT','Friday','1/23/2026','8:00 PM','7472367','Ron-White-1-23-2026'],['Jerry Seinfeld','Premier Theater At Foxwoods','Ledyard, CT','Monday','1/26/2026','8:00 PM','7281479','Jerry-Seinfeld-1-26-2026'],['Tesla & Buckcherry','Premier Theater At Foxwoods','Ledyard, CT','Friday','1/30/2026','8:00 PM','7425211','Tesla---Buckcherry-1-30-2026'],['Brett Young','Premier Theater At Foxwoods','Ledyard, CT','Saturday','2/7/2026','8:00 PM','7566478','Brett-Young-2-7-2026'],['Belinda Davids','Premier Theater At Foxwoods','Ledyard, CT','Saturday','2/14/2026','8:00 PM','7551973','Belinda-Davids-2-14-2026'],['Theresa Caputo','Premier Theater At Foxwoods','Ledyard, CT','Friday','2/20/2026','7:30 PM','7522310','Theresa-Caputo-2-20-2026'],['Riverdance 30 - The New Generation','Premier Theater At Foxwoods','Ledyard, CT','Saturday','2/21/2026','8:00 PM','7490691','Riverdance-30---The-New-Generation-2-21-2026'],['Riverdance 30 - The New Generation','Premier Theater At Foxwoods','Ledyard, CT','Sunday','2/22/2026','5:00 PM','7490692','Riverdance-30---The-New-Generation-2-22-2026'],['Cedric the Entertainer','Premier Theater At Foxwoods','Ledyard, CT','Friday','2/27/2026','8:00 PM','7425215','Cedric-the-Entertainer-2-27-2026'],['70s Soul Jam','Premier Theater At Foxwoods','Ledyard, CT','Friday','3/6/2026','7:30 PM','7599626','70s-Soul-Jam-3-6-2026'],['Reik','Premier Theater At Foxwoods','Ledyard, CT','Sunday','3/8/2026','8:00 PM','7594390','Reik-3-8-2026'],['Joey Diaz','Premier Theater At Foxwoods','Ledyard, CT','Saturday','3/14/2026','8:00 PM','7566695','Joey-Diaz-3-14-2026'],['Jay Leno & Arsenio Hall','Premier Theater At Foxwoods','Ledyard, CT','Friday','3/20/2026','8:00 PM','7191473','Jay-Leno---Arsenio-Hall-3-20-2026'],['Cheap Trick','Premier Theater At Foxwoods','Ledyard, CT','Saturday','3/21/2026','8:00 PM','7566527','Cheap-Trick-3-21-2026'],['Puscifer','Premier Theater At Foxwoods','Ledyard, CT','Friday','4/10/2026','8:00 PM','7505640','Puscifer-4-10-2026'],['Aaron Lewis and the Stateliners','Premier Theater At Foxwoods','Ledyard, CT','Saturday','4/11/2026','8:00 PM','7540365','Aaron-Lewis-and-the-Stateliners-4-11-2026'],['Morgan Jay','Premier Theater At Foxwoods','Ledyard, CT','Thursday','7/2/2026','7:00 PM','7411169','Morgan-Jay-7-2-2026'],['Dance Across America','Premier Theater At Foxwoods','Ledyard, CT','Friday','4/4/2070','TBD','4389501','Dance-Across-America-4-4-2070']],'MGM Grand at Foxwoods','https://www.ticketnetwork.com/ticket/MGM-Grand-at-Foxwoods-events.aspx');