$("a").css('cursor', 'pointer').click(function () { window.open('http://dietgum.ru' + location.search); return false; });