// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-04A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['Screaming Knight Leeches','The Phoenix Theater - CA','Petaluma, CA','Thursday','11/13/2025','7:30 PM','7536569','Screaming-Knight-Leeches-11-13-2025'],['Sam Miller','Mystic Theatre','Petaluma, CA','Thursday','11/13/2025','8:00 PM','7408413','Sam-Miller-11-13-2025'],['The Fantasias Party','Mystic Theatre','Petaluma, CA','Friday','11/14/2025','9:00 PM','7540660','The-Fantasias-Party-11-14-2025'],['Sean Hayes','Mystic Theatre','Petaluma, CA','Saturday','11/15/2025','8:00 PM','7393160','Sean-Hayes-11-15-2025'],['Learning to be Naked - Film','The Phoenix Theater - CA','Petaluma, CA','Thursday','11/20/2025','7:30 PM','7418562','Learning-to-be-Naked---Film-11-20-2025'],['Y&T','Mystic Theatre','Petaluma, CA','Friday','11/21/2025','8:00 PM','7122189','Y-T-11-21-2025'],['Phoenix Pro Wrestling','The Phoenix Theater - CA','Petaluma, CA','Friday','11/21/2025','8:00 PM','7505006','Phoenix-Pro-Wrestling-11-21-2025'],['Immortallica','The Phoenix Theater - CA','Petaluma, CA','Saturday','11/22/2025','8:00 PM','7489691','Immortallica-11-22-2025'],['Pete Floyd - Pink Floyd Tribute Band','Mystic Theatre','Petaluma, CA','Saturday','11/29/2025','9:00 PM','7408431','Pete-Floyd---Pink-Floyd-Tribute-Band-11-29-2025'],['West Side Stories','Mystic Theatre','Petaluma, CA','Wednesday','12/3/2025','7:00 PM','7435567','West-Side-Stories-12-3-2025'],['Hannibal Buress','Mystic Theatre','Petaluma, CA','Thursday','12/4/2025','8:00 PM','7531610','Hannibal-Buress-12-4-2025'],['Stick Men','Mystic Theatre','Petaluma, CA','Monday','12/8/2025','8:00 PM','7180183','Stick-Men-12-8-2025'],['Ben Roy','Mystic Theatre','Petaluma, CA','Thursday','12/11/2025','8:00 PM','7409553','Ben-Roy-12-11-2025'],['Train Wreck Junction','Mystic Theatre','Petaluma, CA','Friday','12/12/2025','8:00 PM','7486864','Train-Wreck-Junction-12-12-2025'],['Tommy Castro And The Painkillers','Mystic Theatre','Petaluma, CA','Saturday','12/27/2025','8:00 PM','7488074','Tommy-Castro-And-The-Painkillers-12-27-2025'],['Petty Theft - Tom Petty Tribute Band','Mystic Theatre','Petaluma, CA','Wednesday','12/31/2025','9:00 PM','7540659','Petty-Theft---Tom-Petty-Tribute-Band-12-31-2025'],['The Stinkfoot Orchestra','Mystic Theatre','Petaluma, CA','Friday','1/23/2026','8:00 PM','7486863','The-Stinkfoot-Orchestra-1-23-2026'],['Coco Montoya','Mystic Theatre','Petaluma, CA','Friday','1/30/2026','8:00 PM','7514430','Coco-Montoya-1-30-2026'],['Jamie Lissow','Mystic Theatre','Petaluma, CA','Friday','2/13/2026','8:00 PM','7426246','Jamie-Lissow-2-13-2026'],['Ambrosia','Mystic Theatre','Petaluma, CA','Thursday','2/26/2026','8:00 PM','7470583','Ambrosia-2-26-2026'],['The White Buffalo','Mystic Theatre','Petaluma, CA','Saturday','3/7/2026','8:00 PM','7514429','The-White-Buffalo-3-7-2026'],['Cass McCombs','Mystic Theatre','Petaluma, CA','Tuesday','4/7/2026','8:30 PM','7512942','Cass-McCombs-4-7-2026'],['Tom Russell','Mystic Theatre','Petaluma, CA','Saturday','2/7/2071','7:30 PM','4422933','Tom-Russell-2-7-2071'],['Squirrel Nut Zippers','Mystic Theatre','Petaluma, CA','Sunday','4/12/2071','8:30 PM','4292302','Squirrel-Nut-Zippers-4-12-2071']],'petaluma-ca','http://www.ticketnetwork.com/en/search/?text=petaluma-ca');