//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://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[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ 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([['Downtown Comedy Lounge','Renkus-Heinz Theater at Notoriety','Las Vegas, NV','Friday','3/13/2026','9:00 PM','7720655','Downtown-Comedy-Lounge-3-13-2026'],['Downtown Comedy Lounge','Renkus-Heinz Theater at Notoriety','Las Vegas, NV','Friday','3/20/2026','9:00 PM','7720657','Downtown-Comedy-Lounge-3-20-2026'],['JSTJR','Downtown Las Vegas Events Center','Las Vegas, NV','Saturday','4/18/2026','7:00 PM','7673212','JSTJR-4-18-2026'],['Excision','Downtown Las Vegas Events Center','Las Vegas, NV','Friday','4/24/2026','TBD','7549912','Excision-4-24-2026'],['Downtown Comedy Lounge','Renkus-Heinz Theater at Notoriety','Las Vegas, NV','Friday','4/24/2026','9:00 PM','7720667','Downtown-Comedy-Lounge-4-24-2026'],['Excision','Downtown Las Vegas Events Center','Las Vegas, NV','Saturday','4/25/2026','TBD','7549913','Excision-4-25-2026'],['Downtown Comedy Lounge','Renkus-Heinz Theater at Notoriety','Las Vegas, NV','Saturday','4/25/2026','9:00 PM','7720668','Downtown-Comedy-Lounge-4-25-2026'],['Downtown Comedy Lounge','Renkus-Heinz Theater at Notoriety','Las Vegas, NV','Friday','5/1/2026','9:00 PM','7720669','Downtown-Comedy-Lounge-5-1-2026'],['Downtown Comedy Lounge','Renkus-Heinz Theater at Notoriety','Las Vegas, NV','Friday','5/8/2026','9:00 PM','7720671','Downtown-Comedy-Lounge-5-8-2026'],['Downtown Comedy Lounge','Renkus-Heinz Theater at Notoriety','Las Vegas, NV','Saturday','5/9/2026','9:00 PM','7720672','Downtown-Comedy-Lounge-5-9-2026'],['Hardwell','Downtown Las Vegas Events Center','Las Vegas, NV','Thursday','5/14/2026','9:00 PM','7737994','Hardwell-5-14-2026'],['Lady A','PH Live At Planet Hollywood','Las Vegas, NV','Friday','5/15/2026','8:00 PM','7732067','Lady-A-5-15-2026'],['Downtown Comedy Lounge','Renkus-Heinz Theater at Notoriety','Las Vegas, NV','Friday','5/15/2026','9:00 PM','7720673','Downtown-Comedy-Lounge-5-15-2026'],['Downtown Comedy Lounge','Renkus-Heinz Theater at Notoriety','Las Vegas, NV','Saturday','5/16/2026','9:00 PM','7720674','Downtown-Comedy-Lounge-5-16-2026'],['Downtown Comedy Lounge','Renkus-Heinz Theater at Notoriety','Las Vegas, NV','Friday','5/22/2026','9:00 PM','7720675','Downtown-Comedy-Lounge-5-22-2026'],['Downtown Comedy Lounge','Renkus-Heinz Theater at Notoriety','Las Vegas, NV','Saturday','5/23/2026','9:00 PM','7720676','Downtown-Comedy-Lounge-5-23-2026'],['Downtown Comedy Lounge','Renkus-Heinz Theater at Notoriety','Las Vegas, NV','Friday','5/29/2026','9:00 PM','7720677','Downtown-Comedy-Lounge-5-29-2026'],['Downtown Comedy Lounge','Renkus-Heinz Theater at Notoriety','Las Vegas, NV','Saturday','5/30/2026','9:00 PM','7720678','Downtown-Comedy-Lounge-5-30-2026'],['Downtown Comedy Lounge','Renkus-Heinz Theater at Notoriety','Las Vegas, NV','Friday','6/5/2026','9:00 PM','7720679','Downtown-Comedy-Lounge-6-5-2026'],['Downtown Comedy Lounge','Renkus-Heinz Theater at Notoriety','Las Vegas, NV','Saturday','6/6/2026','9:00 PM','7720680','Downtown-Comedy-Lounge-6-6-2026'],['Downtown Comedy Lounge','Renkus-Heinz Theater at Notoriety','Las Vegas, NV','Friday','6/12/2026','9:00 PM','7720681','Downtown-Comedy-Lounge-6-12-2026']],'Downtown Las Vegas','http://www.ticketnetwork.com/ticket/Downtown-Las-Vegas-events.aspx');