// 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 dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-03B TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.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'],['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'],['Georgia Bulldogs vs. Florida Gators','EverBank Stadium','Jacksonville, FL','Saturday','11/2/2024','TBD','6117672','Georgia-Bulldogs-vs--Florida-Gators-11-2-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'],['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'],['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'],['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'],['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']],'florida gators football','http://www.ticketnetwork.com/en/search/?text=florida%20gators%20football');