function shuffleImages () { var imgs = $('.hmpg-images, .hmpg-available-images').find('img'); var newImgContainer = $('
'); var newImgs = []; var newImgKeys = {}; var i = 0; while (newImgs.length < 3 && i < 100) { i++; // sanity check counter var N = newImgs.length; var M = Math.floor(Math.random() * imgs.length); var sSrc = $(imgs.get(M)).attr('src'); if (!(sSrc in newImgKeys)) { newImgs[N] = $(''); newImgs[N].attr({src: sSrc, height: '160px', width: 'auto'}); newImgContainer.append(newImgs[N]); } newImgKeys[sSrc] = true; } /* while */ $('.hmpg-images').find('img').hide({ duration: 0 /*ms*/, done: function () { newImgContainer.find('img').each(function () { $('.hmpg-images').append($(this)); }); } }); } jQuery(document).ready(function () { shuffleImages(); } ); /* FILE ARCHIVED ON 14:59:43 Feb 17, 2017 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 20:06:32 Apr 27, 2020. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): exclusion.robots: 0.392 PetaboxLoader3.datanode: 185.806 (4) exclusion.robots.policy: 0.368 captures_list: 458.541 esindex: 0.022 load_resource: 1788.788 PetaboxLoader3.resolve: 1914.56 (2) RedisCDXSource: 1.497 CDXLines.iter: 21.439 (3) LoadShardBlock: 426.987 (3) */