// 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-03B 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([['Keyshia Cole, Jeezy, Fabolous, Keri Hilson & Bobby V','Amica Mutual Pavilion','Providence, RI','Friday','5/9/2025','8:00 PM','6961333','Keyshia-Cole--Jeezy--Fabolous--Keri-Hilson---Bobby-V-5-9-2025'],['Back To Wiscansin Fest: T-Pain, Feid, Keyshia Cole & Pusha T','The Rave - Milwaukee','Milwaukee, WI','Saturday','6/14/2025','TBD','7042074','Back-To-Wiscansin-Fest--T-Pain--Feid--Keyshia-Cole---Pusha-T-6-14-2025'],['Keyshia Cole','CFG Bank Arena','Baltimore, MD','Tuesday','7/1/2025','7:00 PM','7099677','Keyshia-Cole-7-1-2025'],['Keyshia Cole','Wells Fargo Center - PA','Philadelphia, PA','Wednesday','7/2/2025','7:00 PM','7099762','Keyshia-Cole-7-2-2025'],['Keyshia Cole','United Center','Chicago, IL','Saturday','7/5/2025','7:00 PM','7099763','Keyshia-Cole-7-5-2025'],['Keyshia Cole','Rocket Arena','Cleveland, OH','Sunday','7/6/2025','7:00 PM','7100417','Keyshia-Cole-7-6-2025'],['Keyshia Cole','Coca-Cola Coliseum','Toronto, Canada','Wednesday','7/9/2025','7:00 PM','7099773','Keyshia-Cole-7-9-2025'],['Keyshia Cole','Little Caesars Arena','Detroit, MI','Thursday','7/10/2025','7:00 PM','7099764','Keyshia-Cole-7-10-2025'],['Keyshia Cole','Barclays Center','Brooklyn, NY','Saturday','7/12/2025','7:00 PM','7099765','Keyshia-Cole-7-12-2025'],['Keyshia Cole','Prudential Center','Newark, NJ','Sunday','7/13/2025','7:00 PM','7099766','Keyshia-Cole-7-13-2025'],['Keyshia Cole','First Horizon Coliseum At Greensboro Complex','Greensboro, NC','Wednesday','7/16/2025','7:00 PM','7099767','Keyshia-Cole-7-16-2025'],['Keyshia Cole','Legacy Arena at The BJCC','Birmingham, AL','Thursday','7/17/2025','7:00 PM','7099768','Keyshia-Cole-7-17-2025'],['Keyshia Cole','Amalie Arena','Tampa, FL','Saturday','7/19/2025','7:00 PM','7099769','Keyshia-Cole-7-19-2025'],['Keyshia Cole','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Fort Lauderdale, FL','Sunday','7/20/2025','7:00 PM','7099770','Keyshia-Cole-7-20-2025'],['Keyshia Cole','State Farm Arena - GA','Atlanta, GA','Tuesday','7/22/2025','7:00 PM','7099714','Keyshia-Cole-7-22-2025'],['Keyshia Cole','Smoothie King Center','New Orleans, LA','Wednesday','7/23/2025','7:00 PM','7100416','Keyshia-Cole-7-23-2025'],['Keyshia Cole','Toyota Center - TX','Houston, TX','Friday','7/25/2025','7:00 PM','7100418','Keyshia-Cole-7-25-2025'],['Keyshia Cole','Dickies Arena','Fort Worth, TX','Saturday','7/26/2025','7:00 PM','7099771','Keyshia-Cole-7-26-2025'],['Keyshia Cole','Oakland Arena','Oakland, CA','Thursday','7/31/2025','7:00 PM','7100459','Keyshia-Cole-7-31-2025'],['Keyshia Cole','T-Mobile Arena','Las Vegas, NV','Friday','8/1/2025','7:00 PM','7100715','Keyshia-Cole-8-1-2025'],['Keyshia Cole','The Venue At Thunder Valley Casino','Lincoln, CA','Saturday','8/2/2025','7:00 PM','7099772','Keyshia-Cole-8-2-2025'],['Keyshia Cole','Crypto.com Arena','Los Angeles, CA','Friday','8/8/2025','7:00 PM','7100546','Keyshia-Cole-8-8-2025']],'Keyshia Cole','http://www.ticketnetwork.com/en/search/?text=Keyshia Cole');