//
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-04B
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/WidgetStyle21.css');
TN_Widget.CreateTable([['Viva La Fiesta','Ector County Coliseum','Odessa, TX','Viernes','2 MAY 25','17:00','6891606','Viva-La-Fiesta-5-2-2025'], ['Manic Hispanic','The Observatory - Santa Ana','Santa Ana, CA','Viernes','2 MAY 25','18:00','6976973','Manic-Hispanic-5-2-2025'], ['Mike Bahia','Bronze Peacock At The House Of Blues - Houston ','Houston, TX','Viernes','2 MAY 25','19:00','6962393','Mike-Bahia-5-2-2025'], ['Alzate','La Canchita Restaurant & Bar','Danbury, CT','Viernes','2 MAY 25','20:00','7005233','Alzate-5-2-2025'], ['Intocable','North Charleston Performing Arts Center','North Charleston, SC','Viernes','2 MAY 25','20:00','6736676','Intocable-5-2-2025'], ['Cinco De Mayo','Events Center at National Western Complex','Denver, CO','Viernes','2 MAY 25','20:00','6995252','Cinco-De-Mayo-5-2-2025'], ['Luis Angel','Isleta Casino & Resort - Showroom','Albuquerque, NM','Viernes','2 MAY 25','20:00','7029659','Luis-Angel-5-2-2025'], ['DLG','Rickshaw Stop','San Francisco, CA','Viernes','2 MAY 25','20:00','7015474','DLG-5-2-2025'], ['El Jerry - Gerardo Coronel','Chumash Casino','Santa Ynez, CA','Viernes','2 MAY 25','20:00','7029537','El-Jerry---Gerardo-Coronel-5-2-2025'], ['Los Angeles Azules','Adventist Health Arena','Stockton, CA','Viernes','2 MAY 25','20:00','6881930','Los-Angeles-Azules-5-2-2025']],'latino','https://www.superboleteria.com/boleto/eventos-latino.aspx');