// 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-02A TN_Widget.CreateTable([['Perreoland','The Strand Theatre - RI','Providence, RI','Saturday','7/5/2025','9:00 PM','7198761','Perreoland-7-5-2025'],['The Disco Biscuits','The Strand Theatre - RI','Providence, RI','Friday','7/11/2025','9:00 PM','7076157','The-Disco-Biscuits-7-11-2025'],['401 Blend Battle','The Strand Theatre - RI','Providence, RI','Sunday','7/13/2025','3:00 PM','7213786','401-Blend-Battle-7-13-2025'],['Sleepy Hallow & Sheff G','The Strand Theatre - RI','Providence, RI','Saturday','7/26/2025','8:00 PM','7151998','Sleepy-Hallow---Sheff-G-7-26-2025'],['Jerry Harrison','The Strand Theatre - RI','Providence, RI','Tuesday','7/29/2025','8:00 PM','7106651','Jerry-Harrison-7-29-2025'],['Day Shift - The 30+ Daytime Party','The Strand Theatre - RI','Providence, RI','Saturday','8/2/2025','4:00 PM','7217079','Day-Shift---The-30--Daytime-Party-8-2-2025'],['The Plot In You','The Strand Theatre - RI','Providence, RI','Friday','9/5/2025','7:00 PM','7206078','The-Plot-In-You-9-5-2025'],['Houndmouth','The Strand Theatre - RI','Providence, RI','Saturday','9/6/2025','8:00 PM','7233083','Houndmouth-9-6-2025'],['Neyna & Rahiz','The Strand Theatre - RI','Providence, RI','Saturday','9/13/2025','9:00 PM','7204400','Neyna---Rahiz-9-13-2025'],['Rio Da Yung OG','The Strand Theatre - RI','Providence, RI','Saturday','9/20/2025','8:00 PM','6899859','Rio-Da-Yung-OG-9-20-2025'],['Lawrence - Band','The Strand Theatre - RI','Providence, RI','Wednesday','10/8/2025','8:00 PM','6862881','Lawrence---Band-10-8-2025'],['Violent Femmes','The Strand Theatre - RI','Providence, RI','Friday','10/10/2025','8:00 PM','7221806','Violent-Femmes-10-10-2025'],['El Alfa','The Strand Theatre - RI','Providence, RI','Saturday','10/11/2025','9:00 PM','7152996','El-Alfa-10-11-2025'],['Geoff Tate's Operation: Mindcrime','The Strand Theatre - RI','Providence, RI','Tuesday','10/14/2025','9:00 PM','6958969','Geoff-Tate-s-Operation--Mindcrime-10-14-2025'],['Saint Motel','The Strand Theatre - RI','Providence, RI','Saturday','10/25/2025','7:00 PM','7120206','Saint-Motel-10-25-2025'],['Eslabon Armado','The Strand Theatre - RI','Providence, RI','Sunday','11/16/2025','8:00 PM','7126150','Eslabon-Armado-11-16-2025'],['Veeze','The Strand Theatre - RI','Providence, RI','Friday','10/12/2074','8:30 PM','6591134','Veeze-10-12-2074']],'Lupos Heartbreak Hotel','https://www.ticketnetwork.com/ticket/Lupos-Heartbreak-Hotel-events.aspx');