//
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([['Latin Grammy Awards','MGM Grand Garden Arena','Las Vegas, NV','Jueves','13 NOV 25','17:00','7108373','Latin-Grammy-Awards-11-13-2025'], ['Juan De Marcos & Afro-Cuban All Stars','SFJAZZ Center - Miner Auditorium','San Francisco, CA','Jueves','13 NOV 25','19:30','7313760','Juan-De-Marcos---Afro-Cuban-All-Stars-11-13-2025'], ['Los Kjarkas','Copernicus Center','Chicago, IL','Jueves','13 NOV 25','20:00','7477166','Los-Kjarkas-11-13-2025'], ['El Alfa','713 Music Hall','Houston, TX','Jueves','13 NOV 25','20:00','7152868','El-Alfa-11-13-2025'], ['Miguel Bose','Rosemont Theatre','Rosemont, IL','Jueves','13 NOV 25','20:00','6884650','Miguel-Bose-11-13-2025'], ['Jose Maria Napoleon','Arizona Financial Theatre','Phoenix, AZ','Jueves','13 NOV 25','20:00','7123920','Jose-Maria-Napoleon-11-13-2025'], ['Christian Nodal','Honda Center','Anaheim, CA','Jueves','13 NOV 25','20:00','7166081','Christian-Nodal-11-13-2025'], ['Venesti','Swan Dive - Las Vegas','Las Vegas, NV','Jueves','13 NOV 25','22:00','7380266','Venesti-11-13-2025'], ['Banda Landia','Pico Rivera Sports Arena','Pico Rivera, CA','Viernes','14 NOV 25','18:00','7543849','Banda-Landia-11-14-2025'], ['Los Kjarkas','Alex Theatre - Glendale','Glendale, CA','Viernes','14 NOV 25','19:00','7408941','Los-Kjarkas-11-14-2025']],'latino','https://www.superboleteria.com/boleto/eventos-latino.aspx');