// 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 Cancelled Podcast Tour: Tana Mongeau & Brooke Schofield','GLC Live at 20 Monroe','Grand Rapids, MI','Friday','5/3/2024','7:00 PM','6218595','The-Cancelled-Podcast-Tour--Tana-Mongeau---Brooke-Schofield-5-3-2024'],['Your Favorite Aunties Podcast','White Oak Music Hall - Upstairs','Houston, TX','Friday','5/3/2024','7:00 PM','6237482','Your-Favorite-Aunties-Podcast-5-3-2024'],['The Cancelled Podcast Tour: Tana Mongeau & Brooke Schofield','GLC Live at 20 Monroe','Grand Rapids, MI','Friday','5/3/2024','9:30 PM','6240691','The-Cancelled-Podcast-Tour--Tana-Mongeau---Brooke-Schofield-5-3-2024'],['The Cancelled Podcast Tour: Tana Mongeau & Brooke Schofield','Vic Theatre','Chicago, IL','Saturday','5/4/2024','7:00 PM','6218624','The-Cancelled-Podcast-Tour--Tana-Mongeau---Brooke-Schofield-5-4-2024'],['MeatEater Podcast Live','Revolution Hall - Portland','Portland, OR','Saturday','5/4/2024','8:00 PM','6302983','MeatEater-Podcast-Live-5-4-2024'],['The Cancelled Podcast Tour: Tana Mongeau & Brooke Schofield','Vic Theatre','Chicago, IL','Saturday','5/4/2024','9:30 PM','6240697','The-Cancelled-Podcast-Tour--Tana-Mongeau---Brooke-Schofield-5-4-2024'],['Doug Loves Movies Podcast','Zanies Comedy Club - Rosemont','Rosemont, IL','Sunday','5/5/2024','4:20 PM','6205196','Doug-Loves-Movies-Podcast-5-5-2024'],['MeatEater Podcast Live','Pantages Theatre - Tacoma','Tacoma, WA','Sunday','5/5/2024','8:00 PM','6308558','MeatEater-Podcast-Live-5-5-2024'],['Sisters In Law Podcast','Royal Oak Music Theatre','Royal Oak, MI','Thursday','5/9/2024','7:00 PM','6308317','Sisters-In-Law-Podcast-5-9-2024'],['Lemonparty Podcast ','Helium Comedy Club - Philadelphia','Philadelphia, PA','Thursday','5/9/2024','10:00 PM','6326921','Lemonparty-Podcast--5-9-2024']],'podcast','http://www.ticketnetwork.com/en/search/?text=podcast');