// 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-01A TN_Widget.CreateTable([['Neal Francis','Harrahs South Shore Showroom','Stateline, NV','Saturday','5/10/2025','7:30 PM','6928179','Neal-Francis-5-10-2025'],['What Do You (Think)','Harrahs South Shore Showroom','Stateline, NV','Tuesday','5/13/2025','6:00 PM','7105182','What-Do-You--Think--5-13-2025'],['What Do You (Think)','Harrahs South Shore Showroom','Stateline, NV','Wednesday','5/14/2025','6:00 PM','7105135','What-Do-You--Think--5-14-2025'],['What Do You (Think)','Harrahs South Shore Showroom','Stateline, NV','Thursday','5/15/2025','6:00 PM','7105136','What-Do-You--Think--5-15-2025'],['Justin Hayward','Harrahs South Shore Showroom','Stateline, NV','Saturday','5/17/2025','7:30 PM','6945965','Justin-Hayward-5-17-2025'],['Jefferson Starship','Harrahs South Shore Showroom','Stateline, NV','Saturday','5/31/2025','7:30 PM','7017614','Jefferson-Starship-5-31-2025'],['Pink Floyd Laser Spectacular','Harrahs South Shore Showroom','Stateline, NV','Friday','6/6/2025','7:30 PM','7042349','Pink-Floyd-Laser-Spectacular-6-6-2025'],['Donnell Rawlings','Harrahs South Shore Showroom','Stateline, NV','Saturday','6/7/2025','7:30 PM','7055510','Donnell-Rawlings-6-7-2025'],['One Night of Queen','Harrahs South Shore Showroom','Stateline, NV','Thursday','7/17/2025','8:00 PM','7061033','One-Night-of-Queen-7-17-2025'],['Piff the Magic Dragon','Harrahs South Shore Showroom','Stateline, NV','Friday','7/25/2025','7:30 PM','7096825','Piff-the-Magic-Dragon-7-25-2025'],['Steve Earle','Harrahs South Shore Showroom','Stateline, NV','Wednesday','7/30/2025','8:00 PM','7096831','Steve-Earle-7-30-2025'],['The Struts','Harrahs South Shore Showroom','Stateline, NV','Sunday','9/14/2025','8:00 PM','7094950','The-Struts-9-14-2025'],['Rocky Horror Picture Show','Harrahs South Shore Showroom','Stateline, NV','Friday','10/3/2025','8:00 PM','7111628','Rocky-Horror-Picture-Show-10-3-2025'],['Penny and Sparrow','Harrahs South Shore Showroom','Stateline, NV','Sunday','10/12/2025','8:00 PM','7106590','Penny-and-Sparrow-10-12-2025'],['Alfred Robles','Harrahs South Shore Showroom','Stateline, NV','Friday','10/17/2025','7:00 PM','7072039','Alfred-Robles-10-17-2025'],['Andy Bell','Harrahs South Shore Showroom','Stateline, NV','Saturday','12/6/2025','7:30 PM','7108108','Andy-Bell-12-6-2025']],'South Shore Room at Harrahs Lake','https://www.ticketnetwork.com/ticket/South-Shore-Room-at-Harrahs-Lake-events.aspx');