$(document).ready(function(){



    // Set up our options for the slideshow...

    var myOptions = {

        noImages: 6,

        path: "Assets/homepage_slide-images/",  // Relative path with trailing slash.

        captions: {                 

            1:'<b>23rd Annual Convention 2011</b> <div style="font-size:14px;margin-top:5px;">Presentation of Certificate / Drug Revolving Loans to Community Health Workers Graduates.</div>',

            2:'<b>Photo Gallery</b> <div style="font-size:14px;margin-top:5px;">Sir Fidelis Chukwuma Asogwa Education Foundation Bursary Award for 2011/2012 Academic Session.</div>',

            3:'<b>Get the latest Newsletter. </b> <div style="font-size:14px;margin-top:5px;">Get the latest DEC Newletter <a href="http://decnigeria.com/download.php?f=2011_DEC_Newsletter.pdf">Download Now</a>.</div>',

            4:'<b>Social Services</b> <div style="font-size:14px;margin-top:5px;">Adult Literacy Program.</div>',

            5:'<b>Social Services</b> <div style="font-size:14px;margin-top:5px;">D&G  100 Women Group from Aguamede in Isi Uzo L.G.A Enugu State.</div>',
			
            6:'<b>Micro Credit</b> <div style="font-size:14px;margin-top:5px;">A look at DEC Micro-credit and other financial services in 2011.</div>'

        },

        links: { // Each image number must be listed here, unless no links are required at all, then links option can be ommitted.

            1:"http://www.decnigeria.com",

            2:"http://www.decnigeria.com/photos/photo_16.html",

            3:"",

            4:"http://decnigeria.com/2012/adult_literacy.html",

            5:"http://decnigeria.com/2012/social_political_empowerment_of_women.html",

            6:"http://decnigeria.com/2012/microcredit_so_far.html"

        },

        linksOpen:'newWindow',

        timerInterval: 6500, // 6500 = 6.5 seconds

	randomise: false // Start with random image?

    };



    // Woo! We have a jquery slideshow plugin!

    $('#homepage_slide_container').easySlides(myOptions);



})
