// 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([['Arise! Ignite the Praise','Mid-Valley Performing Arts Center','Taylorsville, UT','Saturday','6/28/2025','3:00 PM','7158638','Arise--Ignite-the-Praise-6-28-2025'],['Arise! Ignite the Praise','Mid-Valley Performing Arts Center','Taylorsville, UT','Saturday','6/28/2025','7:00 PM','7158639','Arise--Ignite-the-Praise-6-28-2025'],['Arise! Ignite the Praise','Mid-Valley Performing Arts Center','Taylorsville, UT','Sunday','6/29/2025','3:00 PM','7158640','Arise--Ignite-the-Praise-6-29-2025'],['Arise! Ignite the Praise','Mid-Valley Performing Arts Center','Taylorsville, UT','Sunday','6/29/2025','7:00 PM','7158641','Arise--Ignite-the-Praise-6-29-2025'],['The Browning','Aby's Rapid City','Rapid City, SD','Tuesday','7/15/2025','7:00 PM','7077133','The-Browning-7-15-2025'],['The Browning','Reverb Lounge','Omaha, NE','Wednesday','7/16/2025','7:00 PM','7147021','The-Browning-7-16-2025'],['The Browning & The Defect','Capitol Theatre - Iowa','Davenport, IA','Thursday','7/17/2025','7:00 PM','7077135','The-Browning---The-Defect-7-17-2025'],['The Browning & The Defect','Rose Music Hall','Columbia, MO','Friday','7/18/2025','7:00 PM','7073025','The-Browning---The-Defect-7-18-2025'],['Born of Osiris, The Browning, AXTY & Lost in Separation','The Annex At The Red Zone - Madison','Madison, WI','Thursday','9/25/2025','6:30 PM','7203375','Born-of-Osiris--The-Browning--AXTY---Lost-in-Separation-9-25-2025'],['Born of Osiris, The Browning, AXTY & Lost in Separation','Cabooze','Minneapolis, MN','Friday','9/26/2025','6:00 PM','7203376','Born-of-Osiris--The-Browning--AXTY---Lost-in-Separation-9-26-2025']],'arise','http://www.ticketnetwork.com/ticket/arise-events.aspx');