$(document).ready(function(){

	$("#quick").click(function () { 
      $("#quicklinks").toggle();
    });
	
	
}); 

