//
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-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([['NCAA Women's College World Series: Texas Tech vs. Ole Miss & UCLA vs. Oregon - Session 2','Devon Park','Oklahoma City, OK','Thursday','5/29/2025','6:00 PM','6503294','NCAA-Women-s-College-World-Series--Texas-Tech-vs--Ole-Miss---UCLA-vs--Oregon---Session-2-5-29-2025'],['NCAA Baseball Regionals: Oxford: Georgia Tech vs. Western Kentucky - Session 1','Oxford University Stadium At Swayze Field','Oxford, MS','Friday','5/30/2025','3:00 PM','7178665','NCAA-Baseball-Regionals--Oxford--Georgia-Tech-vs--Western-Kentucky---Session-1-5-30-2025'],['NCAA Baseball Regionals: Hattiesburg: Southern Miss vs. Columbia - Session 2','Pete Taylor Park','Hattiesburg, MS','Friday','5/30/2025','6:00 PM','7178638','NCAA-Baseball-Regionals--Hattiesburg--Southern-Miss-vs--Columbia---Session-2-5-30-2025'],['NCAA Baseball Regionals: Oxford: Ole Miss vs. Murray State - Session 2','Oxford University Stadium At Swayze Field','Oxford, MS','Friday','5/30/2025','7:00 PM','7178666','NCAA-Baseball-Regionals--Oxford--Ole-Miss-vs--Murray-State---Session-2-5-30-2025'],['NCAA Baseball Regionals: Oxford - Session 3','Oxford University Stadium At Swayze Field','Oxford, MS','Saturday','5/31/2025','1:00 PM','7178667','NCAA-Baseball-Regionals--Oxford---Session-3-5-31-2025'],['NCAA Baseball Regionals: Oxford - Session 4','Oxford University Stadium At Swayze Field','Oxford, MS','Saturday','5/31/2025','5:00 PM','7178668','NCAA-Baseball-Regionals--Oxford---Session-4-5-31-2025'],['Vans Warped Tour: Bowling for Soul & Simple Plan - 2 Day Pass','RFK Stadium Festival Grounds','Washington, DC','Saturday','6/14/2025','TBD','6770860','Vans-Warped-Tour--Bowling-for-Soul---Simple-Plan---2-Day-Pass-6-14-2025'],['Miss May I','The Song and Dance','Syracuse, NY','Tuesday','6/17/2025','7:00 PM','7101040','Miss-May-I-6-17-2025'],['Miss May I','Empire Live','Albany, NY','Wednesday','6/18/2025','7:00 PM','7098291','Miss-May-I-6-18-2025'],['Miss May I','Overflow Brewing Company','Ottawa, Canada','Friday','6/20/2025','6:30 PM','7098286','Miss-May-I-6-20-2025'],['Miss May I','Theatre Beanfield','Montreal, Canada','Saturday','6/21/2025','7:00 PM','7098285','Miss-May-I-6-21-2025'],['Miss May I','The Opera House - Toronto','Toronto, Canada','Sunday','6/22/2025','7:00 PM','7101681','Miss-May-I-6-22-2025'],['Miss May I','London Music Hall - Ontario','London, Canada','Monday','6/23/2025','6:00 PM','7098284','Miss-May-I-6-23-2025'],['Miss May I','The Stache at The Intersection','Grand Rapids, MI','Wednesday','6/25/2025','7:00 PM','7099340','Miss-May-I-6-25-2025'],['Miss May I','The Rave - Milwaukee','Milwaukee, WI','Friday','6/27/2025','7:00 PM','7099891','Miss-May-I-6-27-2025'],['Miss May I','HI-FI Annex','Indianapolis, IN','Saturday','6/28/2025','6:00 PM','7099741','Miss-May-I-6-28-2025'],['Vans Warped Tour: Bowling for Soup & Miss May I - 2 Day Pass','Long Beach Shoreline Waterfront','Long Beach, CA','Saturday','7/26/2025','TBD','6770862','Vans-Warped-Tour--Bowling-for-Soup---Miss-May-I---2-Day-Pass-7-26-2025'],['Vans Warped Tour: Chandler Leighton & Miss May I - 2 Day Pass','Camping World Stadium Campus','Orlando, FL','Saturday','11/15/2025','TBD','6770861','Vans-Warped-Tour--Chandler-Leighton---Miss-May-I---2-Day-Pass-11-15-2025']],'Miss May I','http://www.ticketnetwork.com/en/search/?text=Miss%20May%20I');