//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-02B
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([['2025 Bowling Green Falcons Football Season Tickets (Includes Tickets To All Regular Season Home Games)','Doyt Perry Stadium','Bowling Green, OH','Wednesday','8/27/2025','TBD','6911072','2025-Bowling-Green-Falcons-Football-Season-Tickets--Includes-Tickets-To-All-Regular-Season-Home-Games--8-27-2025'],['Bowling Green Falcons vs. Lafayette Leopards','Doyt Perry Stadium','Bowling Green, OH','Thursday','8/28/2025','TBD','6867592','Bowling-Green-Falcons-vs--Lafayette-Leopards-8-28-2025'],['Cincinnati Bearcats vs. Bowling Green Falcons','Nippert Stadium','Cincinnati, OH','Saturday','9/6/2025','TBD','6886742','Cincinnati-Bearcats-vs--Bowling-Green-Falcons-9-6-2025'],['Bowling Green Falcons vs. Liberty Flames','Doyt Perry Stadium','Bowling Green, OH','Saturday','9/13/2025','TBD','6867594','Bowling-Green-Falcons-vs--Liberty-Flames-9-13-2025'],['Louisville Cardinals vs. Bowling Green Falcons','L&N Federal Credit Union Stadium','Louisville, KY','Saturday','9/20/2025','TBD','6886520','Louisville-Cardinals-vs--Bowling-Green-Falcons-9-20-2025'],['Ohio Bobcats vs. Bowling Green Falcons','Frank Solich Field at Peden Stadium','Athens, OH','Saturday','9/27/2025','TBD','7024803','Ohio-Bobcats-vs--Bowling-Green-Falcons-9-27-2025'],['Bowling Green Falcons vs. Toledo Rockets','Doyt Perry Stadium','Bowling Green, OH','Saturday','10/11/2025','TBD','7024692','Bowling-Green-Falcons-vs--Toledo-Rockets-10-11-2025'],['Bowling Green Falcons vs. Central Michigan Chippewas','Doyt Perry Stadium','Bowling Green, OH','Saturday','10/18/2025','TBD','7024695','Bowling-Green-Falcons-vs--Central-Michigan-Chippewas-10-18-2025'],['Kent State Golden Flashes vs. Bowling Green Falcons','Dix Stadium','Kent, OH','Saturday','10/25/2025','TBD','7024754','Kent-State-Golden-Flashes-vs--Bowling-Green-Falcons-10-25-2025'],['Bowling Green Falcons vs. Buffalo Bulls','Doyt Perry Stadium','Bowling Green, OH','Saturday','11/1/2025','TBD','7024697','Bowling-Green-Falcons-vs--Buffalo-Bulls-11-1-2025'],['Eastern Michigan Eagles vs. Bowling Green Falcons','Rynearson Stadium','Ypsilanti, MI','Saturday','11/8/2025','TBD','7024745','Eastern-Michigan-Eagles-vs--Bowling-Green-Falcons-11-8-2025'],['Bowling Green Falcons vs. Akron Zips','Doyt Perry Stadium','Bowling Green, OH','Tuesday','11/18/2025','TBD','7024699','Bowling-Green-Falcons-vs--Akron-Zips-11-18-2025'],['UMass Minutemen vs. Bowling Green Falcons ','Warren Mcguirk Alumni Stadium','Amherst, MA','Tuesday','11/25/2025','TBD','7024766','UMass-Minutemen-vs--Bowling-Green-Falcons--11-25-2025']],'Bowling Green Falcons Football','http://www.ticketnetwork.com/en/search/?text=Bowling%20Green%20Falcons%20Football');