$().ready(function (){
$('a._addhashonclick').click(function() {
var href = $(this).attr('href');
if (!$(this).attr('ohref')) $(this).attr('ohref', href);
var suff = '&url=' + encodeURIComponent(document.location.href);
if ($(this).attr('hashonly')) suff = document.location.hash;
$(this).attr('href', $(this).attr('ohref') + suff);
});
});
Классный удар Дэвида Бэкхэма, закрепивший победу LA Galaxy над Portland Timbers.


