// JavaScript Document

window.addEvent('domready',function(){
		/*SexyLightbox = new SexyLightBox({
		color:'white', emergefrom:'bottom',
		dir: '_libreria/scripts/sexybox/sexyimages'
	});*/
	if($('slide')){
		var V2 = new viewer($$('#slide img'),{
			mode: 'alpha',
			interval: 4500
		}).play(true);
	}
	$$('.click').each(function(e){
		e.get('rel');
		e.addEvent('click',function(){
			document.location.href='contenido.php';
		});
	});
});
