$(document).ready(function() {
  

$('#photos').cycle({
    fx:'fade',
    speed:  4000,
    timeout: 8000
  });


$('#photos2').cycle({
    fx:'fade',
    speed:  4000,
    timeout: 6000
  });

});

//function prova(asd) { $("#home1").load("'/Php_Script/galleria.php?pagina=" + asd "'", {limit: 25}, function(){alert('jtyjytj'); }); }

function prova(asd) { $("#home1").load("/Php_Script/galleria.php?pagina=" + asd, {limit: 25}, function(){$("#wrap a").fancybox(); }); }

function prova11(asd) { $("#home1").load("/English/Php_Script/galleria.php?pagina=" + asd, {limit: 25}, function(){$("#wrap a").fancybox(); }); }


function caricaveditanteimm(ideventotante) {

$("#home1").load("/Php_Script/vedi_tante_foto.php", { 'idevento': [ideventotante] } , function(){ $("#wrap a").fancybox();} );}

function caricaveditanteimm2(ideventotante) {

$("#home1").load("/English/Php_Script/vedi_tante_foto.php", { 'idevento': [ideventotante] } , function(){ $("#wrap a").fancybox();} );}


function prova2(asd, ideventotante2) { $("#home1").load("/Php_Script/vedi_tante_foto.php?pagina=" + asd, { 'idevento': [ideventotante2] }, function(){$("#wrap a").fancybox(); }); }

function prova22(asd, ideventotante2) { $("#home1").load("/English/Php_Script/vedi_tante_foto.php?pagina=" + asd, { 'idevento': [ideventotante2] }, function(){$("#wrap a").fancybox(); }); }

