// 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-02A TN_Widget.CreateTable([['Pink Talking Fish & Steely Dead','The Bluestone','Columbus, OH','Friday','1/2/2026','6:30 PM','7283819','Pink-Talking-Fish---Steely-Dead-1-2-2026'],['honestav','The Bluestone','Columbus, OH','Saturday','2/14/2026','8:00 PM','7635918','honestav-2-14-2026'],['Priscilla Block','The Bluestone','Columbus, OH','Thursday','2/26/2026','7:00 PM','7488376','Priscilla-Block-2-26-2026'],['Eli Young Band','The Bluestone','Columbus, OH','Friday','3/6/2026','8:00 PM','7590218','Eli-Young-Band-3-6-2026'],['Ernest','The Bluestone','Columbus, OH','Saturday','3/7/2026','7:00 PM','7424910','Ernest-3-7-2026'],['Pecos and the Rooftops','The Bluestone','Columbus, OH','Thursday','3/12/2026','8:00 PM','7599524','Pecos-and-the-Rooftops-3-12-2026'],['Pigeons Playing Ping Pong','The Bluestone','Columbus, OH','Saturday','3/14/2026','TBD','7546321','Pigeons-Playing-Ping-Pong-3-14-2026'],['Two Feet','The Bluestone','Columbus, OH','Sunday','3/29/2026','7:00 PM','7562218','Two-Feet-3-29-2026'],['Pattie Gonia','The Bluestone','Columbus, OH','Wednesday','6/10/2026','8:00 PM','7612467','Pattie-Gonia-6-10-2026'],['Jo Dee Messina','The Bluestone','Columbus, OH','Thursday','6/11/2026','8:00 PM','7531500','Jo-Dee-Messina-6-11-2026']],'The Bluestone','http://www.ticketnetwork.com/ticket/The-Bluestone-events.aspx');