// 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([['Rose Bowl: Indiana Hoosiers vs. TBD - College Football Playoff Quarterfinal','Rose Bowl Stadium - Pasadena','Pasadena, CA','Thursday','Jan 1','TBD','6908882','Rose-Bowl--Indiana-Hoosiers-vs--TBD---College-Football-Playoff-Quarterfinal-1-1-2026'],['Foodieland','Rose Bowl Stadium - Pasadena','Pasadena, CA','Friday','Jul 3','3:00 PM','7513250','Foodieland-7-3-2026'],['Foodieland','Rose Bowl Stadium - Pasadena','Pasadena, CA','Saturday','Jul 4','1:00 PM','7513251','Foodieland-7-4-2026'],['Foodieland','Rose Bowl Stadium - Pasadena','Pasadena, CA','Sunday','Jul 5','1:00 PM','7513252','Foodieland-7-5-2026'],['DCI: Drum Corps International','Rose Bowl Stadium - Pasadena','Pasadena, CA','Saturday','Jul 11','TBD','7577963','DCI--Drum-Corps-International-7-11-2026'],['Guns N' Roses','Rose Bowl Stadium - Pasadena','Pasadena, CA','Saturday','Sep 5','6:25 PM','7583461','Guns-N--Roses-9-5-2026'],['UCLA Bruins vs. San Diego State Aztecs','Rose Bowl Stadium - Pasadena','Pasadena, CA','Saturday','Sep 12','TBD','7528908','UCLA-Bruins-vs--San-Diego-State-Aztecs-9-12-2026'],['UCLA Bruins vs. Nevada Wolf Pack','Rose Bowl Stadium - Pasadena','Pasadena, CA','Saturday','Sep 19','TBD','7528909','UCLA-Bruins-vs--Nevada-Wolf-Pack-9-19-2026']]);