//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-01A
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([['CONCACAF Gold Cup Group Stage: Mexico vs. Dominican Republic - Opening Match','SoFi Stadium','Inglewood, CA','Saturday','6/14/2025','7:15 PM','7058328','CONCACAF-Gold-Cup-Group-Stage--Mexico-vs--Dominican-Republic---Opening-Match-6-14-2025'],['Post Malone, Jelly Roll & Wyatt Flores','SoFi Stadium','Inglewood, CA','Thursday','6/19/2025','6:30 PM','7121613','Post-Malone--Jelly-Roll---Wyatt-Flores-6-19-2025'],['The Weeknd, Playboi Carti & Mike Dean','SoFi Stadium','Inglewood, CA','Wednesday','6/25/2025','7:00 PM','6965185','The-Weeknd--Playboi-Carti---Mike-Dean-6-25-2025'],['The Weeknd, Playboi Carti & Mike Dean','SoFi Stadium','Inglewood, CA','Thursday','6/26/2025','7:00 PM','6965186','The-Weeknd--Playboi-Carti---Mike-Dean-6-26-2025'],['The Weeknd, Playboi Carti & Mike Dean','SoFi Stadium','Inglewood, CA','Saturday','6/28/2025','7:00 PM','6973349','The-Weeknd--Playboi-Carti---Mike-Dean-6-28-2025'],['The Weeknd, Playboi Carti & Mike Dean','SoFi Stadium','Inglewood, CA','Sunday','6/29/2025','7:00 PM','6975461','The-Weeknd--Playboi-Carti---Mike-Dean-6-29-2025'],['Blackpink','SoFi Stadium','Inglewood, CA','Saturday','7/12/2025','8:00 PM','6998446','Blackpink-7-12-2025'],['Blackpink','SoFi Stadium','Inglewood, CA','Sunday','7/13/2025','8:00 PM','7015043','Blackpink-7-13-2025'],['George Strait, Chris Stapleton & Little Big Town','SoFi Stadium','Inglewood, CA','Saturday','7/19/2025','5:45 PM','6987262','George-Strait--Chris-Stapleton---Little-Big-Town-7-19-2025'],['Shakira','SoFi Stadium','Inglewood, CA','Monday','8/4/2025','7:30 PM','6774800','Shakira-8-4-2025']],'SoFi Stadium Inglewood','http://www.ticketnetwork.com/en/search/?text=SoFi%20Stadium%20Inglewood');