// DATA - Event Information

// -----------------------------------------------------------------------------------------------------------
function loadEventReference()
{

// Repeat 'addEventInfo' as Required
//   Format -> addEventInfo('eventkey', 'title', 'location', 'contact', 'descripton', 'image', 'bordercolour', 'borderstyle', 'border width', 'backgroundcolour');

        addEventInfo('CAROLKINGSTON', 
                     'Carol Service', 
                     'All Saints', 
                     '', 
                     'Traditional Carol Service for the whole family with young farmers', 
                     'images/carolsingers.jpg', 
                     'red', 'Solid', 'thin', 'white');

        addEventInfo('CLAVERHAMMARKET', 
                     'Claverham Village Market', 
                     'Claverham Village Hall', 
                     '', 
                     'Take away a delicious homemade cake from St Barnabas\' stall, or take a look at our Traidcraft products', 
                     'images/cake.jpg', 
                     '#ba32cd', 'solid', 'thick', 'white');

        addEventInfo('COFFEECLEEVE', 
                     'Coffee Morning', 
                     '40, Cleeve Drive, Cleeve', 
                     '', 
                     'All Welcome', 
                     'images/coffeecup1.jpg', 
                     'black', 'Double', 'Thick', 'white');

        addEventInfo('COFFEEKENN', 
                     'Coffee Morning', 
                     'New Room, St John\'s, Kenn', 
                     '', 
                     'All are welcome for coffee and a chat', 
                     'images/coffeecup2.jpg', 
                     '#ba32cd', 'double', 'thick', 'white');

        addEventInfo('COFFEEYATTON', 
                     'Coffee Morning with Music!', 
                     'St Mary\'s, Yatton', 
                     '', 
                     'Relax with a coffee and listen to iSax', 
                     'images/saxophone.jpg', 
                     '#ba32cd', 'solid', 'thick', 'white');

        addEventInfo('CREAMTEAS', 
                     'Cream Teas and Summer Music', 
                     'All Saints, Kingston Seymour', 
                     'Sue Thomas or Jackie Wright, Church Wardens', 
                     'Enjoy a delicious cream tea while you listen to the sounds of summer', 
                     'images/music2.jpg', 
                     '#ba32cd', 'solid', 'thick', 'white');

        addEventInfo('EPISTLES', 
                     'Do you know your Epistles from Your Apostles?', 
                     'St Mary\'s, Yatton', 
                     'Revd Chris Steed', 
                     'Join Chris for coffee and croissants and a journey through the Bible', 
                     'images/croissants.jpg', 
                     '#ba32cd', 'solid', 'thick', 'white');

        addEventInfo('FAMILYFUN', 
                     'FAMILY FUN!', 
                     'Courthouse, The Triangle, Wrington', 
                     'Revd Chris Steed and Revd Catherine Llewelyn-Evans', 
                     'BBQ, rounders, tug-of-war and lots, lots more - all welcome', 
                     'images/bbq.jpg', 
                     '#ba32cd', 'solid', 'thick', 'white');

        addEventInfo('GOURMET', 
                     'PREPARE A GOURMET MEAL', 
                     'St Mary\'s, Yatton', 
                     'Revd Chris Steed', 
                     'Local Celebrity Chef Jean Louis will help you to prepare a sumptuous feast for you and your partner. Men are invited to come along at 6pm with sharp knife and chopping board, then your partner can join you at 7pm, by which time you will be ready to impress her with your culinary skills...£10 per couple', 
                     'images/chef.jpg', 
                     '#ba32cd', 'solid', 'thick', 'white');

        addEventInfo('KIDZCRAFTZONE', 
                     'KidzKraftZone', 
                     'St Mary\'s, Yatton', 
                     'Pat - 01934 832935 or Sylvia North - 01934 838700', 
                     'Years 3-6, with fun activities and projects every week', 
                     'images/magnets.jpg', 
                     '#ba32cd', 'solid', 'thick', 'white');

        addEventInfo('LECTURE', 
                     'The Holy Spirit in the Old Testament', 
                     'Chapter House, St Mary\'s, Yatton', 
                     'Revd Cathy Horder', 
                     'A Talk bv Francis Miles', 
                     'images/cross.jpg', 
                     '#ba32cd', 'solid', 'thin', 'white');

        addEventInfo('STILLPOINT', 
                     'Still Point', 
                     'St Mary\'s, Yatton', 
                     'Team Office', 
                     'A time of quiet, words and music', 
                     'images/stillpoint.jpg', 
                     '#ba32cd', 'solid', 'thick', 'white');

        addEventInfo('TRINITYPRAISE', 
                     'Trinity Praise', 
                     'Court De Wyk School, Claverham', 
                     'Revd Cathy Horder', 
                     'Celebrating the start of school, with guest speaker Revd Simon Airey', 
                     'images/schoolbag.jpg', 
                     '#ba32cd', 'solid', 'thick', 'white');

        addEventInfo('XMASFAYRECLEEVE', 
                     'Christmas Fayre', 
                     'Cleeve Village Hall', 
                     '', 
                     'Village event for the whole family. Celebrate the birth of Jesus with our very own fayre, full of seasonal festivity.', 
                     'images/nativity2.jpg', 
                     'red', 'Solid', 'Thick', 'white');

        addEventInfo('XMASFAYREYATTON', 
                     'St Mary\'s Christmas Fayre', 
                     'Yatton Junior School', 
                     '', 
                     'Buy your special Christmas Presents, refreshments, cakes and lots more....', 
                     'images/xmasgifts.jpg', 
                     '#ba32cd', 'solid', 'thick', 'white');

        addEventInfo('XMASWORKSHOPCLEEVE', 
                     'Children\'s Christmas Workshop', 
                     'Holy Trinity, Cleeve', 
                     'Revd Cathy Horder', 
                     'From 2.30pm - Come and make some exciting gifts and cards for Christmas', 
                     'images/xmastree.jpg', 
                     '#ba32cd', 'solid', 'thick', 'white');

}
// -----------------------------------------------------------------------------------------------------------
