// 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-01A TN_Widget.CreateTable([['Power Balladz: The Ultimate 80s Singalong','Medina Entertainment Center','Hamel, MN','Saturday','9/20/2025','7:30 PM','7228459','Power-Balladz--The-Ultimate-80s-Singalong-9-20-2025'],['The Lord of the Rings, The Hobbit & Rings of Power - The Concert','Santander Performing Arts Center','Reading, PA','Tuesday','10/7/2025','4:00 PM','7098230','The-Lord-of-the-Rings--The-Hobbit---Rings-of-Power---The-Concert-10-7-2025'],['Star Power','Boeing Center at Tech Port','San Antonio, TX','Saturday','10/25/2025','7:30 PM','7406244','Star-Power-10-25-2025'],['Tower of Power & War','Blue Gate Performing Arts Center','Shipshewana, IN','Friday','10/31/2025','7:30 PM','7094106','Tower-of-Power---War-10-31-2025'],['The Lord of the Rings, The Hobbit & Rings of Power - The Concert','Diana Wortham Theatre At Wortham Center','Asheville, NC','Tuesday','11/4/2025','4:00 PM','7229393','The-Lord-of-the-Rings--The-Hobbit---Rings-of-Power---The-Concert-11-4-2025'],['The Lord of the Rings, The Hobbit & Rings of Power - The Concert','Concert Hall at Singletary Center for the Arts','Lexington, KY','Saturday','11/8/2025','4:00 PM','7242515','The-Lord-of-the-Rings--The-Hobbit---Rings-of-Power---The-Concert-11-8-2025'],['The Lord of the Rings, The Hobbit & Rings of Power - The Concert','Music Hall Center','Detroit, MI','Wednesday','11/12/2025','4:00 PM','7256097','The-Lord-of-the-Rings--The-Hobbit---Rings-of-Power---The-Concert-11-12-2025'],['Players Era Men's Tournament: Baylor vs. Creighton and St. John's vs. Iowa State - Session 1','Michelob ULTRA Arena At Mandalay Bay','Las Vegas, NV','Monday','11/24/2025','11:00 AM','7275209','Players-Era-Men-s-Tournament--Baylor-vs--Creighton-and-St--John-s-vs--Iowa-State----Session-1-11-24-2025'],['Players Era Men's Tournament: Oregon vs. Auburn and Michigan vs. San Diego State - Session 2','Michelob ULTRA Arena At Mandalay Bay','Las Vegas, NV','Monday','11/24/2025','5:00 PM','7275210','Players-Era-Men-s-Tournament--Oregon-vs--Auburn-and-Michigan-vs--San-Diego-State---Session-2-11-24-2025'],['Players Era Men's Tournament: Iowa State vs. Creighton and St. John's vs. Baylor - Session 3','Michelob ULTRA Arena At Mandalay Bay','Las Vegas, NV','Tuesday','11/25/2025','11:30 AM','7275211','Players-Era-Men-s-Tournament--Iowa-State-vs--Creighton-and-St--John-s-vs--Baylor---Session-3-11-25-2025'],['Players Era Men's Tournament: Michigan vs. Auburn and Oregon vs. San Diego State - Session 4','Michelob ULTRA Arena At Mandalay Bay','Las Vegas, NV','Tuesday','11/25/2025','5:30 PM','7275212','Players-Era-Men-s-Tournament--Michigan-vs--Auburn-and-Oregon-vs--San-Diego-State---Session-4-11-25-2025'],['Players Era Men's Tournament - Session 5','Michelob ULTRA Arena At Mandalay Bay','Las Vegas, NV','Wednesday','11/26/2025','5:00 PM','7275213','Players-Era-Men-s-Tournament---Session-5-11-26-2025'],['Players Era Men's Tournament - Session 6','Michelob ULTRA Arena At Mandalay Bay','Las Vegas, NV','Thursday','11/27/2025','11:00 AM','7275214','Players-Era-Men-s-Tournament---Session-6-11-27-2025'],['Tower of Power','The Magnolia Performing Arts Center','El Cajon, CA','Tuesday','12/16/2025','7:30 PM','7353558','Tower-of-Power-12-16-2025'],['Folsom Lake Symphony: Passion and Power','Stage One at Harris Center for the Arts','Folsom, CA','Saturday','3/28/2026','7:30 PM','7316148','Folsom-Lake-Symphony--Passion-and-Power-3-28-2026']],'Power Center','http://www.ticketnetwork.com/ticket/Power-Center-events.aspx');