$(document).ready(function(){$("a.AdminLink").click(function(){$("#InlineAdminOptions").toggle();return false})});