// 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([['Chelsea Grin','Goldfield Trading Post - Roseville','Roseville, CA','Friday','3/21/2025','7:00 PM','6875259','Chelsea-Grin-3-21-2025'],['Chelsea Grin','SOMA','San Diego, CA','Saturday','3/22/2025','7:00 PM','6875266','Chelsea-Grin-3-22-2025'],['Chelsea Grin','The Observatory - Santa Ana','Santa Ana, CA','Sunday','3/23/2025','7:00 PM','6875273','Chelsea-Grin-3-23-2025'],['Chelsea Grin','Portal at Area15','Las Vegas, NV','Monday','3/24/2025','6:00 PM','6875274','Chelsea-Grin-3-24-2025'],['Chelsea Grin','Nile Theater - AZ','Mesa, AZ','Wednesday','3/26/2025','6:30 PM','6875275','Chelsea-Grin-3-26-2025'],['Chelsea Grin','Sunshine Theatre','Albuquerque, NM','Thursday','3/27/2025','7:30 PM','6875277','Chelsea-Grin-3-27-2025'],['Chelsea Grin','The Rail Club','Fort Worth, TX','Saturday','3/29/2025','6:00 PM','6875280','Chelsea-Grin-3-29-2025'],['Chelsea Grin','Come and Take It Live','Austin, TX','Sunday','3/30/2025','6:00 PM','6875245','Chelsea-Grin-3-30-2025'],['Chelsea Grin','Center Stage Theatre','Atlanta, GA','Tuesday','4/1/2025','7:00 PM','6875281','Chelsea-Grin-4-1-2025'],['Chelsea Grin','The Underground - Charlotte','Charlotte, NC','Wednesday','4/2/2025','7:00 PM','6875282','Chelsea-Grin-4-2-2025'],['Chelsea Grin','Canal Club','Richmond, VA','Friday','4/4/2025','7:00 PM','6875285','Chelsea-Grin-4-4-2025'],['Chelsea Grin','Baltimore Soundstage','Baltimore, MD','Saturday','4/5/2025','7:00 PM','6875286','Chelsea-Grin-4-5-2025'],['Chelsea Grin','Mr Small's Theatre','Pittsburgh, PA','Sunday','4/6/2025','7:00 PM','6875290','Chelsea-Grin-4-6-2025'],['Chelsea Grin','Theatre Beanfield','Montreal, Canada','Tuesday','4/8/2025','7:00 PM','6875295','Chelsea-Grin-4-8-2025'],['Chelsea Grin','Danforth Music Hall Theatre','Toronto, Canada','Wednesday','4/9/2025','7:00 PM','6875297','Chelsea-Grin-4-9-2025'],['Chelsea Grin','Worcester Palladium','Worcester, MA','Friday','4/11/2025','5:00 PM','6875299','Chelsea-Grin-4-11-2025'],['Chelsea Grin','Irving Plaza','New York, NY','Saturday','4/12/2025','6:00 PM','6875300','Chelsea-Grin-4-12-2025'],['Chelsea Grin','Brooklyn Bowl - Philadelphia','Philadelphia, PA','Sunday','4/13/2025','7:00 PM','6875303','Chelsea-Grin-4-13-2025'],['Chelsea Grin','Majestic Theatre - MI','Detroit, MI','Tuesday','4/15/2025','6:00 PM','6875306','Chelsea-Grin-4-15-2025'],['Chelsea Grin','House Of Blues - Chicago','Chicago, IL','Wednesday','4/16/2025','7:00 PM','6875308','Chelsea-Grin-4-16-2025'],['Chelsea Grin','Oriental Theater - Denver','Denver, CO','Friday','4/18/2025','7:00 PM','6875309','Chelsea-Grin-4-18-2025'],['Chelsea Grin','The Depot - Salt Lake City','Salt Lake City, UT','Saturday','4/19/2025','6:00 PM','6875312','Chelsea-Grin-4-19-2025']],'Chelsea Grin','http://www.ticketnetwork.com/ticket/Chelsea-Grin-events.aspx');