// 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-03A 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([['Gareth Emery','The Kia Forum','Inglewood, CA','Saturday','3/22/2025','7:00 PM','6778615','Gareth-Emery-3-22-2025'],['Papa Roach & Rise Against','The Kia Forum','Inglewood, CA','Friday','3/28/2025','7:00 PM','6814068','Papa-Roach---Rise-Against-3-28-2025'],['Danzig','The Kia Forum','Inglewood, CA','Saturday','3/29/2025','6:00 PM','6895549','Danzig-3-29-2025'],['We Them Ones Comedy Tour: Mike Epps, Kountry Wayne, Karlous Miller & Lil Duval','The Kia Forum','Inglewood, CA','Friday','4/4/2025','8:00 PM','6788618','We-Them-Ones-Comedy-Tour--Mike-Epps--Kountry-Wayne--Karlous-Miller---Lil-Duval-4-4-2025'],['Aron Afshar','The Kia Forum','Inglewood, CA','Saturday','4/5/2025','8:30 PM','7012477','Aron-Afshar-4-5-2025'],['Meshuggah, Cannibal Corpse & Carcass','The Kia Forum','Inglewood, CA','Wednesday','4/9/2025','7:00 PM','6860985','Meshuggah--Cannibal-Corpse---Carcass-4-9-2025'],['Krush Groove Festival','The Kia Forum','Inglewood, CA','Saturday','4/19/2025','7:30 PM','6860390','Krush-Groove-Festival-4-19-2025'],['The Millennium Tour: Trey Songz, Omarion, Bow Wow & Boosie BadAzz','The Kia Forum','Inglewood, CA','Sunday','4/27/2025','8:00 PM','6840330','The-Millennium-Tour--Trey-Songz--Omarion--Bow-Wow---Boosie-BadAzz-4-27-2025'],['J Balvin','The Kia Forum','Inglewood, CA','Friday','5/9/2025','8:00 PM','6833935','J-Balvin-5-9-2025'],['Disturbed, Daughtry & Nothing More','The Kia Forum','Inglewood, CA','Tuesday','5/13/2025','6:30 PM','6756954','Disturbed--Daughtry---Nothing-More-5-13-2025']],'The Kia Forum Inglewood','http://www.ticketnetwork.com/en/search/?text=The%20Kia%20Forum%20Inglewood');