$(window).load(function(){$('.bnup').nivoSlider({effect:'fade',animSpeed:1000,pauseTime:5000,startSlide:0,directionNav:false,controlNav:false,controlNavThumbs:false,controlNavThumbsFromRel:false,keyboardNav:false,})});$(function(){$('#foo0').carouFredSel({scroll:2,prev:'#prev2',next:'#next2',pagination:"#pager2",auto:true});$("#tabs").tabs()});$(window).load(function(){$('#slides').orbit({animation:'fade',timer:true,captions:true,captionAnimation:'slideOpen',captionAnimationSpeed:500,bullets:false})});

$(window).load(function(){$('#ads').nivoSlider({effect:'fade',animSpeed:1000,pauseTime:4000,startSlide:0,directionNav:false,controlNav:false,controlNavThumbs:false,controlNavThumbsFromRel:false,keyboardNav:false,})});$(function(){$('#foo0').carouFredSel({scroll:2,prev:'#prev2',next:'#next2',pagination:"#pager2",auto:true});$("#tabs").tabs()});$(window).load(function(){$('#slides').orbit({animation:'fade',timer:true,captions:true,captionAnimation:'slideOpen',captionAnimationSpeed:500,bullets:false})});

$(document).ready(function(){
	$("#registro").submit(function () {
	if($("#usuarior").val().length < 1) {
		alert("El nombre es obligatorio");
		return false;
	}
	if($("#apellido").val().length < 1) {
		alert("El apellido es obligatorio");
		return false;
	}
	if($("#rutr").val().length < 1) {
		alert("El rut es obligatorio");
		return false;
	}
	if($("#contrasena").val().length < 1) {
		alert("La contraseña es obligatoria");
		return false;
	}
		if($("#email").val().length < 1) {
		alert("El email es obligatoria");
		return false;
	}
		if($("#direccion").val().length < 1) {
		alert("La direccion es obligatoria");
		return false;
	}
		if($("#telefono").val().length < 1) {
		alert("El telefono es obligatorio");
		return false;
	}
		if($("#ciudad").val().length < 1) {
		alert("La Ciudad es obligatoria");
		return false;
	}
	return true;
	});

   })




