//
var TN_Widget = function()
{
return {
//Options
newWindow : true,
linkText : "Ver Boletos",
tixUrl : "https://www.superboleteria.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"plzGetReplaced",
CreateCustomUrl : function(row)
{
return this.tixUrl + "boletos-" + row[7] + "Sheet"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ this.linkText+ " |
";
},
GetAffiliateTrackURL: function(){
return this.cutLink? this.CreateCustomUrl(row) :"";
},
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,kywrds,url)
{
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('') + '
');
if(eventData.length>=100 && kywrds!=undefined) //need to add link to all events if more than 100
{
if(objToAddTo = document.getElementById("tn_results_container"))
{
objToAddTo.innerHTML += '';
}
else
{
document.write('');
}
}
}
};
}();
//BPW-TNSERV-01A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/WidgetStyle21.css');
TN_Widget.CreateTable([['Electric Daisy Carnival - EDC Las Vegas - 3 Day Pass','Las Vegas Motor Speedway','Las Vegas, NV','Viernes','16 MAY 25','TBD','6466024','Electric-Daisy-Carnival---EDC-Las-Vegas---3-Day-Pass-5-16-2025'], ['Electric Daisy Carnival - EDC Las Vegas - Friday','Las Vegas Motor Speedway','Las Vegas, NV','Viernes','16 MAY 25','17:00','6466025','Electric-Daisy-Carnival---EDC-Las-Vegas---Friday-5-16-2025'], ['Electric Daisy Carnival - EDC Las Vegas - Saturday','Las Vegas Motor Speedway','Las Vegas, NV','Sábado','17 MAY 25','17:00','6466026','Electric-Daisy-Carnival---EDC-Las-Vegas---Saturday-5-17-2025'], ['Electric Daisy Carnival - EDC Las Vegas - Sunday','Las Vegas Motor Speedway','Las Vegas, NV','Domingo','18 MAY 25','17:00','6466027','Electric-Daisy-Carnival---EDC-Las-Vegas---Sunday-5-18-2025'], ['Electric Daisy Carnival - EDC Orlando - 3 Day Pass','Tinker Field','Orlando, FL','Viernes','7 NOV 25','TBD','6827796','Electric-Daisy-Carnival---EDC-Orlando---3-Day-Pass-11-7-2025'], ['Electric Daisy Carnival - EDC Orlando - Friday','Tinker Field','Orlando, FL','Viernes','7 NOV 25','13:00','6827797','Electric-Daisy-Carnival---EDC-Orlando---Friday-11-7-2025'], ['Electric Daisy Carnival - EDC Orlando - Saturday','Tinker Field','Orlando, FL','Sábado','8 NOV 25','13:00','6827798','Electric-Daisy-Carnival---EDC-Orlando---Saturday-11-8-2025'], ['Electric Daisy Carnival - EDC Orlando - Sunday','Tinker Field','Orlando, FL','Domingo','9 NOV 25','13:00','6827799','Electric-Daisy-Carnival---EDC-Orlando---Sunday-11-9-2025']],'edc','https://www.superboleteria.com/boleto/eventos-edc.aspx');