// var TN_Widget = function() { return { //Options newWindow : true, linkText : "Tickets", tixUrl : "https://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[3] +"
"+"" + row[4] + "
"+"" + row[5] + ""+"" + row[0] +"" + row[1] +"
" + row[2] +""+""+ 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([['Middle Tennessee State Blue Raiders vs. Austin Peay Governors','Floyd Stadium','Murfreesboro, TN','Saturday','8/30/2025','6:00 PM','6867576','Middle-Tennessee-State-Blue-Raiders-vs--Austin-Peay-Governors-8-30-2025'],['PARKING: Georgia Bulldogs vs. Austin Peay Governors','Sanford Stadium Parking Lots','Athens, GA','Saturday','9/6/2025','TBD','6878872','PARKING--Georgia-Bulldogs-vs--Austin-Peay-Governors-9-6-2025'],['Georgia Bulldogs vs. Austin Peay Governors','Sanford Stadium','Athens, GA','Saturday','9/6/2025','3:30 PM','6878855','Georgia-Bulldogs-vs--Austin-Peay-Governors-9-6-2025'],['Austin Peay Governors vs. Morehead State Eagles','Fortera Stadium','Clarksville, TN','Saturday','9/13/2025','6:00 PM','6863638','Austin-Peay-Governors-vs--Morehead-State-Eagles-9-13-2025'],['Abilene Christian Wildcats vs. Austin Peay Governors','Anthony Field at Wildcat Stadium','Abilene, TX','Saturday','9/20/2025','7:00 PM','6861711','Abilene-Christian-Wildcats-vs--Austin-Peay-Governors-9-20-2025'],['Austin Peay Governors vs. Utah Tech Trailblazers','Fortera Stadium','Clarksville, TN','Saturday','9/27/2025','1:00 PM','6863641','Austin-Peay-Governors-vs--Utah-Tech-Trailblazers-9-27-2025'],['Austin Peay Governors vs. West Georgia Wolves','Fortera Stadium','Clarksville, TN','Saturday','10/4/2025','3:00 PM','6863645','Austin-Peay-Governors-vs--West-Georgia-Wolves-10-4-2025'],['Eastern Kentucky Colonels vs. Austin Peay Governors','Roy Kidd Stadium','Richmond, KY','Saturday','10/11/2025','6:00 PM','6861653','Eastern-Kentucky-Colonels-vs--Austin-Peay-Governors-10-11-2025'],['Austin Peay Governors vs. North Alabama Lions','Fortera Stadium','Clarksville, TN','Saturday','10/25/2025','3:00 PM','6863646','Austin-Peay-Governors-vs--North-Alabama-Lions-10-25-2025'],['Southern Utah Thunderbirds vs. Austin Peay Governors','Eccles Coliseum','Cedar City, UT','Saturday','11/1/2025','6:30 PM','6974495','Southern-Utah-Thunderbirds-vs--Austin-Peay-Governors-11-1-2025'],['Austin Peay Governors vs. Central Arkansas Bears','Fortera Stadium','Clarksville, TN','Saturday','11/8/2025','3:00 PM','6974478','Austin-Peay-Governors-vs--Central-Arkansas-Bears-11-8-2025'],['Austin Peay Governors vs. Samford Bulldogs','Fortera Stadium','Clarksville, TN','Saturday','11/15/2025','1:00 PM','6974480','Austin-Peay-Governors-vs--Samford-Bulldogs-11-15-2025'],['Tarleton State Texans vs. Austin Peay Governors','Memorial Stadium at Tarleton State University','Stephenville, TX','Saturday','11/22/2025','4:00 PM','6974504','Tarleton-State-Texans-vs--Austin-Peay-Governors-11-22-2025']],'Austin Peay Governors','https://www.ticketnetwork.com/ticket/Austin-Peay-Governors-events.aspx');