$(document).ready(function(){
    $('#home-left-bookmark').show();
    $('#home-left-content').hide();
           $("ul.sf-menu").superfish({ 
            pathClass:  'current' 
        }); 
	$('.toValidate').validate();

});


$(window).load(function(){

    $('#home-left-bookmark').hide();
    $('#home-left-content').show();
	$('#home-left-content .xt-multimediacontents-wrapper').cycle({
        fx: 'fade',
        timeout: 1500,
        speed: 3000
    });
    $('#right-fade-content .xt-multimediacontents-wrapper').cycle({
        fx: 'fade',
        timeout: 1500,
        speed: 3000
    });
});
