// 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([['Level Up','The Ritz Ybor','Tampa, FL','Friday','10/31/2025','10:00 PM','7431193','Level-Up-10-31-2025'],['Matt Maltese','The Ritz Ybor','Tampa, FL','Tuesday','11/4/2025','8:00 PM','7047468','Matt-Maltese-11-4-2025'],['Emo Nite','The Ritz Ybor','Tampa, FL','Saturday','11/8/2025','9:00 PM','7475896','Emo-Nite-11-8-2025'],['Chiodos','The Ritz Ybor','Tampa, FL','Thursday','11/13/2025','6:00 PM','7397498','Chiodos-11-13-2025'],['Marc Rebillet','The Ritz Ybor','Tampa, FL','Saturday','11/15/2025','7:00 PM','7199957','Marc-Rebillet-11-15-2025'],['GWAR','The Ritz Ybor','Tampa, FL','Sunday','11/16/2025','5:30 PM','7235423','GWAR-11-16-2025'],['Hayla','The Ritz Ybor','Tampa, FL','Friday','11/21/2025','8:00 PM','7355609','Hayla-11-21-2025'],['Netsky','The Ritz Ybor','Tampa, FL','Friday','11/21/2025','10:00 PM','7475899','Netsky-11-21-2025'],['MK','The Ritz Ybor','Tampa, FL','Saturday','11/22/2025','8:00 PM','7475897','MK-11-22-2025'],['Samplifire','The Ritz Ybor','Tampa, FL','Friday','11/28/2025','10:00 PM','7475902','Samplifire-11-28-2025'],['That Mexican OT','The Ritz Ybor','Tampa, FL','Tuesday','12/2/2025','8:00 PM','7415341','That-Mexican-OT-12-2-2025'],['Gottmik vs. Violet Chachki','The Ritz Ybor','Tampa, FL','Friday','12/5/2025','7:00 PM','7252640','Gottmik-vs--Violet-Chachki-12-5-2025'],['Ghengar','The Ritz Ybor','Tampa, FL','Friday','12/5/2025','10:00 PM','7314256','Ghengar-12-5-2025'],['TroyBoi','The Ritz Ybor','Tampa, FL','Saturday','12/6/2025','10:00 PM','7295764','TroyBoi-12-6-2025'],['Adventure Club','The Ritz Ybor','Tampa, FL','Friday','12/26/2025','10:00 PM','7195337','Adventure-Club-12-26-2025'],['Acraze','The Ritz Ybor','Tampa, FL','Wednesday','12/31/2025','10:00 PM','7397815','Acraze-12-31-2025']],'The Ritz Ybor City','http://www.ticketnetwork.com/ticket/The-Ritz-Ybor-City-events.aspx');