//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//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([['Lainey Wilson, Muscadine Bloodline & Drake Milligan','Moody Center ATX','Austin, TX','Thursday','9/18/2025','7:00 PM','6964679','Lainey-Wilson--Muscadine-Bloodline---Drake-Milligan-9-18-2025'],['Lainey Wilson, Muscadine Bloodline & Drake Milligan','Dickies Arena','Fort Worth, TX','Friday','9/19/2025','7:00 PM','6964680','Lainey-Wilson--Muscadine-Bloodline---Drake-Milligan-9-19-2025'],['Alberta Golden Bears vs. Macewan Griffins','Clare Drake Arena','Edmonton, Canada','Friday','9/19/2025','7:00 PM','7305022','Alberta-Golden-Bears-vs--Macewan-Griffins-9-19-2025'],['Dogpark','The Drake - Amherst','Amherst, MA','Friday','9/19/2025','8:00 PM','7218329','Dogpark-9-19-2025'],['Drake White','Mystic Theatre','Petaluma, CA','Friday','9/19/2025','8:30 PM','7251968','Drake-White-9-19-2025'],['South Dakota Coyotes vs. Drake Bulldogs','DakotaDome','Vermillion, SD','Saturday','9/20/2025','1:00 PM','6861873','South-Dakota-Coyotes-vs--Drake-Bulldogs-9-20-2025'],['Lainey Wilson, Muscadine Bloodline & Drake Milligan','The Cynthia Woods Mitchell Pavilion','Spring, TX','Saturday','9/20/2025','7:00 PM','6964649','Lainey-Wilson--Muscadine-Bloodline---Drake-Milligan-9-20-2025'],['Laura Stevenson','The Drake - Amherst','Amherst, MA','Saturday','9/20/2025','8:00 PM','7211800','Laura-Stevenson-9-20-2025'],['Drake White','Majestic Ventura Theatre','Ventura, CA','Saturday','9/20/2025','8:00 PM','7239816','Drake-White-9-20-2025'],['The Dreggs','The Drake Hotel','Toronto, Canada','Sunday','9/21/2025','8:00 PM','7148400','The-Dreggs-9-21-2025'],['Drake White','Felton Music Hall','Felton, CA','Sunday','9/21/2025','8:00 PM','7247471','Drake-White-9-21-2025'],['Drake & PARTYNEXTDOOR','Barclays Arena - Hamburg','Hamburg, Germany','Monday','9/22/2025','8:00 PM','7196161','Drake---PARTYNEXTDOOR-9-22-2025'],['Drake & PARTYNEXTDOOR','Barclays Arena - Hamburg','Hamburg, Germany','Tuesday','9/23/2025','8:00 PM','7196162','Drake---PARTYNEXTDOOR-9-23-2025'],['Lucero - Band','The Drake - Amherst','Amherst, MA','Tuesday','9/23/2025','8:00 PM','7085349','Lucero---Band-9-23-2025'],['Candlelight: Tribute to Drake','Edison's','Dallas, TX','Thursday','9/25/2025','6:30 PM','7256335','Candlelight--Tribute-to-Drake-9-25-2025'],['Stop Light Observations','The Drake - Amherst','Amherst, MA','Thursday','9/25/2025','8:00 PM','7145978','Stop-Light-Observations-9-25-2025'],['Drake White','Moonshine Flats','San Diego, CA','Thursday','9/25/2025','8:00 PM','7318716','Drake-White-9-25-2025'],['Candlelight: Tribute to Drake','Edison's','Dallas, TX','Thursday','9/25/2025','8:45 PM','7256336','Candlelight--Tribute-to-Drake-9-25-2025'],['Valparaiso University Women's Volleyball vs. Drake Bulldogs','Valparaiso Athletics Recreation Center','Valparaiso, IN','Friday','9/26/2025','6:00 PM','7348864','Valparaiso-University-Women-s-Volleyball-vs--Drake-Bulldogs-9-26-2025'],['Michael Minelli','The Drake Hotel','Toronto, Canada','Friday','9/26/2025','7:00 PM','7166955','Michael-Minelli-9-26-2025'],['Drake White','Red Stage Fontana','Fontana, CA','Friday','9/26/2025','9:00 PM','7242514','Drake-White-9-26-2025'],['Matthew Ifield','The Drake Hotel','Toronto, Canada','Saturday','9/27/2025','7:00 PM','7247264','Matthew-Ifield-9-27-2025'],['Drake Bell','City Winery - Boston','Boston, MA','Monday','9/29/2025','7:30 PM','7303466','Drake-Bell-9-29-2025'],['Drake Bulldogs Women's Volleyball vs. Northern Iowa Panthers','Drake Knapp Center','Des Moines, IA','Tuesday','9/30/2025','6:00 PM','7340680','Drake-Bulldogs-Women-s-Volleyball-vs--Northern-Iowa-Panthers-9-30-2025'],['Drake White','Manchester Music Hall','Lexington, KY','Thursday','10/2/2025','8:00 PM','7269243','Drake-White-10-2-2025']],'drake','http://www.ticketnetwork.com/en/search/?text=drake');