// 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-01A TN_Widget.CreateTable([['Jeff Dunham','PH Live At Planet Hollywood','Las Vegas, NV','Sunday','5/18/2025','8:00 PM','6823105','Jeff-Dunham-5-18-2025'],['Jeff Dunham','Co-Op Live','Manchester, United Kingdom','Saturday','6/14/2025','6:30 PM','6764166','Jeff-Dunham-6-14-2025'],['Jeff Dunham','Del Mar Fairgrounds','Del Mar, CA','Thursday','7/3/2025','7:30 PM','7037375','Jeff-Dunham-7-3-2025'],['Jeff Dunham','Event Center at Turning Stone Resort & Casino','Verona, NY','Friday','7/11/2025','8:00 PM','7123760','Jeff-Dunham-7-11-2025'],['Jeff Dunham','Mohegan Sun Arena - CT','Uncasville, CT','Saturday','7/12/2025','8:00 PM','7108455','Jeff-Dunham-7-12-2025'],['Jeff Dunham','Ovation Hall at Ocean Resort Casino ','Atlantic City, NJ','Sunday','7/13/2025','8:00 PM','7108623','Jeff-Dunham-7-13-2025'],['Jeff Dunham','Troy Fairgrounds','Troy, PA','Wednesday','7/23/2025','7:00 PM','6865459','Jeff-Dunham-7-23-2025'],['Last Chance Stampede: Jeff Dunham','Lewis & Clark County Fairgrounds - Helena','Helena, MT','Thursday','7/24/2025','6:00 PM','6611362','Last-Chance-Stampede--Jeff-Dunham-7-24-2025'],['Jeff Dunham','The Venue at Horseshoe Casino','Hammond, IN','Friday','7/25/2025','8:00 PM','7033432','Jeff-Dunham-7-25-2025'],['Jeff Dunham','The Colosseum At Caesars Windsor','Windsor, Canada','Saturday','7/26/2025','8:00 PM','7046781','Jeff-Dunham-7-26-2025'],['Jeff Dunham','PH Live At Planet Hollywood','Las Vegas, NV','Sunday','8/3/2025','8:00 PM','6823106','Jeff-Dunham-8-3-2025'],['Jeff Dunham','Pacific Amphitheatre','Costa Mesa, CA','Wednesday','8/6/2025','8:00 PM','7036972','Jeff-Dunham-8-6-2025'],['Jeff Dunham','OLG Stage At Niagara Fallsview Casino Resort','Niagara Falls, Canada','Thursday','8/14/2025','8:30 PM','6838773','Jeff-Dunham-8-14-2025'],['Jeff Dunham','West Virginia State Fair','Lewisburg, WV','Friday','8/15/2025','8:00 PM','7009100','Jeff-Dunham-8-15-2025'],['Jeff Dunham','Center Stage at Pearl River Resorts','Choctaw, MS','Saturday','8/16/2025','8:00 PM','7111626','Jeff-Dunham-8-16-2025'],['Jeff Dunham','Eastern Idaho State Fair','Blackfoot, ID','Thursday','9/4/2025','7:30 PM','7108202','Jeff-Dunham-9-4-2025'],['Jeff Dunham & Gabriel Iglesias','Allegan County Fair','Allegan, MI','Friday','9/5/2025','7:30 PM','7082280','Jeff-Dunham---Gabriel-Iglesias-9-5-2025'],['Jeff Dunham','Kansas State Fair','Hutchinson, KS','Saturday','9/6/2025','7:30 PM','6880634','Jeff-Dunham-9-6-2025'],['Jeff Dunham','Clay County Fair & Events Center','Spencer, IA','Sunday','9/7/2025','7:30 PM','7049932','Jeff-Dunham-9-7-2025'],['Jeff Dunham','The Venue At Thunder Valley Casino','Lincoln, CA','Saturday','9/13/2025','8:00 PM','6933259','Jeff-Dunham-9-13-2025'],['Jeff Dunham','Mystic Lake Showroom','Prior Lake, MN','Friday','9/19/2025','8:00 PM','7105053','Jeff-Dunham-9-19-2025'],['Jeff Dunham','Mystic Lake Showroom','Prior Lake, MN','Saturday','9/20/2025','8:00 PM','7105054','Jeff-Dunham-9-20-2025'],['Jeff Dunham','Bloomsburg Fair','Bloomsburg, PA','Sunday','9/21/2025','8:00 PM','7017075','Jeff-Dunham-9-21-2025'],['Jeff Dunham','PH Live At Planet Hollywood','Las Vegas, NV','Sunday','10/5/2025','8:00 PM','6823107','Jeff-Dunham-10-5-2025'],['Jeff Dunham','PH Live At Planet Hollywood','Las Vegas, NV','Sunday','11/2/2025','8:00 PM','6823108','Jeff-Dunham-11-2-2025'],['Jeff Dunham','PH Live At Planet Hollywood','Las Vegas, NV','Sunday','12/7/2025','8:00 PM','6823109','Jeff-Dunham-12-7-2025']],'Jeff Dunham','http://www.ticketnetwork.com/ticket/Jeff-Dunham-events.aspx');