$(function() {
$("#searchAnchor").click(function(){
$("#searchOptions").toggle();
});
});
