//
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-02A
TN_Widget.CreateTable([['Hot Lava & Through Being Cool','Canyon Club - Agoura Hills','Agoura Hills, CA','Friday','7/18/2025','8:00 PM','6992732','Hot-Lava---Through-Being-Cool-7-18-2025'],['The Brendon Debonis Band & Name Brand Covers','Lava, The Gig & Tin Rooster at Turning Stone Resort & Casino','Verona, NY','Friday','7/18/2025','10:00 PM','7197567','The-Brendon-Debonis-Band---Name-Brand-Covers-7-18-2025'],['Christmas In July','Lava, The Gig & Tin Rooster at Turning Stone Resort & Casino','Verona, NY','Friday','7/25/2025','7:00 PM','7227322','Christmas-In-July-7-25-2025'],['Christmas In July','Lava, The Gig & Tin Rooster at Turning Stone Resort & Casino','Verona, NY','Saturday','7/26/2025','10:00 PM','7245494','Christmas-In-July-7-26-2025'],['Bailey Callahan','Lava, The Gig & Tin Rooster at Turning Stone Resort & Casino','Verona, NY','Friday','8/1/2025','10:00 PM','7248404','Bailey-Callahan-8-1-2025'],['Jexxa','Lava, The Gig & Tin Rooster at Turning Stone Resort & Casino','Verona, NY','Saturday','8/2/2025','10:00 PM','7248437','Jexxa-8-2-2025'],['Hot Lava - Tribute to B52's','Canyon Club - Agoura Hills','Agoura Hills, CA','Friday','8/8/2025','8:00 PM','7172059','Hot-Lava---Tribute-to-B52-s-8-8-2025'],['Hot Lava','Stephen Talkhouse','Amagansett, NY','Saturday','8/16/2025','10:30 PM','7227512','Hot-Lava-8-16-2025'],['Hot Lava','The Hangar at Orange County Fair & Exposition Center','Costa Mesa, CA','Sunday','8/17/2025','8:15 PM','7156796','Hot-Lava-8-17-2025'],['Hot Lava','Stephen Talkhouse','Amagansett, NY','Thursday','8/28/2025','10:00 PM','7118831','Hot-Lava-8-28-2025'],['Hot Lava','Stephen Talkhouse','Amagansett, NY','Friday','9/12/2025','10:00 PM','7227513','Hot-Lava-9-12-2025'],['Hot Lava','Stephen Talkhouse','Amagansett, NY','Friday','9/19/2025','10:00 PM','7118832','Hot-Lava-9-19-2025']],'Lava','http://www.ticketnetwork.com/ticket/Lava-events.aspx');