Javascript Not Working Unless Logged In

I suspect the reason my JS select box on my sidebar NY Body Art | New York Tattoo Culture isn’t working unless I’m logged in has to do with the fact that I use a cache plug-in(W3 Total Cache), but I can be wrong. If it is the case, I have no idea how to fix it. I cleared the site’s cache and my cache and my MaxCDN cache, but it’s still not working(supposed to go to the page of the city when selected)

The following error occurs when i went to your site.

Error: missing ; before statement
Source File: NY Body Art | New York Tattoo Culture
Line: 1, Column: 13
Source Code:
hidefunction jumpto(x){if(document.form12.jumpmenu2.value!=“null”){document.location.href=x}}
From what i can see the following code below is where the error occurs…

hidefunction jumpto(x)

i dont know JS. an you tell me what i can do to fix it?

Simply change hidefunction to function and the error should go away

It worked! thanks!