The question might make you smile but how does this website keep a trace of what the previous image is? I mean, the central image is probably picked at random as well as the next image but the previous image has to correspond with the one a user has just evaluated. Is this done via session variables? If so, how are ids chained and is there a limit to how much information could be stored?
P.S: Also just thought of cookies. Would be interested to hear about what strategies are possible.