/*YUI().use('anim', function(Y) {

    // Animation available, and ready for use.
    var anim = new Y.Anim({
        node: '#demo',
        to: { opacity: 0 }
    });
    anim.run();
});*/
/*
YUI({
    modules : {
        'slideshow' : {
            fullpath : 'js/ys.js',
            requires: ['anim']
        }
    }
}).use('slideshow', function(Y){
	// Your slideshow code will go here!
        //var oSlideshow = new Y.Slideshow('demo');
        var oSlideshow = new Y.Slideshow('demo', {
		duration: 1.0,
		interval: 5000
	});
});*/
var redes = function(){
    alert('Próximamente, disculpe las molestias')
}