//
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-04A
TN_Widget.CreateTable([['Deathpact','The Bluestone','Columbus, OH','Saturday','10/25/2025','7:00 PM','7282470','Deathpact-10-25-2025'],['Ilan Bluestone','The Opera House - Toronto','Toronto, Canada','Saturday','11/1/2025','10:00 PM','7229813','Ilan-Bluestone-11-1-2025'],['Tanner Usrey','The Bluestone','Columbus, OH','Thursday','11/6/2025','7:00 PM','7101377','Tanner-Usrey-11-6-2025'],['The Wood Brothers','The Bluestone','Columbus, OH','Friday','11/7/2025','7:00 PM','7225796','The-Wood-Brothers-11-7-2025'],['Violent Vira','The Bluestone','Columbus, OH','Saturday','11/8/2025','7:00 PM','7354254','Violent-Vira-11-8-2025'],['The Academy Is...','The Bluestone','Columbus, OH','Thursday','11/13/2025','7:00 PM','7308017','The-Academy-Is----11-13-2025'],['Southall','The Bluestone','Columbus, OH','Friday','11/14/2025','7:00 PM','7340048','Southall-11-14-2025'],['Yung Gravy','The Bluestone','Columbus, OH','Thursday','11/20/2025','7:00 PM','7269518','Yung-Gravy-11-20-2025'],['Red Wanting Blue','The Bluestone','Columbus, OH','Friday','11/21/2025','7:00 PM','7411226','Red-Wanting-Blue-11-21-2025'],['Lamp - Band','The Bluestone','Columbus, OH','Sunday','11/23/2025','7:00 PM','7288631','Lamp---Band-11-23-2025'],['Allen Stone & Ripe','The Bluestone','Columbus, OH','Wednesday','12/3/2025','6:00 PM','7235441','Allen-Stone---Ripe-12-3-2025'],['Ilan Bluestone','Celebrities Nightclub','Vancouver, Canada','Saturday','12/6/2025','10:00 PM','7229492','Ilan-Bluestone-12-6-2025'],['Thievery Corporation','The Bluestone','Columbus, OH','Wednesday','12/10/2025','7:00 PM','7138760','Thievery-Corporation-12-10-2025'],['Kip Moore','The Bluestone','Columbus, OH','Saturday','12/13/2025','7:00 PM','7260021','Kip-Moore-12-13-2025'],['Adam Doleac','The Bluestone','Columbus, OH','Friday','12/19/2025','8:00 PM','7396610','Adam-Doleac-12-19-2025'],['Pink Talking Fish & Steely Dead','The Bluestone','Columbus, OH','Friday','1/2/2026','6:30 PM','7283819','Pink-Talking-Fish---Steely-Dead-1-2-2026'],['Priscilla Block','The Bluestone','Columbus, OH','Thursday','2/26/2026','7:00 PM','7488376','Priscilla-Block-2-26-2026'],['Ernest','The Bluestone','Columbus, OH','Saturday','3/7/2026','7:00 PM','7424910','Ernest-3-7-2026']],'The Bluestone','http://www.ticketnetwork.com/ticket/The-Bluestone-events.aspx');