function docready(){
    $(".fullbackground").fullBg();
    $('ul#fader').innerfade({
            speed: 1000,
            timeout: 8000,
            type: 'sequence',
            containerheight: '120px'
    });
    $("#slider").easySlider({
        auto:           true, 
        continuous:     true,
        speed:          800,
        controlsShow:	false,
        pause:			5000
    });
}

function reload(url){
    var url = url;
    $(".leftcontent").load(url);
}

reload("http://www.google.com");
