var timeline_data = {  // save as a global variable
'dateTimeFormat': 'iso8601',
'wikiURL': "http://simile.mit.edu/shelf/",
'wikiSection': "Simile Cubism Timeline",

'events' : [
        // ---------------------------------------------------------------------
        {'start': '2003-06-01 00:00:00-00',
        'title': 'We first started to chat online'
        },

        // ---------------------------------------------------------------------
        {'start': '2005-02-04 00:00:00-00',
        'title': 'Steve started at Collis',
        'description': 'Started working at Collis',
        'link': 'http://www.collis.nl'
        },

        // ---------------------------------------------------------------------
        {'start': '2006-06-17 00:00:00-00',
        'title': 'Our Wedding Day',
        'description': 'The day we got married',
        'image': 'http://farm1.static.flickr.com/71/179651328_d965eb752a_m.jpg',
        'link': 'wedding.html'
        },
        
        // ---------------------------------------------------------------------
        {'start': '2006-12-16 00:00:00-00',
        'title': 'Moved to Alphen aan den Rijn',
        'description': 'The day we moved from Utrecht to Alphen',
        'image': 'http://farm3.static.flickr.com/2109/2517024768_421ea1e9da_m.jpg',
        },        
        
        // ---------------------------------------------------------------------
        {'start': '2010-03-11 00:00:00-00',
        'title': 'Birth of our Daughter (date pending ;-) )!',
        'description': 'The birth of our first child',
        }   
]
}

