// 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-01B 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([['Tomorrowland Music Festival Core Medellin - 2 Day Pass','Parque Norte Medellin','Medellin, Colombia','Saturday','5/11/2024','TBD','6281476','Tomorrowland-Music-Festival-Core-Medellin---2-Day-Pass-5-11-2024'],['Tomorrowland Music Festival Core Medellin','Parque Norte Medellin','Medellin, Colombia','Saturday','5/11/2024','6:00 PM','6281477','Tomorrowland-Music-Festival-Core-Medellin-5-11-2024'],['Tomorrowland Music Festival Core Medellin','Parque Norte Medellin','Medellin, Colombia','Sunday','5/12/2024','6:00 PM','6281478','Tomorrowland-Music-Festival-Core-Medellin-5-12-2024'],['Tomorrowland Music Festival: Weekend 1 - 3 Day Pass','Provinciaal Recreatiedomein De Schorre','Boom, Belgium','Friday','7/19/2024','TBD','6281319','Tomorrowland-Music-Festival--Weekend-1---3-Day-Pass-7-19-2024'],['Tomorrowland Music Festival: Weekend 1 - Friday','Provinciaal Recreatiedomein De Schorre','Boom, Belgium','Friday','7/19/2024','12:00 PM','6281324','Tomorrowland-Music-Festival--Weekend-1---Friday-7-19-2024'],['Tomorrowland Music Festival: Weekend 1 - Saturday','Provinciaal Recreatiedomein De Schorre','Boom, Belgium','Saturday','7/20/2024','12:00 PM','6281325','Tomorrowland-Music-Festival--Weekend-1---Saturday-7-20-2024'],['Tomorrowland Music Festival: Weekend 1 - Sunday','Provinciaal Recreatiedomein De Schorre','Boom, Belgium','Sunday','7/21/2024','12:00 PM','6281326','Tomorrowland-Music-Festival--Weekend-1---Sunday-7-21-2024'],['Tomorrowland Music Festival: Weekend 2 - 3 Day Pass','Provinciaal Recreatiedomein De Schorre','Boom, Belgium','Friday','7/26/2024','TBD','6281320','Tomorrowland-Music-Festival--Weekend-2---3-Day-Pass-7-26-2024'],['Tomorrowland Music Festival: Weekend 2 - Friday','Provinciaal Recreatiedomein De Schorre','Boom, Belgium','Friday','7/26/2024','12:00 PM','6281328','Tomorrowland-Music-Festival--Weekend-2---Friday-7-26-2024'],['Tomorrowland Music Festival: Weekend 2 - Saturday','Provinciaal Recreatiedomein De Schorre','Boom, Belgium','Saturday','7/27/2024','12:00 PM','6281329','Tomorrowland-Music-Festival--Weekend-2---Saturday-7-27-2024'],['Tomorrowland Music Festival: Weekend 2 - Sunday','Provinciaal Recreatiedomein De Schorre','Boom, Belgium','Sunday','7/28/2024','12:00 PM','6281330','Tomorrowland-Music-Festival--Weekend-2---Sunday-7-28-2024']],'tomorrowland','http://www.ticketnetwork.com/en/search/?text=tomorrowland');