// 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([['Drake Milligan','Ranchman's Cookhouse and Dance Hall','Calgary, Canada','Friday','2/27/2026','8:00 PM','7672046','Drake-Milligan-2-27-2026'],['Lindsay Ell','The Drake Hotel','Toronto, Canada','Saturday','2/28/2026','8:00 PM','7503458','Lindsay-Ell-2-28-2026'],['Drake Bulldogs vs. Northern Iowa Panthers','Drake Knapp Center','Des Moines, IA','Sunday','3/1/2026','2:00 PM','7465943','Drake-Bulldogs-vs--Northern-Iowa-Panthers-3-1-2026'],['Ella Red','The Drake Hotel','Toronto, Canada','Monday','3/2/2026','7:00 PM','7627928','Ella-Red-3-2-2026'],['Eleni Drake','Clock-Out Lounge','Seattle, WA','Monday','3/2/2026','8:30 PM','7580684','Eleni-Drake-3-2-2026'],['The Ramona Flowers','The Drake Hotel','Toronto, Canada','Tuesday','3/3/2026','8:00 PM','7553731','The-Ramona-Flowers-3-3-2026'],['Drake Bulldogs Women's Basketball vs. Illinois State Redbirds','Drake Knapp Center','Des Moines, IA','Thursday','3/5/2026','6:00 PM','7503847','Drake-Bulldogs-Women-s-Basketball-vs--Illinois-State-Redbirds-3-5-2026'],['Brass Against','The Drake - Amherst','Amherst, MA','Friday','3/6/2026','8:00 PM','7649650','Brass-Against-3-6-2026'],['The Thing','The Drake Hotel','Toronto, Canada','Saturday','3/7/2026','7:00 PM','7537130','The-Thing-3-7-2026'],['Candlelight: Tribute to Drake','World Forestry Center - Miller Hall','Portland, OR','Saturday','3/7/2026','8:30 PM','7750809','Candlelight--Tribute-to-Drake-3-7-2026'],['Northern Iowa Panthers Women's Basketball vs. Drake Bulldogs','McLeod Center','Cedar Falls, IA','Sunday','3/8/2026','2:00 PM','7591403','Northern-Iowa-Panthers-Women-s-Basketball-vs--Drake-Bulldogs-3-8-2026'],['Piri & Tommy','The Drake Hotel','Toronto, Canada','Sunday','3/8/2026','8:00 PM','7559494','Piri---Tommy-3-8-2026'],['Nep - Artist','The Drake Hotel','Toronto, Canada','Tuesday','3/10/2026','7:00 PM','7552531','Nep---Artist-3-10-2026'],['Spafford','The Drake - Amherst','Amherst, MA','Tuesday','3/10/2026','8:00 PM','7649645','Spafford-3-10-2026'],['Raahiim','The Drake Hotel','Toronto, Canada','Thursday','3/12/2026','7:00 PM','7749979','Raahiim-3-12-2026'],['Gubbulidis','The Drake - Amherst','Amherst, MA','Thursday','3/12/2026','8:00 PM','7632785','Gubbulidis-3-12-2026'],['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','Music Box - San Diego','San Diego, CA','Tuesday','3/24/2026','8:00 PM','7724150','Drake-Bell-3-24-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 Bell','Coach House - Capistrano','San Juan Capistrano, CA','Thursday','3/26/2026','8:00 PM','7704456','Drake-Bell-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']],'drake','http://www.ticketnetwork.com/en/search/?text=drake');