// 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-02B 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([['The Rolling Stones','State Farm Stadium','Glendale, AZ','Tuesday','5/7/2024','8:00 PM','6098899','The-Rolling-Stones-5-7-2024'],['The Rolling Stones','Allegiant Stadium','Las Vegas, NV','Saturday','5/11/2024','8:00 PM','6098859','The-Rolling-Stones-5-11-2024'],['The Rolling Stones','Lumen Field','Seattle, WA','Wednesday','5/15/2024','8:00 PM','6098860','The-Rolling-Stones-5-15-2024'],['The Rolling Stones','MetLife Stadium','East Rutherford, NJ','Thursday','5/23/2024','8:00 PM','6098861','The-Rolling-Stones-5-23-2024'],['The Rolling Stones','MetLife Stadium','East Rutherford, NJ','Sunday','5/26/2024','8:00 PM','6119522','The-Rolling-Stones-5-26-2024'],['The Rolling Stones','Gillette Stadium','Foxborough, MA','Thursday','5/30/2024','7:30 PM','6098862','The-Rolling-Stones-5-30-2024'],['The Rolling Stones','Camping World Stadium','Orlando, FL','Monday','6/3/2024','8:00 PM','6098863','The-Rolling-Stones-6-3-2024'],['The Rolling Stones','Mercedes-Benz Stadium','Atlanta, GA','Friday','6/7/2024','7:30 PM','6098864','The-Rolling-Stones-6-7-2024'],['The Rolling Stones','Lincoln Financial Field','Philadelphia, PA','Tuesday','6/11/2024','8:00 PM','6098909','The-Rolling-Stones-6-11-2024'],['The Rolling Stones','Cleveland Browns Stadium','Cleveland, OH','Saturday','6/15/2024','8:00 PM','6098865','The-Rolling-Stones-6-15-2024'],['The Rolling Stones','Empower Field At Mile High','Denver, CO','Thursday','6/20/2024','7:30 PM','6098873','The-Rolling-Stones-6-20-2024'],['The Rolling Stones','Soldier Field','Chicago, IL','Thursday','6/27/2024','7:30 PM','6098912','The-Rolling-Stones-6-27-2024'],['The Rolling Stones','Soldier Field','Chicago, IL','Sunday','6/30/2024','8:00 PM','6119911','The-Rolling-Stones-6-30-2024'],['The Rolling Stones','BC Place Stadium','Vancouver, Canada','Friday','7/5/2024','8:00 PM','6098914','The-Rolling-Stones-7-5-2024'],['The Rolling Stones','SoFi Stadium','Inglewood, CA','Wednesday','7/10/2024','7:30 PM','6098874','The-Rolling-Stones-7-10-2024'],['The Rolling Stones','SoFi Stadium','Inglewood, CA','Saturday','7/13/2024','7:30 PM','6120163','The-Rolling-Stones-7-13-2024'],['San Francisco Gold Zone Tailgate: Rolling Stones','Hilton Santa Clara','Santa Clara, CA','Wednesday','7/17/2024','4:00 PM','6120300','San-Francisco-Gold-Zone-Tailgate--Rolling-Stones-7-17-2024'],['The Rolling Stones','Levi's Stadium','Santa Clara, CA','Wednesday','7/17/2024','7:30 PM','6098875','The-Rolling-Stones-7-17-2024']],'The Rolling Stones','http://www.ticketnetwork.com/en/search/?text=The Rolling Stones');