//
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([['Wofford Terriers vs. The Citadel Bulldogs','Gibbs Stadium','Spartanburg, SC','Saturday','8/29/2026','TBD','7637870','Wofford-Terriers-vs--The-Citadel-Bulldogs-8-29-2026'],['Charlotte 49ers vs. The Citadel Bulldogs','Jerry Richardson Stadium','Charlotte, NC','Saturday','9/5/2026','TBD','7601419','Charlotte-49ers-vs--The-Citadel-Bulldogs-9-5-2026'],['The Citadel Bulldogs vs. Charleston Southern Buccaneers','Johnson Hagood Stadium','Charleston, SC','Saturday','9/12/2026','TBD','7653160','The-Citadel-Bulldogs-vs--Charleston-Southern-Buccaneers-9-12-2026'],['The Citadel Bulldogs vs. Chattanooga Mocs','Johnson Hagood Stadium','Charleston, SC','Saturday','9/26/2026','TBD','7637512','The-Citadel-Bulldogs-vs--Chattanooga-Mocs-9-26-2026'],['South Carolina State Bulldogs vs. The Citadel Bulldogs','Dawson Bulldog Stadium','Orangeburg, SC','Saturday','10/3/2026','2:00 PM','7990099','South-Carolina-State-Bulldogs-vs--The-Citadel-Bulldogs-10-3-2026'],['The Citadel Bulldogs vs. East Tennessee State Buccaneers','Johnson Hagood Stadium','Charleston, SC','Saturday','10/10/2026','TBD','7637516','The-Citadel-Bulldogs-vs--East-Tennessee-State-Buccaneers-10-10-2026'],['PARKING: Texas A&M Aggies vs. The Citadel Bulldogs','Kyle Field Parking Lots','College Station, TX','Saturday','10/17/2026','TBD','7622662','PARKING--Texas-A-M-Aggies-vs--The-Citadel-Bulldogs-10-17-2026'],['Texas A&M Aggies vs. The Citadel Bulldogs','Kyle Field','College Station, TX','Saturday','10/17/2026','12:00 PM','7622660','Texas-A-M-Aggies-vs--The-Citadel-Bulldogs-10-17-2026'],['The Citadel Bulldogs vs. Tennessee Tech Golden Eagles','Johnson Hagood Stadium','Charleston, SC','Saturday','10/24/2026','TBD','7637519','The-Citadel-Bulldogs-vs--Tennessee-Tech-Golden-Eagles-10-24-2026'],['Mercer Bears vs. The Citadel Bulldogs','Five Star Stadium','Macon, GA','Saturday','10/31/2026','TBD','7637721','Mercer-Bears-vs--The-Citadel-Bulldogs-10-31-2026'],['The Citadel Bulldogs vs. Furman Paladins','Johnson Hagood Stadium','Charleston, SC','Saturday','11/7/2026','TBD','7637522','The-Citadel-Bulldogs-vs--Furman-Paladins-11-7-2026'],['Virginia Military Keydets vs. The Citadel Bulldogs','Alumni Memorial Field At Foster Stadium','Lexington, VA','Saturday','11/14/2026','TBD','7637773','Virginia-Military-Keydets-vs--The-Citadel-Bulldogs-11-14-2026'],['Clemson Tigers vs. The Citadel Bulldogs ','Littlejohn Coliseum','Clemson, SC','Monday','11/16/2026','TBD','8046059','Clemson-Tigers-vs--The-Citadel-Bulldogs--11-16-2026'],['Western Carolina Catamounts vs. The Citadel Bulldogs','Bob Waters Field at E.J. Whitmire Stadium','Cullowhee, NC','Saturday','11/21/2026','TBD','7637826','Western-Carolina-Catamounts-vs--The-Citadel-Bulldogs-11-21-2026'],['North Carolina Tar Heels vs. The Citadel Bulldogs','Dean E. Smith Center','Chapel Hill, NC','Monday','12/21/2026','TBD','8046036','North-Carolina-Tar-Heels-vs--The-Citadel-Bulldogs-12-21-2026']],'Citadel Bulldogs','https://www.ticketnetwork.com/ticket/Citadel-Bulldogs-events.aspx');