// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, 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,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-04A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Colorado Buffaloes vs. Georgia Tech Yellow Jackets','Folsom Field','Boulder, CO','Saturday','8/30/2025','TBD','6849988','Colorado-Buffaloes-vs--Georgia-Tech-Yellow-Jackets-8-30-2025'],['Georgia Tech Yellow Jackets vs. Gardner-Webb Runnin' Bulldogs','Bobby Dodd Stadium','Atlanta, GA','Saturday','9/6/2025','TBD','6863571','Georgia-Tech-Yellow-Jackets-vs--Gardner-Webb-Runnin--Bulldogs-9-6-2025'],['Georgia Tech Yellow Jackets vs. Clemson Tigers','Bobby Dodd Stadium','Atlanta, GA','Saturday','9/13/2025','TBD','6953542','Georgia-Tech-Yellow-Jackets-vs--Clemson-Tigers-9-13-2025'],['Georgia Tech Yellow Jackets vs. Temple Owls','Bobby Dodd Stadium','Atlanta, GA','Saturday','9/20/2025','TBD','6863579','Georgia-Tech-Yellow-Jackets-vs--Temple-Owls-9-20-2025'],['Wake Forest Demon Deacons vs. Georgia Tech Yellow Jackets','Allegacy Federal Credit Union Stadium','Winston Salem, NC','Saturday','9/27/2025','TBD','6957166','Wake-Forest-Demon-Deacons-vs--Georgia-Tech-Yellow-Jackets-9-27-2025'],['Georgia Tech Yellow Jackets vs. Virginia Tech Hokies','Bobby Dodd Stadium','Atlanta, GA','Saturday','10/11/2025','TBD','6956913','Georgia-Tech-Yellow-Jackets-vs--Virginia-Tech-Hokies-10-11-2025'],['Duke Blue Devils vs. Georgia Tech Yellow Jackets','Brooks Field At Wallace Wade Stadium','Durham, NC','Saturday','10/18/2025','TBD','6956889','Duke-Blue-Devils-vs--Georgia-Tech-Yellow-Jackets-10-18-2025'],['Georgia Tech Yellow Jackets vs. Syracuse Orange','Bobby Dodd Stadium','Atlanta, GA','Saturday','10/25/2025','TBD','6956912','Georgia-Tech-Yellow-Jackets-vs--Syracuse-Orange-10-25-2025'],['North Carolina State Wolfpack vs. Georgia Tech Yellow Jackets','Carter Finley Stadium','Raleigh, NC','Saturday','11/1/2025','TBD','6956967','North-Carolina-State-Wolfpack-vs--Georgia-Tech-Yellow-Jackets-11-1-2025'],['Boston College Eagles vs. Georgia Tech Yellow Jackets','Alumni Stadium - Chestnut Hill','Chestnut Hill, MA','Saturday','11/15/2025','TBD','6956860','Boston-College-Eagles-vs--Georgia-Tech-Yellow-Jackets-11-15-2025'],['Georgia Tech Yellow Jackets vs. Pittsburgh Panthers','Bobby Dodd Stadium','Atlanta, GA','Saturday','11/22/2025','TBD','6956911','Georgia-Tech-Yellow-Jackets-vs--Pittsburgh-Panthers-11-22-2025'],['Georgia Bulldogs vs. Georgia Tech Yellow Jackets','Mercedes-Benz Stadium','Atlanta, GA','Friday','11/28/2025','TBD','6861599','Georgia-Bulldogs-vs--Georgia-Tech-Yellow-Jackets-11-28-2025']],'','https://www.ticketnetwork.com');