$(document).ready(function(){
	
		// podlinkowanie obrazkow dla listy blogerow
		$('#pojBlogsList .pojOne').each(function(){			
				$(this).css('position','relative');
				$(this).append('<a href="'+$(this).find('.pojOneText a').attr('href')+'" class="pojFakeBlogerImageLink"></a>');			
		});		
		$('a.pojFakeBlogerImageLink').bind('focus',function(){if(this.blur)this.blur();});
	
});
