// 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-04A TN_Widget.CreateTable([['The Infamous Stringdusters','Mesa Theater & Club','Grand Junction, CO','Tuesday','2/11/2025','8:00 PM','6646863','The-Infamous-Stringdusters-2-11-2025'],['Pixie and The Partygrass Boys','Mesa Theater & Club','Grand Junction, CO','Friday','2/14/2025','8:00 PM','6866750','Pixie-and-The-Partygrass-Boys-2-14-2025'],['Cowboy Bebop Live','Mesa Theater & Club','Grand Junction, CO','Monday','2/17/2025','8:00 PM','6837524','Cowboy-Bebop-Live-2-17-2025'],['John Craigie & Glen Phillips','Mesa Theater & Club','Grand Junction, CO','Thursday','2/20/2025','8:00 PM','6765994','John-Craigie---Glen-Phillips-2-20-2025'],['Escape the Fate','Mesa Theater & Club','Grand Junction, CO','Friday','2/21/2025','7:00 PM','6942606','Escape-the-Fate-2-21-2025'],['Cousin Curtiss','Mesa Theater & Club','Grand Junction, CO','Saturday','2/22/2025','8:00 PM','6824191','Cousin-Curtiss-2-22-2025'],['Reverend Horton Heat','Mesa Theater & Club','Grand Junction, CO','Friday','3/7/2025','8:00 PM','6766073','Reverend-Horton-Heat-3-7-2025'],['Young Dubliners','Mesa Theater & Club','Grand Junction, CO','Tuesday','3/11/2025','8:00 PM','6819747','Young-Dubliners-3-11-2025'],['Attila - The Band','Mesa Theater & Club','Grand Junction, CO','Thursday','3/13/2025','6:00 PM','6834598','Attila---The-Band-3-13-2025'],['Eminence Ensemble','Mesa Theater & Club','Grand Junction, CO','Friday','3/14/2025','8:00 PM','6926261','Eminence-Ensemble-3-14-2025'],['Ignite','Mesa Theater & Club','Grand Junction, CO','Wednesday','3/19/2025','8:00 PM','6881943','Ignite-3-19-2025'],['Vincent Neil Emerson','Mesa Theater & Club','Grand Junction, CO','Saturday','3/29/2025','8:00 PM','6884676','Vincent-Neil-Emerson-3-29-2025'],['Mickey Avalon','Mesa Theater & Club','Grand Junction, CO','Friday','4/4/2025','8:00 PM','6881748','Mickey-Avalon-4-4-2025'],['Jamie Lissow','Mesa Theater & Club','Grand Junction, CO','Saturday','4/5/2025','7:00 PM','6872225','Jamie-Lissow-4-5-2025'],['Dead Boys','Mesa Theater & Club','Grand Junction, CO','Tuesday','4/8/2025','8:00 PM','6944101','Dead-Boys-4-8-2025'],['Mindless Vitality','Mesa Theater & Club','Grand Junction, CO','Friday','4/11/2025','8:00 PM','6953916','Mindless-Vitality-4-11-2025'],['Hemlock','Mesa Theater & Club','Grand Junction, CO','Thursday','4/24/2025','7:00 PM','6931368','Hemlock-4-24-2025'],['He is Legend','Mesa Theater & Club','Grand Junction, CO','Saturday','4/26/2025','7:00 PM','6935183','He-is-Legend-4-26-2025'],['Fozzy','Mesa Theater & Club','Grand Junction, CO','Thursday','5/1/2025','6:30 PM','6886596','Fozzy-5-1-2025'],['Ziggy Alberts','Mesa Theater & Club','Grand Junction, CO','Tuesday','5/6/2025','8:00 PM','6957017','Ziggy-Alberts-5-6-2025'],['Magic Sword','Mesa Theater & Club','Grand Junction, CO','Thursday','5/8/2025','8:00 PM','6886914','Magic-Sword-5-8-2025'],['Gang of Four','Mesa Theater & Club','Grand Junction, CO','Friday','5/16/2025','7:00 PM','6738467','Gang-of-Four-5-16-2025'],['IntheWhale','Mesa Theater & Club','Grand Junction, CO','Saturday','5/17/2025','8:00 PM','6947701','IntheWhale-5-17-2025']],'Mesa Theater and Club','https://www.ticketnetwork.com/ticket/Mesa-Theater-and-Club-events.aspx');