// 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([['Melody of Comedy: Nhac Vang Tieng Cuoi','Sycuan Casino','El Cajon, CA','Sunday','2/23/2025','7:00 PM','6949878','Melody-of-Comedy--Nhac-Vang-Tieng-Cuoi-2-23-2025'],['Wck Full Rules Muay Thai','Sycuan Casino','El Cajon, CA','Saturday','3/15/2025','6:00 PM','6953928','Wck-Full-Rules-Muay-Thai-3-15-2025'],['Mark Chesnutt','Sycuan Casino','El Cajon, CA','Friday','3/28/2025','8:00 PM','6895085','Mark-Chesnutt-3-28-2025'],['The Price Is Right - Live Stage Show','Sycuan Casino','El Cajon, CA','Saturday','3/29/2025','3:00 PM','6819711','The-Price-Is-Right---Live-Stage-Show-3-29-2025'],['The Price Is Right - Live Stage Show','Sycuan Casino','El Cajon, CA','Saturday','3/29/2025','8:00 PM','6832794','The-Price-Is-Right---Live-Stage-Show-3-29-2025'],['Direct From Sweden - The Music of ABBA','Sycuan Casino','El Cajon, CA','Saturday','4/5/2025','8:00 PM','6927541','Direct-From-Sweden---The-Music-of-ABBA-4-5-2025'],['L. Young: Trouble Man - A Tribute to Marvin Gaye','Sycuan Casino','El Cajon, CA','Saturday','4/12/2025','8:00 PM','6797380','L--Young--Trouble-Man---A-Tribute-to-Marvin-Gaye-4-12-2025'],['Mariachi Sol De Mexico','Sycuan Casino','El Cajon, CA','Saturday','5/10/2025','8:00 PM','6673760','Mariachi-Sol-De-Mexico-5-10-2025'],['Dear Amy - Amy Winehouse Tribute','Sycuan Casino','El Cajon, CA','Friday','6/6/2025','8:00 PM','6819710','Dear-Amy---Amy-Winehouse-Tribute-6-6-2025'],['Arsenio Hall','Sycuan Casino','El Cajon, CA','Saturday','6/28/2025','8:00 PM','6876393','Arsenio-Hall-6-28-2025'],['Queensryche','Sycuan Casino','El Cajon, CA','Friday','7/18/2025','8:00 PM','6847115','Queensryche-7-18-2025'],['Poohkie: Pooh, Pokwang & Chad Kinis','Sycuan Casino','El Cajon, CA','Saturday','7/26/2025','8:00 PM','6993804','Poohkie--Pooh--Pokwang---Chad-Kinis-7-26-2025'],['Cash After Dark','Sycuan Casino','El Cajon, CA','Saturday','8/23/2025','8:00 PM','6797382','Cash-After-Dark-8-23-2025']],'Sycuan Casino','https://www.ticketnetwork.com/ticket/Sycuan-Casino-events.aspx');