// 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-02A 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([['Wright State Raiders Women's Basketball vs. Oakland University Golden Grizzlies','EJ Nutter Center','Dayton, OH','Wednesday','2/19/2025','7:00 PM','6687790','Wright-State-Raiders-Women-s-Basketball-vs--Oakland-University-Golden-Grizzlies-2-19-2025'],['Oakland Roots SC vs. San Antonio FC','Oakland Coliseum','Oakland, CA','Saturday','3/22/2025','7:00 PM','6894452','Oakland-Roots-SC-vs--San-Antonio-FC-3-22-2025'],['Oakland Roots SC vs. Rhode Island FC','Oakland Coliseum','Oakland, CA','Saturday','4/5/2025','1:00 PM','6894456','Oakland-Roots-SC-vs--Rhode-Island-FC-4-5-2025'],['Oakland Roots SC vs. Orange County SC','Oakland Coliseum','Oakland, CA','Saturday','4/19/2025','1:00 PM','6894457','Oakland-Roots-SC-vs--Orange-County-SC-4-19-2025'],['PBR - Pendleton Whisky Velocity Tour','Oakland Arena','Oakland, CA','Saturday','4/19/2025','7:00 PM','6696330','PBR---Pendleton-Whisky-Velocity-Tour-4-19-2025'],['Oakland Roots SC vs. Sacramento Republic FC','Oakland Coliseum','Oakland, CA','Saturday','5/3/2025','7:00 PM','6894458','Oakland-Roots-SC-vs--Sacramento-Republic-FC-5-3-2025'],['Oakland Roots SC vs. New Mexico United','Oakland Coliseum','Oakland, CA','Saturday','5/24/2025','7:00 PM','6894459','Oakland-Roots-SC-vs--New-Mexico-United-5-24-2025'],['Oakland Roots SC vs. El Paso Locomotive FC','Oakland Coliseum','Oakland, CA','Saturday','6/7/2025','7:00 PM','6894460','Oakland-Roots-SC-vs--El-Paso-Locomotive-FC-6-7-2025'],['Oakland Roots SC vs. Monterey Bay FC','Oakland Coliseum','Oakland, CA','Saturday','6/28/2025','7:00 PM','6894461','Oakland-Roots-SC-vs--Monterey-Bay-FC-6-28-2025'],['Oakland Roots SC vs. Detroit City FC','Oakland Coliseum','Oakland, CA','Saturday','7/5/2025','7:00 PM','6894463','Oakland-Roots-SC-vs--Detroit-City-FC-7-5-2025'],['Oakland Roots SC vs. Phoenix Rising FC','Oakland Coliseum','Oakland, CA','Saturday','7/12/2025','7:00 PM','6894464','Oakland-Roots-SC-vs--Phoenix-Rising-FC-7-12-2025'],['Oakland Roots SC vs. Colorado Springs Switchbacks FC','Oakland Coliseum','Oakland, CA','Saturday','8/9/2025','7:00 PM','6894474','Oakland-Roots-SC-vs--Colorado-Springs-Switchbacks-FC-8-9-2025'],['Oakland Roots SC vs. Monterey Bay FC','Oakland Coliseum','Oakland, CA','Saturday','8/30/2025','7:00 PM','6894476','Oakland-Roots-SC-vs--Monterey-Bay-FC-8-30-2025'],['2025 Las Vegas Raiders Season Tickets (Includes Tickets To All Regular Season Home Games)','Allegiant Stadium','Las Vegas, NV','Thursday','9/4/2025','TBD','6907019','2025-Las-Vegas-Raiders-Season-Tickets--Includes-Tickets-To-All-Regular-Season-Home-Games--9-4-2025'],['Oakland Roots SC vs. Pittsburgh Riverhounds SC','Oakland Coliseum','Oakland, CA','Saturday','9/6/2025','7:00 PM','6894479','Oakland-Roots-SC-vs--Pittsburgh-Riverhounds-SC-9-6-2025'],['Oakland Roots SC vs. FC Tulsa','Oakland Coliseum','Oakland, CA','Saturday','9/20/2025','7:00 PM','6894481','Oakland-Roots-SC-vs--FC-Tulsa-9-20-2025'],['Oakland Roots SC vs. Hartford Athletic FC','Oakland Coliseum','Oakland, CA','Saturday','10/4/2025','7:00 PM','6894487','Oakland-Roots-SC-vs--Hartford-Athletic-FC-10-4-2025'],['Oakland Roots SC vs. Lexington Sporting Club','Oakland Coliseum','Oakland, CA','Saturday','10/25/2025','7:00 PM','6894490','Oakland-Roots-SC-vs--Lexington-Sporting-Club-10-25-2025']],'oakland raiders','http://www.ticketnetwork.com/en/search/?text=oakland%20raiders');