//
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-03A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/WidgetStyle21.css');
TN_Widget.CreateTable([['Mariachi Christmas','Flickinger Center for the Performing Arts','Alamogordo, NM','Martes','16 DEC 25','19:00','7528009','Mariachi-Christmas-12-16-2025'], ['La Nueva Generacion','Cape Fear Community College's Wilson Center','Wilmington, NC','Martes','16 DEC 25','19:30','7306500','La-Nueva-Generacion-12-16-2025'], ['Aterciopelados','Neighborhood Theatre','Charlotte, NC','Martes','16 DEC 25','20:00','7380453','Aterciopelados-12-16-2025'], ['Mariachi Sol De Mexico De Jose Hernandez','ACL Live At The Moody Theater','Austin, TX','Martes','16 DEC 25','20:00','7425297','Mariachi-Sol-De-Mexico-De-Jose-Hernandez-12-16-2025'], ['Bad Bunny','Estadio GNP Seguros - Mexico City','Mexico City, Mexico','Martes','16 DEC 25','21:00','7156961','Bad-Bunny-12-16-2025'], ['Aterciopelados','Hell at The Masquerade - GA','Atlanta, GA','Miércoles','17 DEC 25','19:00','7366960','Aterciopelados-12-17-2025'], ['Mariachi Sol De Mexico De Jose Hernandez','HEB Performance Hall At Tobin Center for the Performing Arts','San Antonio, TX','Miércoles','17 DEC 25','19:30','7400002','Mariachi-Sol-De-Mexico-De-Jose-Hernandez-12-17-2025'], ['Mariachi Sol De Mexico De Jose Hernandez','HEB Performance Hall At Tobin Center for the Performing Arts','San Antonio, TX','Jueves','18 DEC 25','19:30','7462639','Mariachi-Sol-De-Mexico-De-Jose-Hernandez-12-18-2025'], ['Campana Sobre Campana','Laxson Auditorium','Chico, CA','Jueves','18 DEC 25','19:30','7556867','Campana-Sobre-Campana-12-18-2025'], ['Jon Secada','Lorain Palace Theatre','Lorain, OH','Viernes','19 DEC 25','19:30','7287077','Jon-Secada-12-19-2025']],'latino','https://www.superboleteria.com/boleto/eventos-latino.aspx');