// var TN_Widget = function() { return { CreateEventRow : function(row, isAlt) { return "" + row[3] + "
" + row[4] + "
" + row[5] + "" + row[0] + "" + row[1] + "
" + row[2] + "Tickets"; }, 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 newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && 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/WidgetStyle9.css'); TN_Widget.CreateTable([['Born of Osiris, The Browning, VCTMS, AXTY & Lost in Separation','Treefort Music Hall','Boise, ID','Wednesday','10/15/2025','5:30 PM','7204301','Born-of-Osiris--The-Browning--VCTMS--AXTY---Lost-in-Separation-10-15-2025'],['Born of Osiris, The Browning, VCTMS, AXTY & Lost in Separation','Soundwell','Salt Lake City, UT','Thursday','10/16/2025','6:30 PM','7203960','Born-of-Osiris--The-Browning--VCTMS--AXTY---Lost-in-Separation-10-16-2025'],['Mission Bayfest: Slightly Stoopid, Sublime & Rebelution - 3 Day Pass','Mariner's Point Park','San Diego, CA','Friday','10/17/2025','TBD','6875590','Mission-Bayfest--Slightly-Stoopid--Sublime---Rebelution---3-Day-Pass-10-17-2025'],['Mission Bayfest: Slightly Stoopid, 311, Fortunate Youth & Hirie - Friday (Time: TBD)','Mariner's Point Park','San Diego, CA','Friday','10/17/2025','12:00 PM','6875591','Mission-Bayfest--Slightly-Stoopid--311--Fortunate-Youth---Hirie---Friday--Time--TBD--10-17-2025'],['Born of Osiris, The Browning, VCTMS, AXTY & Lost in Separation','Mesa Theater & Club','Grand Junction, CO','Friday','10/17/2025','6:30 PM','7203962','Born-of-Osiris--The-Browning--VCTMS--AXTY---Lost-in-Separation-10-17-2025'],['Born of Osiris, The Browning, VCTMS, AXTY & Lost in Separation','Black Sheep','Colorado Springs, CO','Saturday','10/18/2025','6:30 PM','7203379','Born-of-Osiris--The-Browning--VCTMS--AXTY---Lost-in-Separation-10-18-2025'],['Born of Osiris, The Browning, VCTMS, AXTY & Lost in Separation','The Vanguard - OK','Tulsa, OK','Monday','10/20/2025','6:30 PM','7203965','Born-of-Osiris--The-Browning--VCTMS--AXTY---Lost-in-Separation-10-20-2025'],['Born of Osiris, The Browning, VCTMS, AXTY & Lost in Separation','Red Flag','St. Louis, MO','Tuesday','10/21/2025','6:30 PM','7203966','Born-of-Osiris--The-Browning--VCTMS--AXTY---Lost-in-Separation-10-21-2025'],['Born of Osiris, The Browning, VCTMS, AXTY & Lost in Separation','Pieres Entertainment Center','Fort Wayne, IN','Wednesday','10/22/2025','6:30 PM','7205209','Born-of-Osiris--The-Browning--VCTMS--AXTY---Lost-in-Separation-10-22-2025'],['Born of Osiris, The Browning, VCTMS, AXTY & Lost in Separation','The Radio Room Greenville','Greenville, SC','Friday','10/24/2025','6:30 PM','7205210','Born-of-Osiris--The-Browning--VCTMS--AXTY---Lost-in-Separation-10-24-2025']],'arise','http://www.ticketnetwork.com/ticket/arise-events.aspx');