// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://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[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ 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-03A TN_Widget.CreateTable([['2025 Akron Zips Football Season Tickets (Includes Tickets To All Regular Season Home Games)','Summa Field At Infocision Stadium','Akron, OH','Friday','8/29/2025','TBD','6911068','2025-Akron-Zips-Football-Season-Tickets--Includes-Tickets-To-All-Regular-Season-Home-Games--8-29-2025'],['Akron Zips vs. Wyoming Cowboys','Summa Field At Infocision Stadium','Akron, OH','Saturday','8/30/2025','TBD','6887036','Akron-Zips-vs--Wyoming-Cowboys-8-30-2025'],['Nebraska Cornhuskers vs. Akron Zips','Memorial Stadium - NE','Lincoln, NE','Saturday','9/6/2025','TBD','6863443','Nebraska-Cornhuskers-vs--Akron-Zips-9-6-2025'],['PARKING: Nebraska Cornhuskers vs. Akron Zips','Memorial Stadium - NE Parking Lot','Lincoln, NE','Saturday','9/6/2025','TBD','6863445','PARKING--Nebraska-Cornhuskers-vs--Akron-Zips-9-6-2025'],['UAB Blazers vs. Akron Zips','Protective Stadium','Birmingham, AL','Saturday','9/13/2025','TBD','6885494','UAB-Blazers-vs--Akron-Zips-9-13-2025'],['Akron Zips vs. Duquesne Dukes','Summa Field At Infocision Stadium','Akron, OH','Saturday','9/20/2025','TBD','6887041','Akron-Zips-vs--Duquesne-Dukes-9-20-2025'],['Toledo Rockets vs. Akron Zips','Glass Bowl','Toledo, OH','Saturday','9/27/2025','TBD','7024824','Toledo-Rockets-vs--Akron-Zips-9-27-2025'],['PARKING: Toledo Rockets vs. Akron Zips','Glass Bowl Parking Lots','Toledo, OH','Saturday','9/27/2025','TBD','7024826','PARKING--Toledo-Rockets-vs--Akron-Zips-9-27-2025'],['Akron Zips vs. Central Michigan Chippewas','Summa Field At Infocision Stadium','Akron, OH','Saturday','10/4/2025','TBD','7024667','Akron-Zips-vs--Central-Michigan-Chippewas-10-4-2025'],['Akron Zips vs. Miami (OH) RedHawks','Summa Field At Infocision Stadium','Akron, OH','Saturday','10/11/2025','TBD','7024670','Akron-Zips-vs--Miami--OH--RedHawks-10-11-2025'],['Ball State Cardinals vs. Akron Zips','Scheumann Stadium','Muncie, IN','Saturday','10/18/2025','TBD','7024684','Ball-State-Cardinals-vs--Akron-Zips-10-18-2025'],['Buffalo Bulls vs. Akron Zips','University at Buffalo Stadium','Buffalo, NY','Saturday','10/25/2025','TBD','7024703','Buffalo-Bulls-vs--Akron-Zips-10-25-2025'],['Akron Zips vs. UMass Minutemen','Summa Field At Infocision Stadium','Akron, OH','Tuesday','11/4/2025','TBD','7024673','Akron-Zips-vs--UMass-Minutemen-11-4-2025'],['Akron Zips vs. Kent State Golden Flashes','Summa Field At Infocision Stadium','Akron, OH','Tuesday','11/11/2025','TBD','7024676','Akron-Zips-vs--Kent-State-Golden-Flashes-11-11-2025'],['Purdue Boilermakers vs. Akron Zips','Mackey Arena','West Lafayette, IN','Sunday','11/16/2025','TBD','7141322','Purdue-Boilermakers-vs--Akron-Zips-11-16-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']],'Akron Zips','http://www.ticketnetwork.com/ticket/Akron-Zips-events.aspx');