//
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([['Marshmello','Del Mar Fairgrounds','Del Mar, CA','Viernes','19 JUN 26','19:30','7734167','Marshmello-6-19-2026'], ['Chicago White Sox vs. Kansas City Royals (Post Game Concert by Marshmello)','Rate Field','Chicago, IL','Viernes','26 JUN 26','18:40','7368946','Chicago-White-Sox-vs--Kansas-City-Royals--Post-Game-Concert-by-Marshmello--6-26-2026'], ['Boise Music Festival: Marshmello, Sean Paul, Everclear, Eve 6 & MKTO','Expo Idaho ','Garden City, ID','Sábado','27 JUN 26','10:00','7417725','Boise-Music-Festival--Marshmello--Sean-Paul--Everclear--Eve-6---MKTO-6-27-2026'], ['Marshmello','Encore Beach Club','Las Vegas, NV','Sábado','27 JUN 26','11:00','7836030','Marshmello-6-27-2026'], ['Marshmello','Encore Beach Club','Las Vegas, NV','Sábado','18 JUL 26','11:00','7836067','Marshmello-7-18-2026'], ['Marshmello','Ventura County Fairgrounds','Ventura, CA','Jueves','30 JUL 26','19:30','8000268','Marshmello-7-30-2026'], ['Cincinnati Reds vs. Pittsburgh Pirates (Post Game Concert by Marshmello)','Great American Ball Park','Cincinnati, OH','Viernes','31 JUL 26','18:10','7369374','Cincinnati-Reds-vs--Pittsburgh-Pirates--Post-Game-Concert-by-Marshmello--7-31-2026'], ['Marshmello','Encore Beach Club','Las Vegas, NV','Sábado','22 AGO 26','11:00','7836068','Marshmello-8-22-2026'], ['Marshmello','Encore Beach Club','Las Vegas, NV','Domingo','6 SEP 26','11:00','7836031','Marshmello-9-6-2026'], ['Pokemon Night Out: Marshmello & Alison Wonderland','Intuit Dome','Inglewood, CA','Sábado','24 OCT 26','19:30','7875002','Pokemon-Night-Out--Marshmello---Alison-Wonderland-10-24-2026']],'Marshmello','https://www.superboleteria.com/boleto/eventos-Marshmello.aspx');