// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, 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,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; 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 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Magic Sword','The Urban Lounge','Salt Lake City, UT','Friday','5/9/2025','7:00 PM','6886917','Magic-Sword-5-9-2025'],['Magic Sword','Ballroom At Shrine Social Club','Boise, ID','Saturday','5/10/2025','7:00 PM','6889405','Magic-Sword-5-10-2025'],['The Sword','The Crescent Ballroom - Phoenix','Phoenix, AZ','Sunday','8/17/2025','8:00 PM','7124682','The-Sword-8-17-2025'],['The Sword','Gothic Theatre','Englewood, CO','Tuesday','8/19/2025','8:00 PM','7125538','The-Sword-8-19-2025'],['The Sword','Metro Music Hall','Salt Lake City, UT','Wednesday','8/20/2025','7:00 PM','7124689','The-Sword-8-20-2025'],['The Sword','Knitting Factory Spokane','Spokane, WA','Friday','8/22/2025','8:00 PM','7125527','The-Sword-8-22-2025'],['The Sword','Neumos','Seattle, WA','Saturday','8/23/2025','7:00 PM','7125539','The-Sword-8-23-2025'],['The Sword','Hawthorne Theatre','Portland, OR','Sunday','8/24/2025','8:00 PM','7124850','The-Sword-8-24-2025'],['The Sword','Knitting Factory Concert House - Boise','Boise, ID','Monday','8/25/2025','8:00 PM','7125528','The-Sword-8-25-2025'],['The Sword','The Great American Music Hall','San Francisco, CA','Wednesday','8/27/2025','8:00 PM','7125529','The-Sword-8-27-2025'],['The Sword','Pappy & Harriet's Pioneertown Palace - Indoor Stage','Pioneertown, CA','Thursday','8/28/2025','9:00 PM','7125785','The-Sword-8-28-2025'],['The Sword','Belly Up Tavern','Solana Beach, CA','Friday','8/29/2025','9:00 PM','7122214','The-Sword-8-29-2025'],['The Sword','The Bellwether','Los Angeles, CA','Saturday','8/30/2025','8:00 PM','7125786','The-Sword-8-30-2025']],'The Sword','http://www.ticketnetwork.com/ticket/The-Sword-events.aspx');