
$(document).ready(function() {
	$('a[href="/page/garantiya.html"],a[href="/page/paydostavka.html"]').click(function(event){ 
		window.open( $(this).attr('href') ); 
		event.preventDefault(); 
	});
});

