var JQ = jQuery.noConflict(true);
JQ(document).ready(function(){

    var myOptions = {
        noImages: 2,
        path: "images/",
        captions: {                 
            1:'<b>Safety First!</b> <div style="font-size:14px;margin-top:5px;">Captains start your engines!</div>',
            2:'<b>2012 Leverick Bay Poker Run!</b> <div style="font-size:14px;margin-top:5px;">First stop, Scrub Island!</div>',
        },
        /*links: { 
            1:"http://www.jquery.com",
            2:"http://www.jquery.com",
            3:"http://www.jquery.com",
            4:"http://www.jquery.com"
        },*/
        timerInterval: 5000,
	randomise: true
    };

    // Woo! We have example number 2!
    JQ('#example_1_container').easySlides(myOptions);


    var myOptions = {
        noImages: 2,
        path: "images/event/",
        captions: {                 
            1:'<b>Two Predators!</b> <div style="font-size:14px;margin-top:5px;">One Race!</div>',
            2:'<b>Puerto Rico and Miami Go Head to Head!</b> <div style="font-size:14px;margin-top:5px;">May the best predator win!</div>',
        },
        /*links: { 
            1:"http://www.jquery.com",
            2:"http://www.jquery.com",
            3:"http://www.jquery.com",
            4:"http://www.jquery.com"
        },*/
        timerInterval: 5000,
	randomise: true
    };

    // Woo! We have example number 2!
    JQ('#example_2_container_theEvent').easySlides(myOptions);


    var myOptions = {
        noImages: 2,
        path: "images/run/",
        captions: {                 
            1:'<b>Through Rain Thunder and Storm!</b> <div style="font-size:14px;margin-top:5px;">Our loyal participants are committed to Poker Run every year!</div>',
            2:'<b>Helicopters Follow You Every Step of the Way!</b> <div style="font-size:14px;margin-top:5px;">Aerial Footage is captured, so you don&rsquo;t miss a thing!</div>',
        },
        /*links: { 
            1:"http://www.jquery.com",
            2:"http://www.jquery.com",
            3:"http://www.jquery.com",
            4:"http://www.jquery.com"
        },*/
        timerInterval: 5000,
	randomise: true
    };

    // Woo! We have example number 2!
    JQ('#example_2_container_theRun').easySlides(myOptions);


    var myOptions = {
        noImages: 2,
        path: "images/donor/",
        captions: {                 
            1:'<b>A Grandiose Thank You to Our Contributors!</b> <div style="font-size:14px;margin-top:5px;">Enjoy a full day of excitement filled with adrenaline, music, food and drinks.</div>',
            2:'<b>Luck is Waiting for You!</b> <div style="font-size:14px;margin-top:5px;">May the best hand win!</div>',
        },
        /*links: { 
            1:"http://www.jquery.com",
            2:"http://www.jquery.com",
            3:"http://www.jquery.com",
            4:"http://www.jquery.com"
        },*/
        timerInterval: 5000,
	randomise: true
    };

    // Woo! We have example number 2!
    JQ('#example_2_container_donor').easySlides(myOptions);
    
      var myOptions = {
        noImages: 2,
        path: "images/entry/",
        captions: {                 
            1:'<b>Early Entry</b> <div style="font-size:14px;margin-top:5px;">Assures comfortable accommodations.</div>',
            2:'<b>Register Now</b> <div style="font-size:14px;margin-top:5px;">To secure your comfort!</div>',
        },
        /*links: { 
            1:"http://www.jquery.com",
            2:"http://www.jquery.com",
            3:"http://www.jquery.com",
            4:"http://www.jquery.com"
        },*/
        timerInterval: 5000,
	randomise: true
    };

    // Woo! We have example number 2!
    JQ('#example_2_container_entryForm').easySlides(myOptions);

    var myOptions = {
        noImages: 2,
        path: "images/rendezvous/",
        captions: {                 
            1:'<b>Safety First!</b> <div style="font-size:14px;margin-top:5px;">Captains start your engines!</div>',
            2:'<b>2012 Leverick Bay Poker Run!</b> <div style="font-size:14px;margin-top:5px;">Watch my tail!</div>',
        },
        /*links: { 
            1:"http://www.jquery.com",
            2:"http://www.jquery.com",
            3:"http://www.jquery.com",
            4:"http://www.jquery.com"
        },*/
        timerInterval: 5000,
	randomise: true
    };

    // Woo! We have example number 2!
    JQ('#example_2_container_rendezvous').easySlides(myOptions);

})

