// 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([['Jordan Astra','The Drake Hotel','Toronto, Canada','Friday','3/13/2026','7:00 PM','7675909','Jordan-Astra-3-13-2026'],['Drake Night - A Tribute To Drake','Warehouse Live Midtown','Houston, TX','Saturday','3/14/2026','10:30 PM','7740505','Drake-Night---A-Tribute-To-Drake-3-14-2026'],['Molina','The Drake Hotel','Toronto, Canada','Saturday','3/21/2026','7:00 PM','7550267','Molina-3-21-2026'],['Jordana','The Drake - Amherst','Amherst, MA','Saturday','3/21/2026','8:00 PM','7542004','Jordana-3-21-2026'],['Drake Bell','Whisky A Go Go','West Hollywood, CA','Wednesday','3/25/2026','6:00 PM','7548786','Drake-Bell-3-25-2026'],['Kaleb Cohen','The Drake - Amherst','Amherst, MA','Thursday','3/26/2026','8:00 PM','7692865','Kaleb-Cohen-3-26-2026'],['Drake Milligan','The Ranch Concert Hall & Saloon','Fort Myers, FL','Friday','3/27/2026','7:00 PM','7703209','Drake-Milligan-3-27-2026'],['Candlelight: Tribute to Drake','California State Railroad Museum','Sacramento, CA','Friday','3/27/2026','8:45 PM','7725260','Candlelight--Tribute-to-Drake-3-27-2026'],['Boys Go To Jupiter','The Drake Hotel','Toronto, Canada','Saturday','3/28/2026','7:00 PM','7632799','Boys-Go-To-Jupiter-3-28-2026'],['Drake Bell','Red Stage Fontana','Fontana, CA','Saturday','3/28/2026','8:00 PM','7727511','Drake-Bell-3-28-2026'],['Iyla','The Drake Hotel','Toronto, Canada','Sunday','3/29/2026','7:00 PM','7715775','Iyla-3-29-2026'],['Drake Milligan','Tuffy's Music Box','Sanford, FL','Sunday','3/29/2026','8:00 PM','7739025','Drake-Milligan-3-29-2026'],['vaultboy','The Drake Hotel','Toronto, Canada','Monday','3/30/2026','8:00 PM','7693569','vaultboy-3-30-2026'],['Ryan Davis and The Roadhouse Band','The Drake - Amherst','Amherst, MA','Wednesday','4/1/2026','8:00 PM','7649653','Ryan-Davis-and-The-Roadhouse-Band-4-1-2026'],['Drake Milligan','Workplay Theatre','Birmingham, AL','Thursday','4/2/2026','8:00 PM','7728342','Drake-Milligan-4-2-2026'],['Candlelight: Tribute to Drake','World Forestry Center - Miller Hall','Portland, OR','Friday','4/3/2026','6:30 PM','7750810','Candlelight--Tribute-to-Drake-4-3-2026'],['Clover County','The Drake Hotel','Toronto, Canada','Friday','4/3/2026','8:00 PM','7631671','Clover-County-4-3-2026'],['Drake Milligan','Cotton Eyed Joe','Knoxville, TN','Saturday','4/4/2026','8:00 PM','7683422','Drake-Milligan-4-4-2026'],['Drake Bell','Workplay Theatre','Birmingham, AL','Saturday','4/4/2026','8:00 PM','7728344','Drake-Bell-4-4-2026'],['Drake Bell','City Winery - Atlanta','Atlanta, GA','Sunday','4/5/2026','8:00 PM','7672546','Drake-Bell-4-5-2026'],['Steinza','The Drake Hotel','Toronto, Canada','Monday','4/6/2026','8:00 PM','7606418','Steinza-4-6-2026'],['Mike Doughty','The Drake - Amherst','Amherst, MA','Monday','4/6/2026','8:00 PM','7683989','Mike-Doughty-4-6-2026'],['Skullcrusher','The Drake Hotel','Toronto, Canada','Thursday','4/9/2026','7:00 PM','7487395','Skullcrusher-4-9-2026'],['Drake White','The Sovereign','St. Louis, MO','Thursday','4/9/2026','8:00 PM','7708887','Drake-White-4-9-2026'],['Drake White','The Bluestone','Columbus, OH','Saturday','4/11/2026','8:00 PM','7762567','Drake-White-4-11-2026']],'drake','http://www.ticketnetwork.com/en/search/?text=drake');