//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ this.linkText+ " |
";
},
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 < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-01A
TN_Widget.CreateTable([['My Brother Elvis: An Evening with David Stanley','International Westgate Theater At Westgate Las Vegas Resort & Casino','Las Vegas, NV','Wednesday','2/26/2025','5:00 PM','6845986','My-Brother-Elvis--An-Evening-with-David-Stanley-2-26-2025'],['My Brother Elvis: An Evening with David Stanley','International Westgate Theater At Westgate Las Vegas Resort & Casino','Las Vegas, NV','Wednesday','3/19/2025','5:00 PM','6845989','My-Brother-Elvis--An-Evening-with-David-Stanley-3-19-2025'],['My Brother Elvis: An Evening with David Stanley','International Westgate Theater At Westgate Las Vegas Resort & Casino','Las Vegas, NV','Wednesday','4/16/2025','5:00 PM','6845993','My-Brother-Elvis--An-Evening-with-David-Stanley-4-16-2025'],['My Brother Elvis: An Evening with David Stanley','International Westgate Theater At Westgate Las Vegas Resort & Casino','Las Vegas, NV','Wednesday','5/21/2025','5:00 PM','6845998','My-Brother-Elvis--An-Evening-with-David-Stanley-5-21-2025'],['My Brother Elvis: An Evening with David Stanley','International Westgate Theater At Westgate Las Vegas Resort & Casino','Las Vegas, NV','Wednesday','6/25/2025','5:00 PM','6846003','My-Brother-Elvis--An-Evening-with-David-Stanley-6-25-2025'],['My Brother Elvis: An Evening with David Stanley','International Westgate Theater At Westgate Las Vegas Resort & Casino','Las Vegas, NV','Wednesday','7/16/2025','5:00 PM','6846006','My-Brother-Elvis--An-Evening-with-David-Stanley-7-16-2025'],['My Brother Elvis: An Evening with David Stanley','International Westgate Theater At Westgate Las Vegas Resort & Casino','Las Vegas, NV','Wednesday','8/13/2025','5:00 PM','6846010','My-Brother-Elvis--An-Evening-with-David-Stanley-8-13-2025'],['My Brother Elvis: An Evening with David Stanley','International Westgate Theater At Westgate Las Vegas Resort & Casino','Las Vegas, NV','Wednesday','9/24/2025','5:00 PM','6846016','My-Brother-Elvis--An-Evening-with-David-Stanley-9-24-2025'],['My Brother Elvis: An Evening with David Stanley','International Westgate Theater At Westgate Las Vegas Resort & Casino','Las Vegas, NV','Wednesday','10/29/2025','5:00 PM','6846021','My-Brother-Elvis--An-Evening-with-David-Stanley-10-29-2025'],['My Brother Elvis: An Evening with David Stanley','International Westgate Theater At Westgate Las Vegas Resort & Casino','Las Vegas, NV','Wednesday','11/26/2025','5:00 PM','6846025','My-Brother-Elvis--An-Evening-with-David-Stanley-11-26-2025'],['My Brother Elvis: An Evening with David Stanley','International Westgate Theater At Westgate Las Vegas Resort & Casino','Las Vegas, NV','Wednesday','12/17/2025','5:00 PM','6846028','My-Brother-Elvis--An-Evening-with-David-Stanley-12-17-2025']],'Stanley Hotel','https://www.ticketnetwork.com/ticket/Stanley-Hotel-events.aspx');