$(document).ready(function(){	$('#addF').jFav();	$('.ec p a,.gallery p a').each(function(){		var shref=$(this).attr('href');		var swrap='<a href="'+shref+'" target="_blank"></a>';		$(this).parent().prev().wrap(swrap);	});		$('#c .gallery p a').each(function(){		var shref=$(this).attr('href');		var swrap='<a href="'+shref+'"></a>';		$(this).parent().prev().wrap(swrap);	});			$('h1').click(function(){window.location=$('h1 a').attr('href');}).mouseover(function(){$(this).css({'cursor':'hand'});});		$('a.extra').click(function(){window.open(this.href);return false;});		$('#l .gallery a[class="lightBox"]').lightBox();});