//
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([['Carlos Vives','Coca-Cola Coliseum','Toronto, Canada','Jueves','16 ABR 26','20:00','7552012','Carlos-Vives-4-16-2026'], ['Carlos Vives','Place Bell','Laval, Canada','Domingo','19 ABR 26','19:00','7553555','Carlos-Vives-4-19-2026'], ['Carlos Vives','Radio City Music Hall','New York, NY','Viernes','24 ABR 26','20:00','7552010','Carlos-Vives-4-24-2026'], ['Carlos Vives','Smart Financial Centre','Sugar Land, TX','Viernes','1 MAY 26','20:00','7553556','Carlos-Vives-5-1-2026'], ['Carlos Vives','Texas Trust CU Theatre at Grand Prairie','Grand Prairie, TX','Sábado','2 MAY 26','20:00','7553557','Carlos-Vives-5-2-2026'], ['Carlos Vives','Rosemont Theatre','Rosemont, IL','Jueves','7 MAY 26','20:00','7552007','Carlos-Vives-5-7-2026'], ['Carlos Vives','EagleBank Arena','Fairfax, VA','Sábado','9 MAY 26','20:00','7552025','Carlos-Vives-5-9-2026'], ['Carlos Vives','Agganis Arena','Boston, MA','Domingo','10 MAY 26','19:00','7551815','Carlos-Vives-5-10-2026'], ['Carlos Vives','Wamu Theater At Lumen Field Event Center','Seattle, WA','Jueves','14 MAY 26','20:00','7551992','Carlos-Vives-5-14-2026'], ['Carlos Vives','Peacock Theater - Los Angeles','Los Angeles, CA','Sábado','16 MAY 26','20:00','7553558','Carlos-Vives-5-16-2026'], ['Carlos Vives','Kaseya Center','Miami, FL','Sábado','23 MAY 26','20:00','7552027','Carlos-Vives-5-23-2026'], ['Carlos Vives','Kia Center','Orlando, FL','Domingo','24 MAY 26','20:00','7551977','Carlos-Vives-5-24-2026'], ['Carlos Vives','Coliseo De Puerto Rico','San Juan, Puerto Rico','Viernes','5 JUN 26','20:00','7557642','Carlos-Vives-6-5-2026']],'Carlos Vives','https://www.superboleteria.com/boleto/eventos-Carlos-Vives.aspx');