 $(document).ready(function(){
        $(".tweet").tweet({
            username: "cippic",
            join_text: "auto",
            avatar_size: 10,
            count: 4,
            loading_text: "loading tweets..."
        });
		
    });
	
$(window).load(function() {
	$('#slider').cycle({fx:'fade', speed: 500, timeout: 9000});
});
