Find a link with id="status" and change his href="www.somewhere.com" to href="#"
I other words, i want to disable that link.
This is the structure where it appears:
<ul class="pageitem">
<li class="menu">
<a href="......somewhere......." id="status">
<span class="name">Select from list</span>
<span class="arrow"></span>
</a>
</li>
</ul>