// 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-02B TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Florida Gators vs. Miami Hurricanes','Ben Hill Griffin Stadium','Gainesville, FL','Saturday','8/31/2024','TBD','6117744','Florida-Gators-vs--Miami-Hurricanes-8-31-2024'],['Florida Gators vs. Samford Bulldogs','Ben Hill Griffin Stadium','Gainesville, FL','Saturday','9/7/2024','TBD','6117746','Florida-Gators-vs--Samford-Bulldogs-9-7-2024'],['Florida Gators vs. Texas A&M Aggies','Ben Hill Griffin Stadium','Gainesville, FL','Saturday','9/14/2024','TBD','6117748','Florida-Gators-vs--Texas-A-M-Aggies-9-14-2024'],['Mississippi State Bulldogs vs. Florida Gators','Davis Wade Stadium At Scott Field','Mississippi State, MS','Saturday','9/21/2024','TBD','6154526','Mississippi-State-Bulldogs-vs--Florida-Gators-9-21-2024'],['Florida Gators vs. UCF Knights','Ben Hill Griffin Stadium','Gainesville, FL','Saturday','10/5/2024','TBD','6117750','Florida-Gators-vs--UCF-Knights-10-5-2024'],['Tennessee Volunteers vs. Florida Gators','Neyland Stadium','Knoxville, TN','Saturday','10/12/2024','TBD','6117813','Tennessee-Volunteers-vs--Florida-Gators-10-12-2024'],['Florida Gators vs. Kentucky Wildcats','Ben Hill Griffin Stadium','Gainesville, FL','Saturday','10/19/2024','TBD','6154466','Florida-Gators-vs--Kentucky-Wildcats-10-19-2024'],['Georgia Bulldogs vs. Florida Gators','EverBank Stadium','Jacksonville, FL','Saturday','11/2/2024','TBD','6117672','Georgia-Bulldogs-vs--Florida-Gators-11-2-2024'],['PARKING: Georgia Bulldogs vs. Florida Gators','EverBank Stadium Parking Lots','Jacksonville, FL','Saturday','11/2/2024','TBD','6117673','PARKING--Georgia-Bulldogs-vs--Florida-Gators-11-2-2024'],['Texas Longhorns vs. Florida Gators','Darrell K. Royal - Texas Memorial Stadium','Austin, TX','Saturday','11/9/2024','TBD','6154576','Texas-Longhorns-vs--Florida-Gators-11-9-2024'],['PARKING: Texas Longhorns vs. Florida Gators','Darrell K. Royal - Texas Memorial Stadium Parking Lots','Austin, TX','Saturday','11/9/2024','TBD','6154577','PARKING--Texas-Longhorns-vs--Florida-Gators-11-9-2024'],['Florida Gators vs. LSU Tigers','Ben Hill Griffin Stadium','Gainesville, FL','Saturday','11/16/2024','TBD','6154468','Florida-Gators-vs--LSU-Tigers-11-16-2024'],['Florida Gators vs. Mississippi Rebels','Ben Hill Griffin Stadium','Gainesville, FL','Saturday','11/23/2024','TBD','6154470','Florida-Gators-vs--Mississippi-Rebels-11-23-2024'],['Florida State Seminoles vs. Florida Gators','Doak Campbell Stadium','Tallahassee, FL','Saturday','11/30/2024','TBD','6117567','Florida-State-Seminoles-vs--Florida-Gators-11-30-2024'],['PARKING: Florida State Seminoles vs. Florida Gators ','Doak Campbell Stadium Parking Lots','Tallahassee, FL','Saturday','11/30/2024','TBD','6117716','PARKING--Florida-State-Seminoles-vs--Florida-Gators--11-30-2024']],'','https://www.ticketnetwork.com');