$(function() {  
	$("a.accessible").click(nolink);
    $('#nav').droppy();
});      
function nolink(){
	return false;
}
