// var TN_Widget = function() { return { //Options newWindow : true, linkText : "Tickets", tixUrl : "https://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[3] +"
"+"" + row[4] + "
"+"" + row[5] + ""+"" + row[0] +"" + row[1] +"
" + row[2] +""+""+ 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-03A TN_Widget.CreateTable([['Rain - A Tribute to The Beatles','Paramount Theatre - Seattle','Seattle, WA','Tuesday','4/22/2025','7:30 PM','6863621','Rain---A-Tribute-to-The-Beatles-4-22-2025'],['Rain - A Tribute to The Beatles','Keller Auditorium','Portland, OR','Wednesday','4/23/2025','7:00 PM','6868342','Rain---A-Tribute-to-The-Beatles-4-23-2025'],['Rain - A Tribute to The Beatles','Grand Sierra Theatre','Reno, NV','Thursday','4/24/2025','8:00 PM','6788225','Rain---A-Tribute-to-The-Beatles-4-24-2025'],['Rain - A Tribute to The Beatles','Stage One at Harris Center for the Arts','Folsom, CA','Friday','4/25/2025','2:30 PM','6870116','Rain---A-Tribute-to-The-Beatles-4-25-2025'],['Rain - A Tribute to The Beatles','Stage One at Harris Center for the Arts','Folsom, CA','Friday','4/25/2025','7:30 PM','6870117','Rain---A-Tribute-to-The-Beatles-4-25-2025'],['Rain - A Tribute to The Beatles','Stage One at Harris Center for the Arts','Folsom, CA','Saturday','4/26/2025','2:30 PM','6870118','Rain---A-Tribute-to-The-Beatles-4-26-2025'],['Rain - A Tribute to The Beatles','Stage One at Harris Center for the Arts','Folsom, CA','Saturday','4/26/2025','7:30 PM','6870119','Rain---A-Tribute-to-The-Beatles-4-26-2025'],['Rain - A Tribute to The Beatles','The Wiltern','Los Angeles, CA','Tuesday','4/29/2025','8:00 PM','6873397','Rain---A-Tribute-to-The-Beatles-4-29-2025'],['Rain - A Tribute to The Beatles','ASU Gammage','Tempe, AZ','Wednesday','4/30/2025','7:30 PM','6790769','Rain---A-Tribute-to-The-Beatles-4-30-2025'],['Rain - A Tribute to The Beatles','The Plaza Theatre - El Paso','El Paso, TX','Thursday','5/1/2025','8:00 PM','6882309','Rain---A-Tribute-to-The-Beatles-5-1-2025'],['Rain - A Tribute to The Beatles','Abilene Auditorium At Abilene Convention Center','Abilene, TX','Friday','5/2/2025','7:30 PM','6996115','Rain---A-Tribute-to-The-Beatles-5-2-2025'],['Rain - A Tribute to The Beatles','Symphony Hall At DECC','Duluth, MN','Tuesday','5/6/2025','7:00 PM','6959699','Rain---A-Tribute-to-The-Beatles-5-6-2025'],['Rain - A Tribute to The Beatles','Adler Theatre','Davenport, IA','Wednesday','5/7/2025','7:30 PM','6938823','Rain---A-Tribute-to-The-Beatles-5-7-2025'],['Rain - A Tribute to The Beatles','Auditorium Theatre At Midland Center For The Arts','Midland, MI','Thursday','5/8/2025','7:30 PM','6947138','Rain---A-Tribute-to-The-Beatles-5-8-2025'],['Rain - A Tribute to The Beatles','Uihlein Hall at Marcus Center For The Performing Arts','Milwaukee, WI','Friday','5/9/2025','7:30 PM','6950737','Rain---A-Tribute-to-The-Beatles-5-9-2025'],['Rain - A Tribute to The Beatles','Thrivent Financial Hall At Fox Cities Performing Arts Center ','Appleton, WI','Sunday','5/11/2025','1:00 PM','6965845','Rain---A-Tribute-to-The-Beatles-5-11-2025']],'Rain A Tribute to the Beatles','https://www.ticketnetwork.com/ticket/Rain-A-Tribute-to-the-Beatles-events.aspx');