//
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-02A
TN_Widget.CreateTable([['Daniel Tosh','The Showroom at Bally's Lake Tahoe Casino Resort','Stateline, NV','Saturday','12/6/2025','8:00 PM','7519100','Daniel-Tosh-12-6-2025'],['Reno Dance Company: The Nutcracker','The Showroom at Bally's Lake Tahoe Casino Resort','Stateline, NV','Monday','12/22/2025','7:00 PM','7492124','Reno-Dance-Company--The-Nutcracker-12-22-2025'],['Reno Dance Company: The Nutcracker','The Showroom at Bally's Lake Tahoe Casino Resort','Stateline, NV','Tuesday','12/23/2025','7:00 PM','7489317','Reno-Dance-Company--The-Nutcracker-12-23-2025'],['Who's Bad - Michael Jackson Tribute Band','The Showroom at Bally's Lake Tahoe Casino Resort','Stateline, NV','Saturday','12/27/2025','8:00 PM','7526943','Who-s-Bad---Michael-Jackson-Tribute-Band-12-27-2025'],['Tahoe Adventure Film Festival','The Showroom at Bally's Lake Tahoe Casino Resort','Stateline, NV','Saturday','1/10/2026','7:00 PM','7589295','Tahoe-Adventure-Film-Festival-1-10-2026'],['Steve-O','The Showroom at Bally's Lake Tahoe Casino Resort','Stateline, NV','Saturday','1/17/2026','8:00 PM','7400470','Steve-O-1-17-2026'],['MicroMania Wrestling','The Showroom at Bally's Lake Tahoe Casino Resort','Stateline, NV','Saturday','1/24/2026','8:00 PM','7421995','MicroMania-Wrestling-1-24-2026'],['Yachty By Nature','The Showroom at Bally's Lake Tahoe Casino Resort','Stateline, NV','Saturday','1/31/2026','8:00 PM','7422639','Yachty-By-Nature-1-31-2026'],['Jamie Lissow','The Showroom at Bally's Lake Tahoe Casino Resort','Stateline, NV','Saturday','2/14/2026','8:00 PM','7422645','Jamie-Lissow-2-14-2026']],'Montbleu Resort Casino','https://www.ticketnetwork.com/ticket/Montbleu-Resort-Casino-events.aspx');