//
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([['Powerslave - The Iron Maiden Experience','Brewster Street Ice House','Corpus Christi, TX','Sábado','11 OCT 25','21:00','7256018','Powerslave---The-Iron-Maiden-Experience-10-11-2025'], ['Sanctuary - Iron Maiden Tribute','Dingbatz','Clifton, NJ','Sábado','18 OCT 25','19:00','7290066','Sanctuary---Iron-Maiden-Tribute-10-18-2025'], ['Remember Tomorrow - Iron Maiden Tribute','Daryl's House','Pawling, NY','Jueves','23 OCT 25','20:00','7277639','Remember-Tomorrow---Iron-Maiden-Tribute-10-23-2025'], ['Fear of the Dark - Iron Maiden Tribute','Spanish Ballroom at McMenamins Elks Temple','Tacoma, WA','Sábado','27 DEC 25','20:00','7289514','Fear-of-the-Dark---Iron-Maiden-Tribute-12-27-2025']],'Iron Maiden','https://www.superboleteria.com/boleto/eventos-Iron-Maiden.aspx');