Drawing a Timeline with jquery.

html
There is no json data: everyting is stored in the HTML. The years are surrounded by a <span/> element having a css class "start/end".javascript
We use jquery to sort and layout each event.CSS
A basic CSS for my timelineResult
It's far from being perfect. I don't know how to handle the images overflowing the "div".
That's it,
Pierre