//
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([['Ricky Martin','Krakow Arena','Krakow, Poland','Jueves','2 JUL 26','18:00','7823311','Ricky-Martin-7-2-2026'], ['Shakira','Kaseya Center','Miami, FL','Jueves','2 JUL 26','19:30','7939505','Shakira-7-2-2026'], ['Carin Leon','CFG Bank Arena','Baltimore, MD','Jueves','2 JUL 26','20:00','7724118','Carin-Leon-7-2-2026'], ['Los Estramboticos','The Lowbrow Palace','El Paso, TX','Jueves','2 JUL 26','20:00','7951386','Los-Estramboticos-7-2-2026'], ['Los Gemelos De Sinaloa','Pico Rivera Sports Arena','Pico Rivera, CA','Viernes','3 JUL 26','18:00','8050493','Los-Gemelos-De-Sinaloa-7-3-2026'], ['CA7RIEL & Paco Amoroso','The Fillmore - Minneapolis Presented by Affinity Plus','Minneapolis, MN','Viernes','3 JUL 26','19:00','7825135','CA7RIEL---Paco-Amoroso-7-3-2026'], ['La Texana','Bottom Lounge','Chicago, IL','Viernes','3 JUL 26','20:00','7749950','La-Texana-7-3-2026'], ['Sonido Gallo Negro','Chop Shop Chicago','Chicago, IL','Viernes','3 JUL 26','21:00','7937362','Sonido-Gallo-Negro-7-3-2026'], ['Noche de Kumbia','Thalia Hall','Chicago, IL','Viernes','3 JUL 26','21:00','7955283','Noche-de-Kumbia-7-3-2026'], ['Perreo Electrico - Latin House Reggaeton','Ophelia's Electric Soapbox','Denver, CO','Viernes','3 JUL 26','21:00','7997870','Perreo-Electrico---Latin-House-Reggaeton-7-3-2026']],'latino','https://www.superboleteria.com/boleto/eventos-latino.aspx');