//
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([['iHeartRadio Music Festival: Ed Sheeran, Maroon 5, Bryan Adams & Jelly Roll - 2 Day Pass','T-Mobile Arena','Las Vegas, NV','Friday','9/19/2025','TBD','6976260','iHeartRadio-Music-Festival--Ed-Sheeran--Maroon-5--Bryan-Adams---Jelly-Roll---2-Day-Pass-9-19-2025'],['iHeartRadio Music Festival: Ed Sheeran, Tim McGraw, Jelly Roll & Mariah Carey','T-Mobile Arena','Las Vegas, NV','Saturday','9/20/2025','7:30 PM','6969289','iHeartRadio-Music-Festival--Ed-Sheeran--Tim-McGraw--Jelly-Roll---Mariah-Carey-9-20-2025'],['John Fogerty','Yaamava Theater at Yaamava Resort & Casino','Highland, CA','Wednesday','10/1/2025','8:00 PM','7339798','John-Fogerty-10-1-2025'],['John Fogerty','Hard Rock Live At Etess Arena','Atlantic City, NJ','Friday','10/31/2025','8:00 PM','7364421','John-Fogerty-10-31-2025'],['Green River - Tribute to CCR and John Fogerty','Colonial Theatre - Pittsfield','Pittsfield, MA','Saturday','11/1/2025','7:30 PM','7298770','Green-River---Tribute-to-CCR-and-John-Fogerty-11-1-2025'],['John Fogerty','Salem Civic Center','Salem, VA','Saturday','11/1/2025','7:30 PM','7364422','John-Fogerty-11-1-2025'],['John Fogerty','Ryman Auditorium','Nashville, TN','Monday','11/3/2025','7:30 PM','7366746','John-Fogerty-11-3-2025'],['John Fogerty','Fabulous Fox Theatre - Atlanta','Atlanta, GA','Tuesday','11/4/2025','7:30 PM','7366711','John-Fogerty-11-4-2025'],['John Fogerty','Durham Performing Arts Center','Durham, NC','Wednesday','11/5/2025','7:30 PM','7364424','John-Fogerty-11-5-2025'],['John Fogerty','The Dome - Virginia Beach','Virginia Beach, VA','Friday','11/7/2025','8:00 PM','7364426','John-Fogerty-11-7-2025'],['John Fogerty','Wind Creek Event Center','Bethlehem, PA','Saturday','11/8/2025','8:00 PM','7364428','John-Fogerty-11-8-2025'],['John Fogerty','The Theater at MGM National Harbor','Oxon Hill, MD','Sunday','11/9/2025','8:00 PM','7364430','John-Fogerty-11-9-2025'],['John Fogerty','New Jersey Performing Arts Center - Prudential Hall','Newark, NJ','Wednesday','11/12/2025','7:30 PM','7364431','John-Fogerty-11-12-2025'],['John Fogerty','Mohegan Sun Arena - CT','Uncasville, CT','Thursday','11/13/2025','7:30 PM','7364432','John-Fogerty-11-13-2025'],['Mason Dixon Line - Tribute to John Fogerty & CCR','The Sheldon Theater','Red Wing, MN','Friday','11/14/2025','7:30 PM','7234946','Mason-Dixon-Line---Tribute-to-John-Fogerty---CCR-11-14-2025'],['John Fogerty','MGM Music Hall at Fenway Park','Boston, MA','Friday','11/14/2025','8:00 PM','7364433','John-Fogerty-11-14-2025']],'John Fogerty','http://www.ticketnetwork.com/en/search/?text=John%20Fogerty');