//
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-03A
TN_Widget.CreateTable([['Central Cee','South Side Ballroom at Gilley's','Dallas, TX','Monday','5/12/2025','8:00 PM','6958992','Central-Cee-5-12-2025'],['Empire of the Sun','South Side Ballroom at Gilley's','Dallas, TX','Thursday','5/15/2025','8:00 PM','6871949','Empire-of-the-Sun-5-15-2025'],['Key Glock','South Side Ballroom at Gilley's','Dallas, TX','Sunday','5/25/2025','8:00 PM','7046972','Key-Glock-5-25-2025'],['The Head and The Heart','South Side Ballroom at Gilley's','Dallas, TX','Friday','6/13/2025','7:30 PM','7013464','The-Head-and-The-Heart-6-13-2025'],['Dance Gavin Dance','South Side Ballroom at Gilley's','Dallas, TX','Saturday','6/14/2025','7:00 PM','6930338','Dance-Gavin-Dance-6-14-2025'],['Peach Pit & Briston Maroney','South Side Ballroom at Gilley's','Dallas, TX','Tuesday','6/17/2025','7:00 PM','6837247','Peach-Pit---Briston-Maroney-6-17-2025'],['DeeBaby','South Side Ballroom at Gilley's','Dallas, TX','Friday','6/27/2025','8:00 PM','7068793','DeeBaby-6-27-2025'],['Eslabon Armado','South Side Ballroom at Gilley's','Dallas, TX','Saturday','7/12/2025','8:00 PM','7045539','Eslabon-Armado-7-12-2025'],['Jessie Reyez','South Side Ballroom at Gilley's','Dallas, TX','Monday','7/21/2025','8:00 PM','7083289','Jessie-Reyez-7-21-2025'],['The Fray','South Side Ballroom at Gilley's','Dallas, TX','Friday','7/25/2025','7:00 PM','6996352','The-Fray-7-25-2025'],['Jessie Murph','South Side Ballroom at Gilley's','Dallas, TX','Saturday','8/2/2025','8:00 PM','7138445','Jessie-Murph-8-2-2025'],['d4vd','South Side Ballroom at Gilley's','Dallas, TX','Friday','8/8/2025','8:00 PM','7104186','d4vd-8-8-2025'],['Quinn XCII','South Side Ballroom at Gilley's','Dallas, TX','Saturday','9/27/2025','8:00 PM','7146667','Quinn-XCII-9-27-2025'],['Mudvayne','South Side Ballroom at Gilley's','Dallas, TX','Saturday','10/11/2025','7:00 PM','7141572','Mudvayne-10-11-2025'],['The Living Tombstone','South Side Ballroom at Gilley's','Dallas, TX','Friday','10/17/2025','8:00 PM','6972505','The-Living-Tombstone-10-17-2025'],['Bladee','South Side Ballroom at Gilley's','Dallas, TX','Saturday','10/18/2025','8:00 PM','7141656','Bladee-10-18-2025'],['Kevin Gates','South Side Ballroom at Gilley's','Dallas, TX','Thursday','10/30/2025','8:00 PM','7138544','Kevin-Gates-10-30-2025'],['Fally Ipupa','South Side Ballroom at Gilley's','Dallas, TX','Saturday','11/3/2074','8:00 PM','6684747','Fally-Ipupa-11-3-2074']],'The South Side Ballroom','https://www.ticketnetwork.com/ticket/The-South-Side-Ballroom-events.aspx');