// 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-04A 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 Commodores & The Spinners','Hard Rock Live - Rockford','Rockford, IL','Friday','6/20/2025','7:00 PM','7032944','The-Commodores---The-Spinners-6-20-2025'],['The O'Jays, The Commodores & Sister Sledge','Toyota Arena - Ontario','Ontario, CA','Sunday','6/22/2025','7:00 PM','7171983','The-O-Jays--The-Commodores---Sister-Sledge-6-22-2025'],['The Commodores','Beau Rivage Theatre','Biloxi, MS','Friday','7/18/2025','8:00 PM','7094650','The-Commodores-7-18-2025'],['The Commodores','Paragon Casino Resort','Marksville, LA','Saturday','7/19/2025','8:00 PM','7175298','The-Commodores-7-19-2025'],['Kool and The Gang & The Commodores','Tulalip Amphitheatre','Marysville, WA','Friday','7/25/2025','7:00 PM','7024550','Kool-and-The-Gang---The-Commodores-7-25-2025'],['The Commodores','Tanana Valley State Fairgrounds','Fairbanks, AK','Sunday','7/27/2025','6:00 PM','7196885','The-Commodores-7-27-2025'],['The Commodores','Batavia Downs - Trackside (Outdoors)','Batavia, NY','Friday','8/8/2025','4:00 PM','6945200','The-Commodores-8-8-2025'],['The Commodores','Scera Shell Outdoor Theatre','Orem, UT','Friday','8/29/2025','8:00 PM','7072227','The-Commodores-8-29-2025'],['The Commodores','The Show - Agua Caliente Casino','Rancho Mirage, CA','Saturday','8/30/2025','8:00 PM','7121584','The-Commodores-8-30-2025'],['The Commodores','The Grandstand At The Great Frederick Fair - Frederick','Frederick, MD','Sunday','9/14/2025','7:30 PM','7214040','The-Commodores-9-14-2025'],['The Commodores','We-Ko-Pa Conference Center','Fort Mcdowell, AZ','Friday','9/26/2025','8:00 PM','7165371','The-Commodores-9-26-2025'],['The Commodores','Cache Creek Casino Resort - Event Center','Brooks, CA','Saturday','9/27/2025','8:00 PM','7187971','The-Commodores-9-27-2025'],['The Commodores','Kravis Center - Dreyfoos Concert Hall','West Palm Beach, FL','Friday','10/3/2025','7:30 PM','7152777','The-Commodores-10-3-2025'],['The Commodores & The Spinners','Paul Paul Theater at Fresno Fairgrounds','Fresno, CA','Monday','10/6/2025','7:00 PM','7169256','The-Commodores---The-Spinners-10-6-2025'],['The Commodores','The Edge Pavilion at Edgewater Casino','Laughlin, NV','Saturday','11/15/2025','7:00 PM','7156180','The-Commodores-11-15-2025']],'The Commodores','http://www.ticketnetwork.com/en/search/?text=The Commodores');