$(document).ready(function(){ 
	$(document).pngFix(); 
	
	$('ul.retailers li a').each(function(i){
		$(this).attr('target', '_blank');
	});
});