// var TN_Widget = function() { return { //Options newWindow : true, linkText : "View Tickets", tixUrl : "https://www.ticketliquidator.com/tix/tickets.aspx", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + "
" + row[3].substring(0,3) + "" + row[4] + "" + row[5] + "
" + "" + row[0] +"" + "" + "" + row[1] + "" + "" + row[2] + "" + "Tickets"; }, 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) { 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'; else document.write('
' + newTable.join('') + '
'); } }; }(); //BPW-TNSERV-02A TN_Widget.AddCss('https://fonts.googleapis.com/css?family=Open+Sans:400,700'); TN_Widget.AddCss('https://tickettransaction.com/BrokerSites/01504-011/widget2Css/WidgetStyle28.css'); TN_Widget.CreateTable([['Coldplay','Stanford Stadium','Stanford, CA','Saturday','May 31','5:25 PM','6752018','Coldplay-5-31-2025'],['Coldplay','Stanford Stadium','Stanford, CA','Sunday','Jun 1','5:25 PM','6759215','Coldplay-6-1-2025'],['San Jose Earthquakes vs. LA Galaxy','Stanford Stadium','Stanford, CA','Saturday','Jun 28','7:30 PM','6891834','San-Jose-Earthquakes-vs--LA-Galaxy-6-28-2025'],['DCI: Drum Corps International','Stanford Stadium','Stanford, CA','Sunday','Jul 6','6:10 PM','6842727','DCI--Drum-Corps-International-7-6-2025'],['2025 Stanford Cardinal Football Season Tickets (Includes Tickets To All Regular Season Home Games)','Stanford Stadium','Stanford, CA','Friday','Aug 29','TBD','6830659','2025-Stanford-Cardinal-Football-Season-Tickets--Includes-Tickets-To-All-Regular-Season-Home-Games--8-29-2025'],['Stanford Cardinal vs. Boston College Eagles','Stanford Stadium','Stanford, CA','Saturday','Sep 13','TBD','6953540','Stanford-Cardinal-vs--Boston-College-Eagles-9-13-2025'],['Stanford Cardinal vs. San Jose State Spartans','Stanford Stadium','Stanford, CA','Saturday','Sep 27','TBD','6963803','Stanford-Cardinal-vs--San-Jose-State-Spartans-9-27-2025'],['Stanford Cardinal vs. Florida State Seminoles','Stanford Stadium','Stanford, CA','Saturday','Oct 18','TBD','6957148','Stanford-Cardinal-vs--Florida-State-Seminoles-10-18-2025'],['Stanford Cardinal vs. Pittsburgh Panthers ','Stanford Stadium','Stanford, CA','Saturday','Nov 1','TBD','6957149','Stanford-Cardinal-vs--Pittsburgh-Panthers--11-1-2025'],['Stanford Cardinal vs. California Golden Bears','Stanford Stadium','Stanford, CA','Saturday','Nov 22','TBD','6957147','Stanford-Cardinal-vs--California-Golden-Bears-11-22-2025'],['Stanford Cardinal vs. Notre Dame Fighting Irish','Stanford Stadium','Stanford, CA','Saturday','Nov 29','TBD','6977519','Stanford-Cardinal-vs--Notre-Dame-Fighting-Irish-11-29-2025']]);