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">
</div>
<div align="center">
</div>
<div align="center">
<button style="width: 651px; height: 42px;">
<div align="center">
<font size="6">
"blablabla
</font>
</div>
</button>
</div>
<div>
</div>
<div>
</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>