jQuery(document).ready(function(){
	
	jQuery('ul.linklist > li > a').each(function(){

		jQuery(this).attr('target','_blank');
	})
	
	jQuery('body#front #supersize img').wrap('<a href="/gallery/">');		
	
})