/***************************************************************************
 * @Author: NetChillies - PepUp The Web!
 * @Website: http://www.netchillies.com/
 * @Contact: http://www.netchillies.com/contact
 * @Privacy Policy & Terms of Use: http://www.netchillies.com/terms
 * @License Info: http://www.netchillies.com/license
 ***************************************************************************/
$(document).ready(function(){

    
    $('#slideshow').cycle({
        fx:     'fade',
        speed:   2500,
        timeout: 2000,
        pause:   6,
        pager:  '#shownav'
    });

    
        $("#remysTweets2").tweet({
            username: "TheNakedMonkey",
            join_text: "auto",
            count: 1,
            template: function(i){return i["text"]},
            auto_join_text_default: "Twitter:",
            loading_text: "loading tweets..."
        });
        
/*
        $("#remysTweets3").tweet({
            username: "TheNakedMonkey",
            join_text: "auto",            
            count: 3,                        
            loading_text: "loading tweets..."
        });
*/    


    var $ul = $('#main-navigation ul > li');
    var el = $ul.eq($ul.length-1);
    $(el).addClass('nobg');

})
