﻿/*
DATE SHEET - be super careful with syntax. Any problems are most likely typos. Use firefox Error Console to debug if necessary
Most common problems: 
- missing comma at the end of a line,
- 2 for an option but forgot to add an netry for where it is
- there should be NO comma after the very very last entry on the last row at the bottom of the file.
*/

var updated = new Array(25,04,2010)       /* this is the date of the last update - feel free to update this too. */

var dates = new Array(

2010,1,  							/*  year,month,  */
1,1,1,
2,1,"brussels",
"3-5",1,1,
6,"Awards Ceremony, Paris",1,
"7-11",1,1,
12,"Gala Dinner, London",1,
13,"Corporate event, Brighton",1,
14,1,"Corporate event, Paris",
15,1,1,
16,"Gala Dinner, London",1,
"17-20",1,1,
21,"Corporate event, Windsor","Awards ceremony, St Andrews",
22,"Gala Dinner, Brussels",1,
23,1,"Corporate event, Brussels",
24,1,1,
25,"Workshop, Wales",1,
26,"Gala dinner,London","Public show, Sestriere",
27,"Public show, Wales",1,
"28-31",1,1,

2010,2,  							/*  year,month,  */
"1-2",1,1,
3,"Awards ceremony, Munich","Product launch, Dubai",
"4-10",1,1,
11,1,"Inauguration, Belgium",
12,1,1,
13,"Variety Festival, Blackpool","Technology Festival, India",
"14-21",1,1,
22,1,"Performing Arts Festival, Spain",
"23-26",1,1,
27,"Gala dinner, Brussels",1,
27,"Corporate event, Jaipur",1,
28,1,1,



2010,3,  							/*  year,month,  */
"1-2",1,1,
3,"Corporate event, Windsor",1,
4,1,"'The World' launch, Dubai",
"5-9",1,1,
10,1,"Corporate event, Cologne",
11,1,1,
12,"IPL Opening Ceremony, India",1,
13,1,"Corporate event, Belgium",
14,1,1,
15,"Awards Ceremony, Turkey",1,
"16-19",1,1,
20,"Gala dinner, London",1,
"21-28",1,1,
"29-31","Corporate event, Geneva","Corporate event, Geneva",



2010,4,  							/*  year,month,  */
"1-5",1,1,
6,"Video shoot, Manchester","Corporate event, Kuwait",
"7-11","Gadget Show Live, Birmingham","Gadget Show Live, Birmingham",
"12-20",1,1,
21,"Corporate event, London",1,
"22-24",1,1,
25,"Private event, London",1,
"26-27",1,"Product launch, Frankfurt",
"28-29",1,1,
30,"Gala dinner, Paris",2,"Morocco",


2010,5,  							/*  year,month,  */
1,1,1,
2,1,"Taj Mahal Curry Cabaret, London",
3,"Corporate event, Barcelona",1,
"4-5",1,1,
6,"Gala dinner, London",2,"London",
"7-10",1,1,
11,"Corporate event, Germany",1,
12,1,1,
"13-14",1,"Corporate event, Paris",
15,"Gala dinner, Guernsey","Corporate event, Munich",
16,1,1,
"17-18","Corporate event, Egypt","Corporate event, Egypt",
19,1,1,
20,1,2,"Morocco",
"21-22",1,1,
23,2,"India","Private event, London",
24,1,2,"Kuwait",
25,2,"Frankfurt",2,"Frankfurt",
26,1,1,
27,1,2,"London",
28,1,1,
29,"Autostadt anniversary, Germany",1,
"30-31",1,1,

2010,6,  							/*  year,month,  */
1,2,"Belgium",1,
2,2,"Paris",2,"Portugal",
3,2,"Paris",1,
4,1,1,
5,1,"Gala dinner, Germany",
"6-7",1,1,
8,1,2,"Paris",
9,1,"Corporate event, Morocco",
10,"Corporate event, Belgium","Corporate event, Morocco",
11,1,1,
12,"University event, Austria",1,
13,1,1,
14,2,"Lyon",1,
15,1,2,"Kuwait",
"16-18",1,1,
19,"Public show: Eindhoven<br>City of Light","Corporate event, Pakistan",
"20-22",1,1,
23,1,"Corporate event, Belgium",
24,2,"Italy",2,"Marseille",
"25-27","Flux/4: Glastonbury Festival",1,
"28-29",1,1,
30,2,"Italy",1,

2010,7,  							/*  year,month,  */
1,"Corporate event, London",1,
2,"Public show, Oxfordshire",1,
3,2,"London",1,
"4-5",1,1,
6,1,2,"Paris",
"7-9",1,1,
10,1,2,"Barcelona",
11,1,1,
12,2,"India",1,
13,1,2,"Germany",
14,2,"London",1,
15,1,2,"Manchester",
"16-21",1,1,
22,2,"London",1,
"23-31",1,1                 /*  REMEMBER: No comma after the very last entry on the last row*/


   



)

