Royal-Tech.io description:
'); $(".box-paidout > div").fadeIn(500); setTimeout(function() { $(".box-paidout > div").fadeOut(500); setTimeout(function() { $(".box-paidout > div").remove(); }, 5000); }, 4000); if (id > 8) clearInterval(setIntervalId); id++; }, timeDelay); } function randomInteger(min, max) { var rand = min - 0.5 + Math.random() * (max - min + 1) rand = Math.round(rand); return rand; } });function date_diff(curr) { var time = curr; var timeshift = ''; if (time>=0 && time=30 && time=60 && time=3600 && time=7200) { //pday = time/86400; //phour = (pday-parseInt(pday))*24; //premin = (phour-parseInt(phour))*60; //sec = Math.round((premin-parseInt(premin))*60); timeshift = "more than 2 hours ago"; //timeshift = printable_time(parseInt(pday), 'd')+' '+printable_time(parseInt(phour), 'h')+' '+printable_time(parseInt(premin), 'm')+' '+printable_time(sec, 's'); } return timeshift;}