/** 
 *  ================================================
 *    Initialisation on various jQuery plugins
 *    and some globally used jQuery functions
 *
 *    TABLE OF CONTENTS
 *    01 - Main slider on the frontpage
 *    02 - Main navigation
 *    03 - Sliding down login box
 *    04 - inFieldLabels plugin for form field lables
 *    05 - PrettyPhoto plugin
 *    06 - Tabbed widget in the sidebar
 *    07 - Contact forms
 *  ================================================
 */

 
/**
 *  ================================================
 *  01 - Initialise the main slider on the frontpage
 *  ================================================
 */

    /**
     *  ================================================
     *  02 - Main navigation
     *  ================================================
     */
    $('#main-nav').pragmaNavigation();


    /**
     *  ================================================
     *  03 - Slide-down login box
     *  ================================================
     */
    

    /**
     *  ================================================
     *  04 - Initialise inFieldLabels plugin on 
     *       form field lables with class "infield"
     *  ================================================
     */
    


    /**
     *  ================================================
     *  05 - Initialise prettyPhoto plugin
     *  ================================================
     */
    
   

    /**
     *  ================================================
     *  06 - Tabbed widget in the sidebar
     *  ================================================
     */
    


    /**
     *  ================================================
     *  07 - CONTACT FORMS
     *  ================================================
     */

    /**
     *    Main contact form on the contact page
     */

    /* Initial jQuery Validation */
    

    /* Submit for server side validation and processing */
    

    
     /*    Site-wide contact form in the footer
     */

    /* Initial jQuery Validation */
    
    /* Submit for server side validation and processing */
    



