﻿jQuery(function(b){var a=500;b("li img.opacity").each(function(c){b(this).fadeTo(a,0.1);a+=100;b(this).fadeTo(a,1);a+=50})});