// 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-03A TN_Widget.AddCss('https://fonts.googleapis.com/css?family=Open+Sans:400,700'); TN_Widget.AddCss('https://tickettransaction.com/BrokerSites/01504-011/widget2Css/WidgetStyle25.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'],['Coldplay','Allegiant Stadium','Las Vegas, NV','Friday','Jun 6','6:00 PM','6752021','Coldplay-6-6-2025'],['Coldplay','Allegiant Stadium','Las Vegas, NV','Saturday','Jun 7','6:00 PM','6759471','Coldplay-6-7-2025'],['Coldplay','Empower Field At Mile High','Denver, CO','Tuesday','Jun 10','6:30 PM','6752024','Coldplay-6-10-2025'],['Coldplay','Sun Bowl Stadium','El Paso, TX','Friday','Jun 13','6:00 PM','6752026','Coldplay-6-13-2025'],['Coldplay','Sun Bowl Stadium','El Paso, TX','Saturday','Jun 14','6:00 PM','6759366','Coldplay-6-14-2025'],['Coldplay','Rogers Stadium At Downsview Airport','Toronto, Canada','Monday','Jul 7','6:30 PM','6752028','Coldplay-7-7-2025'],['Coldplay','Rogers Stadium At Downsview Airport','Toronto, Canada','Tuesday','Jul 8','6:30 PM','6752029','Coldplay-7-8-2025'],['Coldplay','Rogers Stadium At Downsview Airport','Toronto, Canada','Friday','Jul 11','6:00 PM','6759171','Coldplay-7-11-2025']]);