// 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-04B 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 Magnetic Fields','Mass MoCa','North Adams, MA','Friday','5/3/2024','8:00 PM','6383278','The-Magnetic-Fields-5-3-2024'],['The Magnetic Fields','Mass MoCa','North Adams, MA','Saturday','5/4/2024','8:00 PM','6383279','The-Magnetic-Fields-5-4-2024'],['The Magnetic Fields','Carolina Theatre - Durham','Durham, NC','Wednesday','5/29/2024','8:00 PM','6267557','The-Magnetic-Fields-5-29-2024'],['The Magnetic Fields','Carolina Theatre - Durham','Durham, NC','Thursday','5/30/2024','8:00 PM','6267558','The-Magnetic-Fields-5-30-2024'],['The Magnetic Fields','Variety Playhouse','Atlanta, GA','Saturday','6/1/2024','8:00 PM','6268718','The-Magnetic-Fields-6-1-2024'],['The Magnetic Fields','Variety Playhouse','Atlanta, GA','Sunday','6/2/2024','8:00 PM','6268750','The-Magnetic-Fields-6-2-2024'],['The Magnetic Fields','Lincoln Theatre - DC','Washington, DC','Thursday','10/17/2024','8:00 PM','6348173','The-Magnetic-Fields-10-17-2024'],['The Magnetic Fields','Lincoln Theatre - DC','Washington, DC','Friday','10/18/2024','8:00 PM','6348172','The-Magnetic-Fields-10-18-2024'],['The Magnetic Fields - 2 Day Pass','Lincoln Theatre - DC','Washington, DC','Saturday','10/19/2024','TBD','6267560','The-Magnetic-Fields---2-Day-Pass-10-19-2024'],['The Magnetic Fields','Lincoln Theatre - DC','Washington, DC','Saturday','10/19/2024','8:00 PM','6267561','The-Magnetic-Fields-10-19-2024'],['The Magnetic Fields','Lincoln Theatre - DC','Washington, DC','Sunday','10/20/2024','8:00 PM','6267562','The-Magnetic-Fields-10-20-2024'],['The Magnetic Fields','Paramount Theatre - Austin, TX','Austin, TX','Tuesday','10/22/2024','8:00 PM','6267569','The-Magnetic-Fields-10-22-2024'],['The Magnetic Fields','Paramount Theatre - Austin, TX','Austin, TX','Wednesday','10/23/2024','8:00 PM','6267570','The-Magnetic-Fields-10-23-2024'],['The Magnetic Fields','Boulder Theater','Boulder, CO','Saturday','10/26/2024','8:00 PM','6267566','The-Magnetic-Fields-10-26-2024'],['The Magnetic Fields','Boulder Theater','Boulder, CO','Sunday','10/27/2024','8:00 PM','6267567','The-Magnetic-Fields-10-27-2024'],['The Magnetic Fields','Revolution Hall - Portland','Portland, OR','Tuesday','10/29/2024','8:00 PM','6266646','The-Magnetic-Fields-10-29-2024'],['The Magnetic Fields','Revolution Hall - Portland','Portland, OR','Wednesday','10/30/2024','8:00 PM','6266647','The-Magnetic-Fields-10-30-2024'],['The Magnetic Fields','The Neptune Theatre','Seattle, WA','Friday','11/1/2024','8:00 PM','6267563','The-Magnetic-Fields-11-1-2024'],['The Magnetic Fields','The Neptune Theatre','Seattle, WA','Saturday','11/2/2024','8:00 PM','6267564','The-Magnetic-Fields-11-2-2024']],'The Magnetic Fields','http://www.ticketnetwork.com/en/search/?text=The Magnetic Fields');