FChain is a library that can be used as a base to construct slideshows, presentations , image galleries or just used to run a predetermined number of functions in order. At it's core it is simply an array-like object of functions, which can be traversed through or automatically executed based on a timer. Examples var setColor = function(color) { return function() { document.body.style.backgroundCo