//
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-03A
TN_Widget.CreateTable([['Ghostface Killah','Sound Board at MotorCity Casino Hotel','Detroit, MI','Friday','1/9/2026','8:00 PM','7506857','Ghostface-Killah-1-9-2026'],['Ghostface Killah','The Echo Lounge and Music Hall','Dallas, TX','Friday','1/16/2026','8:00 PM','7506856','Ghostface-Killah-1-16-2026'],['Ghostface Killah','House Of Blues - Houston','Houston, TX','Saturday','1/17/2026','7:00 PM','7507693','Ghostface-Killah-1-17-2026'],['Ghostface Killah','Webster Hall','New York, NY','Friday','1/23/2026','7:30 PM','7508575','Ghostface-Killah-1-23-2026'],['Ghostface Killah','The Strand Theatre - RI','Providence, RI','Saturday','1/24/2026','8:00 PM','7507057','Ghostface-Killah-1-24-2026'],['Ghostface Killah','Theatre Beanfield','Montreal, Canada','Saturday','1/31/2026','8:00 PM','7506855','Ghostface-Killah-1-31-2026'],['Ghostface Killah','Phoenix Concert Theatre','Toronto, Canada','Sunday','2/1/2026','7:00 PM','7508576','Ghostface-Killah-2-1-2026'],['Ghostface Killah','Phoenix Concert Theatre','Toronto, Canada','Monday','2/2/2026','7:00 PM','7508577','Ghostface-Killah-2-2-2026'],['Ghostface Killah','Ramova Theatre','Chicago, IL','Saturday','2/7/2026','8:00 PM','7516765','Ghostface-Killah-2-7-2026'],['Ghostface Killah','Cervantes' Masterpiece - Ballroom','Denver, CO','Thursday','2/12/2026','8:00 PM','7508559','Ghostface-Killah-2-12-2026'],['Ghostface Killah','1720','Los Angeles, CA','Friday','2/13/2026','9:00 PM','7508560','Ghostface-Killah-2-13-2026'],['Ghostface Killah','The Fillmore Silver Spring','Silver Spring, MD','Friday','2/20/2026','8:00 PM','7506854','Ghostface-Killah-2-20-2026'],['Ghostface Killah','Nevermore Hall','Baltimore, MD','Saturday','2/21/2026','8:00 PM','7507867','Ghostface-Killah-2-21-2026'],['Ghostface Killah','Wally's Pub','Hampton, NH','Friday','5/15/2026','9:00 PM','7624403','Ghostface-Killah-5-15-2026'],['Rhyme Fest: Raekwon & Ghostface Killah, Murs, & Conway The Machine','Los Angeles Memorial Coliseum','Los Angeles, CA','Saturday','8/15/2026','2:00 PM','7600524','Rhyme-Fest--Raekwon---Ghostface-Killah--Murs----Conway-The-Machine-8-15-2026']],'Ghostface Killah','http://www.ticketnetwork.com/ticket/Ghostface-Killah-events.aspx');