animation animation animation animation animation animation animation animation animation

You have completed the section, Comparing Policies. You should be able to compare policies you are offered and determine which one is the best one for you.

function AnimatePNG(){ var delay_timer = 200; var intZ = setInterval(function () { count = $("img.animate-png").length; if (count>1) { $("img.animate-png")[0].remove(); $("img.animate-png").first().removeClass("hidden"); } else{ clearInterval(intZ); } },delay_timer); } $(".animate-png-last").load(function(){ AnimatePNG(); });