// 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([['Common Sense','Belly Up Tavern','Solana Beach, CA','Saturday','12/6/2025','8:00 PM','7474702','Common-Sense-12-6-2025'],['Boston Common Golf Club vs. Los Angeles Golf Club','SoFi Center','Palm Beach Gardens, FL','Friday','1/2/2026','7:00 PM','7472293','Boston-Common-Golf-Club-vs--Los-Angeles-Golf-Club-1-2-2026'],['Boston Common Golf Club vs. The Bay Golf Club','SoFi Center','Palm Beach Gardens, FL','Monday','1/26/2026','7:00 PM','7474879','Boston-Common-Golf-Club-vs--The-Bay-Golf-Club-1-26-2026'],['Atlanta Drive Golf Club vs. Boston Common Golf Club','SoFi Center','Palm Beach Gardens, FL','Monday','2/23/2026','5:00 PM','7474885','Atlanta-Drive-Golf-Club-vs--Boston-Common-Golf-Club-2-23-2026'],['Boston Common Golf Club vs. New York Golf Club','SoFi Center','Palm Beach Gardens, FL','Tuesday','2/24/2026','9:00 PM','7474888','Boston-Common-Golf-Club-vs--New-York-Golf-Club-2-24-2026'],['Mausiki Scales & The Common Ground Collective Brunch','City Winery - Atlanta','Atlanta, GA','Sunday','3/1/2026','12:00 PM','7548075','Mausiki-Scales---The-Common-Ground-Collective-Brunch-3-1-2026'],['Jupiter Links Golf Club vs. Boston Common Golf Club','SoFi Center','Palm Beach Gardens, FL','Sunday','3/1/2026','9:00 PM','7472292','Jupiter-Links-Golf-Club-vs--Boston-Common-Golf-Club-3-1-2026'],['Martin Hayes and the Common Ground Ensemble','Carnegie Hall - Isaac Stern Auditorium','New York, NY','Tuesday','3/17/2026','8:00 PM','7099695','Martin-Hayes-and-the-Common-Ground-Ensemble-3-17-2026'],['Martin Hayes and the Common Ground Ensemble','Hill Auditorium - Ann Arbor','Ann Arbor, MI','Friday','3/20/2026','7:30 PM','7457855','Martin-Hayes-and-the-Common-Ground-Ensemble-3-20-2026'],['Greenville Symphony Orchestra: West Side Story Symphonic Dances & Fanfare For The Common Man','Peace Concert Hall At The Peace Center - SC','Greenville, SC','Saturday','4/11/2026','7:30 PM','7214778','Greenville-Symphony-Orchestra--West-Side-Story-Symphonic-Dances---Fanfare-For-The-Common-Man-4-11-2026'],['Greenville Symphony Orchestra: West Side Story Symphonic Dances & Fanfare For The Common Man','Peace Concert Hall At The Peace Center - SC','Greenville, SC','Sunday','4/12/2026','3:00 PM','7214779','Greenville-Symphony-Orchestra--West-Side-Story-Symphonic-Dances---Fanfare-For-The-Common-Man-4-12-2026']],'common','http://www.ticketnetwork.com/en/search/?text=common');