//
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-02A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/WidgetStyle21.css');
TN_Widget.CreateTable([['Mardi Latin Groove','Le Balcon X Terrasse','Montreal, Canada','Martes','23 JUN 26','19:00','7928608','Mardi-Latin-Groove-6-23-2026'], ['Domani','The Echo','Los Angeles, CA','Martes','23 JUN 26','19:00','7814511','Domani-6-23-2026'], ['Sonido Gallo Negro','Black Cat - DC','Washington, DC','Martes','23 JUN 26','19:30','7961252','Sonido-Gallo-Negro-6-23-2026'], ['Shakira','American Airlines Center','Dallas, TX','Martes','23 JUN 26','19:30','7846947','Shakira-6-23-2026'], ['Bad Bunny','Gelredome','Arnhem, Netherlands','Martes','23 JUN 26','20:00','7145850','Bad-Bunny-6-23-2026'], ['Max Pezzali','Stadio Olimpico - Rome','Borgata Ottavia, Italy','Martes','23 JUN 26','21:00','7823282','Max-Pezzali-6-23-2026'], ['CA7RIEL & Paco Amoroso','The Fillmore - Detroit','Detroit, MI','Miércoles','24 JUN 26','19:00','7825130','CA7RIEL---Paco-Amoroso-6-24-2026'], ['Bad Bunny','Gelredome','Arnhem, Netherlands','Miércoles','24 JUN 26','20:00','7145851','Bad-Bunny-6-24-2026'], ['Sonido Gallo Negro','Grog Shop','Cleveland, OH','Miércoles','24 JUN 26','20:00','7742470','Sonido-Gallo-Negro-6-24-2026'], ['Jesse & Joy','Music Center At Strathmore','North Bethesda, MD','Miércoles','24 JUN 26','20:00','7754148','Jesse---Joy-6-24-2026']],'latino','https://www.superboleteria.com/boleto/eventos-latino.aspx');