$(document).ready(function() {var i = 2683585;function addCommas(nStr){nStr += '';x = nStr.split('.');x1 = x[0];x2 = x.length > 1 ? '.' + x[1] : '';var rgx = /(\d+)(\d{3})/;while (rgx.test(x1)) {x1 = x1.replace(rgx, '$1' + ',' + '$2');}return x1 + x2;}function inc(){ $('#divH').html('$' + addCommas(i));i+=Math.ceil(Math.random()*4); setTimeout(inc,(Math.random()*8+10)*1000);}inc();var k = 37299250;function lbs(){ $('#divG').html(addCommas(k));k+=Math.ceil(Math.random()*4); setTimeout(lbs,(Math.random()*3+1)*1000);}lbs();});