String.prototype.url_replace = function() { return this.replace('[RANDOM]', Math.random()) .replace('[URL]', location.href); } $(document).on('pagebeforeshow', function(e) { $.mobile.activePage.find('div[data-role=content] a').each(function(e) { var href = $(this).attr('href'); if (href) { $(this).attr('href', href.replace('lib.medkirov.ru', 'm.lib.medkirov.ru')); } }); $.mobile.activePage.find('div[data-role=banner]').each(function(e) { var img = $(this).attr('img').url_replace(); var click = $(this).attr('click').url_replace(); var width = $(this).attr('width'); var height = $(this).attr('height'); var iframe = $('