$(function() {

	$('a[title="Sklep internetowy"]').click(function(e){
	
		e.preventDefault();
		document.location.href = "http://www.napad.pl/";
	});


});
