// 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-04B TN_Widget.CreateTable([['Wanda Sykes','Atwood Concert Hall','Anchorage, AK','Sunday','5/5/2024','7:30 PM','6033696','Wanda-Sykes-5-5-2024'],['Solid As A Rock Fighting Championships','Alaska Airlines Center','Anchorage, AK','Saturday','5/11/2024','7:00 PM','6326126','Solid-As-A-Rock-Fighting-Championships-5-11-2024'],['Anchorage Symphony: Terrence Wilson - Season Finale','Atwood Concert Hall','Anchorage, AK','Saturday','5/11/2024','7:30 PM','6044667','Anchorage-Symphony--Terrence-Wilson---Season-Finale-5-11-2024'],['Anchorage Ballet: Alice's Adventures','Discovery Theatre','Anchorage, AK','Saturday','5/18/2024','11:00 AM','6289107','Anchorage-Ballet--Alice-s-Adventures-5-18-2024'],['Anchorage Ballet: Alice's Adventures','Discovery Theatre','Anchorage, AK','Saturday','5/18/2024','6:00 PM','6289108','Anchorage-Ballet--Alice-s-Adventures-5-18-2024'],['The White Buffalo','Anchorage Brewing Company','Anchorage, AK','Saturday','5/18/2024','6:30 PM','6390637','The-White-Buffalo-5-18-2024'],['The Grass Roots','William A Egan Civic And Convention Center','Anchorage, AK','Saturday','5/18/2024','7:30 PM','6377480','The-Grass-Roots-5-18-2024'],['Whose Live Anyway?','Atwood Concert Hall','Anchorage, AK','Saturday','5/18/2024','7:30 PM','5970058','Whose-Live-Anyway--5-18-2024'],['Sully's Rising Fest - Thrice, Memphis May Fire, & Dayseeker','George M Sullivan Sports Arena','Anchorage, AK','Saturday','6/15/2024','3:00 PM','6368589','Sully-s-Rising-Fest---Thrice--Memphis-May-Fire----Dayseeker-6-15-2024'],['Ice Cube','Alaska Airlines Center','Anchorage, AK','Tuesday','7/16/2024','8:00 PM','6336451','Ice-Cube-7-16-2024'],['Crankdat','Williwaw','Anchorage, AK','Saturday','8/10/2024','9:00 PM','6391286','Crankdat-8-10-2024'],['Matt Rife','Alaska Airlines Center','Anchorage, AK','Friday','8/16/2024','7:30 PM','6314709','Matt-Rife-8-16-2024'],['Sons of the East','49th State Brewery - Anchorage','Anchorage, AK','Thursday','8/22/2024','7:00 PM','6345844','Sons-of-the-East-8-22-2024'],['Gabriel Iglesias','Alaska Airlines Center','Anchorage, AK','Thursday','9/19/2024','8:00 PM','6365425','Gabriel-Iglesias-9-19-2024'],['Lynyrd Skynyrd','George M Sullivan Sports Arena','Anchorage, AK','Tuesday','9/24/2024','7:00 PM','6335794','Lynyrd-Skynyrd-9-24-2024']],'Anchorage','http://www.ticketnetwork.com/ticket/Anchorage-events.aspx');