<div id="go">
<a href="http://site.ru/1.html">СКАЧАТЬ</a>
<br>
<a href="http://site.ru/2.html">ФИЛЬМ</a>
<br>
<a href="http://site.ru/1.html">Torrent</a></div>
<br>
</div>
<script>
var txt = document.getElementById('go').innerHTML;
var matches = txt.match(/"http:\/\/site[^"]+"/igm);
alert(matches.length);
</script>