$(document).ready(function () { set_backlinks(); });
var set_backlinks = function () { if (ul == 1) $('a[href^=http://emonety.pl], a[href^=http://www.emonety.pl]').click(function () { $(this).attr('href', $(this).attr('href') + ($(this).attr('href').indexOf('?') > 0 ? '&' : '?') + 'uid=' + ui + '&uhash=' + uh); }); };

