дергается внешний урл и вставляется в код страницы.
проверил, не работает(
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript">
$(function (){
$('.tabsfree a').on('click',function(event){location = location.replace(/#tab3\d$/, "#tab3" + theValue);
event.preventDefault();
$('.block iframe')[0].src = this.href;
});
})
</script>