how to do two buttons in toggle

how to do two buttons in toggle

i want to double the code for there will be two buttons and every button do the same thing



 <style>
   p { background:#dad;
   font-weight:bold;
   font-size:17px; }
</style>
<script src="http://code.jquery.com/jquery-latest.js">
</script>
<div align="center">
</div>
<div align="center">
   &nbsp;
</div>
<div align="center">
   &nbsp;
</div>
<div align="center">
   <button style="width: 651px; height: 42px;">
      <div align="center">
         <font size="6">
            "blablabla
         </font>
         &nbsp;
      </div>
   </button>
</div>
<div>
   &nbsp;&nbsp; 
</div>
<div>
   &nbsp;
</div>
<p>
   <a href="https://www.google.co.il/" target="_blank">
      2
   </a>
</p>
<p>
   <a href="https://www.google.co.il/" target="_blank">
      3
   </a>
</p>
<p>
   <a href="https://www.google.co.il/" target="_blank">
      4
   </a>
</p>
<p>
   <a href="https://www.google.co.il/" target="_blank">
      5
   </a>
</p>
<p>
   <a href="https://www.google.co.il/" target="_blank">
      6
   </a>
</p>
<p>
   <a href="https://www.google.co.il/" target="_blank">
      7
   </a>
</p>
<p>
   <a href="https://www.google.co.il/" target="_blank">
      8
   </a>
</p>
<p>
   <a href="https://www.google.co.il/" target="_blank">
      9
   </a>
</p>
<p>
   <a href="https://www.google.co.il/" target="_blank">
      10
   </a>
</p>
<p>
   <a href="https://www.google.co.il/" target="_blank">
      11
   </a>
</p>
<p>
   <a href="https://www.google.co.il/" target="_blank">
      12
   </a>
</p>
<p>
   <a href="https://www.google.co.il/" target="_blank">
      13
   </a>
</p>
<p>
   <a href="https://www.google.co.il/" target="_blank">
      14
   </a>
</p>
<p>
   <a href="https://www.google.co.il/" target="_blank">
      15
   </a>
</p>
<script>
   $(function() {
   $("button").click(function () {
   $("p").toggle("slow");
   }).click();
   });
</script>