// 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-03A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['San Diego State Aztecs vs. Stony Brook Seawolves','Snapdragon Stadium','San Diego, CA','Thursday','8/28/2025','TBD','6867563','San-Diego-State-Aztecs-vs--Stony-Brook-Seawolves-8-28-2025'],['Washington State Cougars vs. San Diego State Aztecs','Gesa Field At Martin Stadium','Pullman, WA','Saturday','9/6/2025','TBD','6861927','Washington-State-Cougars-vs--San-Diego-State-Aztecs-9-6-2025'],['San Diego State Aztecs vs. California Golden Bears','Snapdragon Stadium','San Diego, CA','Saturday','9/20/2025','TBD','6867564','San-Diego-State-Aztecs-vs--California-Golden-Bears-9-20-2025'],['Northern Illinois Huskies vs. San Diego State Aztecs','Huskie Stadium','Dekalb, IL','Saturday','9/27/2025','TBD','6887086','Northern-Illinois-Huskies-vs--San-Diego-State-Aztecs-9-27-2025'],['San Diego State Aztecs vs. Colorado State Rams','Snapdragon Stadium','San Diego, CA','Saturday','10/4/2025','TBD','7001838','San-Diego-State-Aztecs-vs--Colorado-State-Rams-10-4-2025'],['Nevada Wolf Pack vs. San Diego State Aztecs','Mackay Stadium','Reno, NV','Saturday','10/11/2025','TBD','7001601','Nevada-Wolf-Pack-vs--San-Diego-State-Aztecs-10-11-2025'],['Fresno State Bulldogs vs. San Diego State Aztecs','Valley Children's Stadium','Fresno, CA','Saturday','10/25/2025','TBD','7001639','Fresno-State-Bulldogs-vs--San-Diego-State-Aztecs-10-25-2025'],['San Diego State Aztecs vs. Wyoming Cowboys','Snapdragon Stadium','San Diego, CA','Saturday','11/1/2025','TBD','7001841','San-Diego-State-Aztecs-vs--Wyoming-Cowboys-11-1-2025'],['Hawaii Rainbow Warriors vs. San Diego State Aztecs ','Ching Athletics Complex','Honolulu, HI','Saturday','11/8/2025','TBD','7001892','Hawaii-Rainbow-Warriors-vs--San-Diego-State-Aztecs--11-8-2025'],['San Diego State Aztecs vs. Boise State Broncos','Snapdragon Stadium','San Diego, CA','Saturday','11/15/2025','TBD','7001842','San-Diego-State-Aztecs-vs--Boise-State-Broncos-11-15-2025'],['San Diego State Aztecs vs. San Jose State Spartans','Snapdragon Stadium','San Diego, CA','Saturday','11/22/2025','TBD','7001845','San-Diego-State-Aztecs-vs--San-Jose-State-Spartans-11-22-2025'],['New Mexico Lobos vs. San Diego State Aztecs','University Stadium','Albuquerque, NM','Saturday','11/29/2025','TBD','7001921','New-Mexico-Lobos-vs--San-Diego-State-Aztecs-11-29-2025']],'','https://www.ticketnetwork.com');