function change_captcha()
	 {
	 	document.getElementById('siimage').src="MYcaptcha/get_captcha.php?rnd=" + Math.random();
	 }


$(document).ready(function(){
//$('input[name^="campo"]').each(function(){  });
//$('a[id^="campo1"]').live("click", function(e) {  e.preventDefault(); });
//$('input[class^="adjunter"]').click(function(e) {    e.preventDefault(); });
/*
jQuery.ajax({
url: 'ajax.php',
data: ({
opc: 3,
}),
type: 'post',
success: function(data){
if(data != "")
{
$('#div').html(data);
}
}
});
*/

 //if ($("#pension1").is(":checked")) {  }
/*
$('input[class^="adjunter"]').toggle(
                   function()
                   {
                alert("1");

                   },
                   function()
                   {

                     alert("0");
                   });

*/
//Buscar por código




//$('#buscar_codigo').searchFX({ txt: 'Buscar por código' });


///$('#buscar').searchFX({ txt: 'Buscar por palabra' });




  $("#gallerySlider").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        visible: 6,
         auto: 800,
       speed: 3000,
    });


$('.slidersx').after('<div id="nav">').cycle({
    fx:     'fade',
    speed:  'slow',
    timeout: 8000,
    pager:  '#nav'
});

    $("a#promo").fancybox({	});

});






$(window).load(function () {


});



jQuery.fn.message = function(speed) { return $(this).fadeIn(speed, function() { return $(this).fadeOut(speed); }); }

