// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-02A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); 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'],['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/en/search/?text=ghostface%20killah');