// 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-03A 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([['San Diego State Aztecs vs. Texas A&M-Commerce Lions','Snapdragon Stadium','San Diego, CA','Saturday','8/31/2024','TBD','6315452','San-Diego-State-Aztecs-vs--Texas-A-M-Commerce-Lions-8-31-2024'],['San Diego State Aztecs vs. Oregon State Beavers','Snapdragon Stadium','San Diego, CA','Saturday','9/7/2024','TBD','6298568','San-Diego-State-Aztecs-vs--Oregon-State-Beavers-9-7-2024'],['California Golden Bears vs. San Diego State Aztecs','Memorial Stadium - CA','Berkeley, CA','Saturday','9/14/2024','TBD','6117326','California-Golden-Bears-vs--San-Diego-State-Aztecs-9-14-2024'],['San Diego State Aztecs vs. Hawaii Rainbow Warriors','Snapdragon Stadium','San Diego, CA','Saturday','10/5/2024','TBD','6298581','San-Diego-State-Aztecs-vs--Hawaii-Rainbow-Warriors-10-5-2024'],['Wyoming Cowboys vs. San Diego State Aztecs','War Memorial Stadium - WY','Laramie, WY','Saturday','10/12/2024','TBD','6298610','Wyoming-Cowboys-vs--San-Diego-State-Aztecs-10-12-2024'],['San Diego State Aztecs vs. Washington State Cougars','Snapdragon Stadium','San Diego, CA','Saturday','10/26/2024','TBD','6117684','San-Diego-State-Aztecs-vs--Washington-State-Cougars-10-26-2024'],['Boise State Broncos vs. San Diego State Aztecs','Albertsons Stadium','Boise, ID','Saturday','11/2/2024','TBD','6298514','Boise-State-Broncos-vs--San-Diego-State-Aztecs-11-2-2024'],['San Diego State Aztecs vs. New Mexico Lobos','Snapdragon Stadium','San Diego, CA','Saturday','11/9/2024','TBD','6298582','San-Diego-State-Aztecs-vs--New-Mexico-Lobos-11-9-2024'],['UNLV Rebels vs. San Diego State Aztecs','Allegiant Stadium','Las Vegas, NV','Saturday','11/16/2024','TBD','6298601','UNLV-Rebels-vs--San-Diego-State-Aztecs-11-16-2024'],['Utah State Aggies vs. San Diego State Aztecs','Merlin Olsen Field At Maverik Stadium','Logan, UT','Saturday','11/23/2024','TBD','6298604','Utah-State-Aggies-vs--San-Diego-State-Aztecs-11-23-2024'],['San Diego State Aztecs vs. Air Force Falcons','Snapdragon Stadium','San Diego, CA','Saturday','11/30/2024','TBD','6298580','San-Diego-State-Aztecs-vs--Air-Force-Falcons-11-30-2024']],'San Diego State Aztecs Football','http://www.ticketnetwork.com/en/search/?text=San%20Diego%20State%20Aztecs%20Football');