// 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-01A TN_Widget.CreateTable([['La Salle Explorers vs. George Washington Colonials','John Glaser Arena','Philadelphia, PA','Saturday','2/1/2025','2:30 PM','6727105','La-Salle-Explorers-vs--George-Washington-Colonials-2-1-2025'],['La Salle Explorers Womens Basketball vs. UMass Minutewomen','John Glaser Arena','Philadelphia, PA','Sunday','2/2/2025','2:00 PM','6898321','La-Salle-Explorers-Womens-Basketball-vs--UMass-Minutewomen-2-2-2025'],['Virginia Commonwealth Rams vs. La Salle Explorers','Stuart C. Siegel Center','Richmond, VA','Tuesday','2/4/2025','7:00 PM','6727162','Virginia-Commonwealth-Rams-vs--La-Salle-Explorers-2-4-2025'],['La Salle Explorers Womens Basketball vs. Richmond Spiders','John Glaser Arena','Philadelphia, PA','Wednesday','2/5/2025','6:30 PM','6898323','La-Salle-Explorers-Womens-Basketball-vs--Richmond-Spiders-2-5-2025'],['St. Louis Billikens Women's Basketball vs. La Salle Explorers','Chaifetz Arena','St. Louis, MO','Saturday','2/8/2025','7:00 PM','6780939','St--Louis-Billikens-Women-s-Basketball-vs--La-Salle-Explorers-2-8-2025'],['La Salle Explorers vs. UMass Minutemen','John Glaser Arena','Philadelphia, PA','Sunday','2/9/2025','2:00 PM','6727107','La-Salle-Explorers-vs--UMass-Minutemen-2-9-2025'],['La Salle Explorers Womens Basketball vs. Fordham Rams','John Glaser Arena','Philadelphia, PA','Wednesday','2/12/2025','6:30 PM','6898325','La-Salle-Explorers-Womens-Basketball-vs--Fordham-Rams-2-12-2025'],['Saint Joseph's Hawks vs. La Salle Explorers','Michael J. Hagan Arena','Philadelphia, PA','Wednesday','2/12/2025','7:00 PM','6727130','Saint-Joseph-s-Hawks-vs--La-Salle-Explorers-2-12-2025'],['Rhode Island Rams vs. La Salle Explorers','Ryan Center','Kingston, RI','Saturday','2/15/2025','4:00 PM','6727267','Rhode-Island-Rams-vs--La-Salle-Explorers-2-15-2025'],['La Salle Explorers vs. Richmond Spiders','John Glaser Arena','Philadelphia, PA','Wednesday','2/19/2025','6:30 PM','6727108','La-Salle-Explorers-vs--Richmond-Spiders-2-19-2025'],['La Salle Explorers Womens Basketball vs. St. Bonaventure Bonnies','John Glaser Arena','Philadelphia, PA','Saturday','2/22/2025','2:00 PM','6898327','La-Salle-Explorers-Womens-Basketball-vs--St--Bonaventure-Bonnies-2-22-2025'],['La Salle Explorers vs. Duquesne Dukes','John Glaser Arena','Philadelphia, PA','Wednesday','2/26/2025','6:30 PM','6727110','La-Salle-Explorers-vs--Duquesne-Dukes-2-26-2025'],['Fordham Rams Women's Basketball vs. La Salle Explorers','Rose Hill Gymnasium At Fordham University','Bronx, NY','Wednesday','2/26/2025','7:00 PM','6898427','Fordham-Rams-Women-s-Basketball-vs--La-Salle-Explorers-2-26-2025'],['La Salle Explorers Womens Basketball vs. Virginia Commonwealth Rams','John Glaser Arena','Philadelphia, PA','Saturday','3/1/2025','2:00 PM','6898329','La-Salle-Explorers-Womens-Basketball-vs--Virginia-Commonwealth-Rams-3-1-2025'],['George Washington Colonials vs. La Salle Explorers','Charles E. Smith Center','Washington, DC','Saturday','3/1/2025','6:00 PM','6727057','George-Washington-Colonials-vs--La-Salle-Explorers-3-1-2025'],['George Mason Patriots vs. La Salle Explorers','EagleBank Arena','Fairfax, VA','Wednesday','3/5/2025','7:00 PM','6739804','George-Mason-Patriots-vs--La-Salle-Explorers-3-5-2025'],['La Salle Explorers vs. Saint Joseph's Hawks','John Glaser Arena','Philadelphia, PA','Saturday','3/8/2025','2:30 PM','6727112','La-Salle-Explorers-vs--Saint-Joseph-s-Hawks-3-8-2025']],'La Salle Explorers','https://www.ticketnetwork.com/ticket/La-Salle-Explorers-events.aspx');