// 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-01A 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([['Cochise Country Music Festival: Diamond Rio, Pam Tillis, Drake Milligan & Mike Ryan - Friday','4EVR Ranch Equestrian Center','Benson, AZ','Friday','3/14/2025','10:00 AM','6861569','Cochise-Country-Music-Festival--Diamond-Rio--Pam-Tillis--Drake-Milligan---Mike-Ryan---Friday-3-14-2025'],['Drake White','Terra Fermata Tiki Bar ','Stuart, FL','Friday','3/14/2025','6:00 PM','6876429','Drake-White-3-14-2025'],['Goody Grace','The Drake Hotel','Toronto, Canada','Friday','3/14/2025','7:00 PM','6924379','Goody-Grace-3-14-2025'],['Drake White','Cowboys Dance Hall - Largo','Largo, FL','Saturday','3/15/2025','7:00 PM','6876435','Drake-White-3-15-2025'],['Braden Bales','The Drake Hotel','Toronto, Canada','Saturday','3/15/2025','7:00 PM','6869684','Braden-Bales-3-15-2025'],['Broccoli City Coco Butter Presents: Kendrick & SZA vs. Drake & PND','House Of Blues - Dallas','Dallas, TX','Saturday','3/15/2025','7:00 PM','6988881','Broccoli-City-Coco-Butter-Presents--Kendrick---SZA-vs--Drake---PND-3-15-2025'],['Drake White','Cafe DaVinci','Deland, FL','Sunday','3/16/2025','6:00 PM','6876444','Drake-White-3-16-2025'],['Fana Hues','The Drake Hotel','Toronto, Canada','Monday','3/17/2025','7:00 PM','6945685','Fana-Hues-3-17-2025'],['Emile Mosseri','The Drake Hotel','Toronto, Canada','Tuesday','3/18/2025','8:00 PM','6960919','Emile-Mosseri-3-18-2025'],['Drake Bell','Doc's Tavern','Greenville, SC','Thursday','3/20/2025','8:00 PM','7030558','Drake-Bell-3-20-2025'],['Rum Jungle','The Drake Hotel','Toronto, Canada','Friday','3/21/2025','8:00 PM','6820386','Rum-Jungle-3-21-2025'],['Drake Bell','Exit In','Nashville, TN','Saturday','3/22/2025','8:00 PM','6965435','Drake-Bell-3-22-2025'],['Tyler Hilton','The Drake - Amherst','Amherst, MA','Tuesday','3/25/2025','8:00 PM','6901865','Tyler-Hilton-3-25-2025'],['Diamond Cafe','The Drake Hotel','Toronto, Canada','Thursday','3/27/2025','8:00 PM','7001437','Diamond-Cafe-3-27-2025'],['The Slackers','The Drake - Amherst','Amherst, MA','Saturday','3/29/2025','8:00 PM','6937919','The-Slackers-3-29-2025'],['Drake White','Madison Theater - Covington','Covington, KY','Thursday','4/3/2025','8:00 PM','6876446','Drake-White-4-3-2025'],['Joel Sunny','The Drake Hotel','Toronto, Canada','Saturday','4/5/2025','7:00 PM','6779468','Joel-Sunny-4-5-2025'],['Drake White','The Bluestone','Columbus, OH','Saturday','4/5/2025','7:00 PM','6876450','Drake-White-4-5-2025'],['Molly Grace','The Drake - Amherst','Amherst, MA','Saturday','4/5/2025','8:00 PM','6901787','Molly-Grace-4-5-2025'],['Drake Milligan','Rose Music Hall','Columbia, MO','Saturday','4/5/2025','8:00 PM','6945265','Drake-Milligan-4-5-2025'],['Goldie Boutilier','The Drake Hotel','Toronto, Canada','Wednesday','4/9/2025','8:00 PM','6998244','Goldie-Boutilier-4-9-2025'],['Tank and The Bangas','The Drake - Amherst','Amherst, MA','Friday','4/11/2025','8:00 PM','7000254','Tank-and-The-Bangas-4-11-2025'],['Drake White','Texas Club','Baton Rouge, LA','Friday','4/11/2025','9:00 PM','6876453','Drake-White-4-11-2025'],['Mac Ayres','The Drake Hotel','Toronto, Canada','Monday','4/14/2025','7:00 PM','6963756','Mac-Ayres-4-14-2025'],['Mac Ayres','The Drake Hotel','Toronto, Canada','Tuesday','4/15/2025','7:00 PM','6979602','Mac-Ayres-4-15-2025']],'drake','http://www.ticketnetwork.com/en/search/?text=drake');