// 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-01B TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['San Diego State Aztecs vs. Air Force Falcons','Tony Gwynn Stadium','San Diego, CA','Friday','5/10/2024','6:00 PM','6072792','San-Diego-State-Aztecs-vs--Air-Force-Falcons-5-10-2024'],['San Diego State Aztecs vs. Air Force Falcons','Tony Gwynn Stadium','San Diego, CA','Saturday','5/11/2024','6:00 PM','6072793','San-Diego-State-Aztecs-vs--Air-Force-Falcons-5-11-2024'],['San Diego State Aztecs vs. Air Force Falcons','Tony Gwynn Stadium','San Diego, CA','Sunday','5/12/2024','1:00 PM','6072794','San-Diego-State-Aztecs-vs--Air-Force-Falcons-5-12-2024'],['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'],['Colorado State Rams Women's Volleyball vs. San Diego State Aztecs','Colorado State University - Moby Arena','Fort Collins, CO','Saturday','11/2/2024','TBD','6425949','Colorado-State-Rams-Women-s-Volleyball-vs--San-Diego-State-Aztecs-11-2-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'],['PARKING: UNLV Rebels vs. San Diego State Aztecs','Allegiant Stadium Parking Lots','Las Vegas, NV','Saturday','11/16/2024','TBD','6299202','PARKING--UNLV-Rebels-vs--San-Diego-State-Aztecs-11-16-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']],'','https://www.ticketnetwork.com');