// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://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[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['The Citadel Bulldogs vs. North Dakota State Bison','Johnson Hagood Stadium','Charleston, SC','Saturday','8/30/2025','TBD','6966365','The-Citadel-Bulldogs-vs--North-Dakota-State-Bison-8-30-2025'],['Samford Bulldogs vs. The Citadel Bulldogs ','Pete Hanna Stadium','Birmingham, AL','Saturday','9/6/2025','TBD','6893570','Samford-Bulldogs-vs--The-Citadel-Bulldogs--9-6-2025'],['Gardner-Webb Runnin' Bulldogs vs. The Citadel Bulldogs','Ernest W. Spangler Stadium','Shelby, NC','Saturday','9/13/2025','7:00 PM','7003194','Gardner-Webb-Runnin--Bulldogs-vs--The-Citadel-Bulldogs-9-13-2025'],['The Citadel Bulldogs vs. Mercer Bears ','Johnson Hagood Stadium','Charleston, SC','Saturday','9/20/2025','TBD','6893586','The-Citadel-Bulldogs-vs--Mercer-Bears--9-20-2025'],['Chattanooga Mocs vs. The Citadel Bulldogs ','Davenport Field At Finley Stadium','Chattanooga, TN','Saturday','9/27/2025','TBD','6893554','Chattanooga-Mocs-vs--The-Citadel-Bulldogs--9-27-2025'],['The Citadel Bulldogs vs. Valdosta State Blazers','Johnson Hagood Stadium','Charleston, SC','Saturday','10/11/2025','TBD','6966367','The-Citadel-Bulldogs-vs--Valdosta-State-Blazers-10-11-2025'],['The Citadel Bulldogs vs. Western Carolina Catamounts ','Johnson Hagood Stadium','Charleston, SC','Saturday','10/18/2025','TBD','6893587','The-Citadel-Bulldogs-vs--Western-Carolina-Catamounts--10-18-2025'],['Furman Paladins vs. The Citadel Bulldogs ','Paladin Stadium','Greenville, SC','Saturday','10/25/2025','TBD','6893596','Furman-Paladins-vs--The-Citadel-Bulldogs--10-25-2025'],['The Citadel Bulldogs vs. Virginia Military Keydets ','Johnson Hagood Stadium','Charleston, SC','Saturday','11/1/2025','TBD','6893588','The-Citadel-Bulldogs-vs--Virginia-Military-Keydets--11-1-2025'],['Mississippi Rebels vs. The Citadel Bulldogs','Vaught Hemingway Stadium','Oxford, MS','Saturday','11/8/2025','TBD','6878926','Mississippi-Rebels-vs--The-Citadel-Bulldogs-11-8-2025'],['The Citadel Bulldogs vs. Wofford Terriers ','Johnson Hagood Stadium','Charleston, SC','Saturday','11/15/2025','TBD','6893589','The-Citadel-Bulldogs-vs--Wofford-Terriers--11-15-2025'],['East Tennessee State Buccaneers vs. The Citadel Bulldogs ','William B. Greene Jr. Stadium','Johnson City, TN','Saturday','11/22/2025','TBD','6893562','East-Tennessee-State-Buccaneers-vs--The-Citadel-Bulldogs--11-22-2025']],'Citadel Bulldogs','http://www.ticketnetwork.com/ticket/Citadel-Bulldogs-events.aspx');