// var TN_Widget = function() { return { //Options newWindow : true, linkText : "View Tickets", tixUrl : "https://www.ticketliquidator.com/tickets/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions CreateCustomUrl : function(row) { var customUrl = row[6] + '/' + row[0].replace(/\//g, '') + '-tickets-' + row[3].substring(0,3) + '-' + row[4] + '-' + row[7].substring(row[7].length - 4) + '-' + row[1] return customUrl.replace(/\s+/g, '-').replace(/&/g, '').replace(/[.,#!$%^&*;:{}=_`~()]/g, '').toLowerCase(); }, 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-04A 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([['Kayzo','Downtown Las Vegas Events Center','Las Vegas, NV','Friday','Aug 29','7:00 PM','6882208','Kayzo-8-29-2025'],['Paradice Festival: Thee Sacred Souls, Ravyn Lenae & LA Lom','Downtown Las Vegas Events Center','Las Vegas, NV','Saturday','Sep 27','3:00 PM','7218208','Paradice-Festival--Thee-Sacred-Souls--Ravyn-Lenae---LA-Lom-9-27-2025'],['Reggae Rise Up Las Vegas: Slightly Stoopid, Dirty Heads, Rebelution & Iration - 3 Day Pass','Downtown Las Vegas Events Center','Las Vegas, NV','Friday','Oct 3','TBD','6789960','Reggae-Rise-Up-Las-Vegas--Slightly-Stoopid--Dirty-Heads--Rebelution---Iration---3-Day-Pass-10-3-2025'],['Reggae Rise Up Las Vegas: Rebelution, Soja, The Elovaters & Steel Pulse - Friday','Downtown Las Vegas Events Center','Las Vegas, NV','Friday','Oct 3','12:00 PM','6789961','Reggae-Rise-Up-Las-Vegas--Rebelution--Soja--The-Elovaters---Steel-Pulse---Friday-10-3-2025'],['Reggae Rise Up Las Vegas: Dirty Heads, Public Enemy, Little Stranger & Matisyahu - Saturday','Downtown Las Vegas Events Center','Las Vegas, NV','Saturday','Oct 4','12:00 PM','6789962','Reggae-Rise-Up-Las-Vegas--Dirty-Heads--Public-Enemy--Little-Stranger---Matisyahu---Saturday-10-4-2025'],['Reggae Rise Up Las Vegas: Slightly Stoopid, Iration, E-40 & Too Short - Sunday','Downtown Las Vegas Events Center','Las Vegas, NV','Sunday','Oct 5','12:00 PM','6789963','Reggae-Rise-Up-Las-Vegas--Slightly-Stoopid--Iration--E-40---Too-Short---Sunday-10-5-2025'],['Best Friends Forever Fest: Jimmy Eat World, Jawbreaker, & Minus the Bear - 3 Day Pass','Downtown Las Vegas Events Center','Las Vegas, NV','Friday','Oct 10','TBD','7072449','Best-Friends-Forever-Fest--Jimmy-Eat-World--Jawbreaker----Minus-the-Bear---3-Day-Pass-10-10-2025']]);