0leg9,
Вариант для медитации ...
<script type="text/javascript">
$(window).load(function(){
var S = $("span[id^=link]");
S.click(function(){
var id = $(this).attr('id').replace(/\D+/g,""),
index = S.index(this);
alert([++index,id])
//$("#par1").load("1.html");
});
});
</script>