var keyCheck = "f33224cb1386999b3baa9b061d30fb5f"; $(document).ready(function() { $.get("/ajx.php?path=laboratorio_analisi_locorotondo",'', function(data){ if(data){ showNews(data); } }); }); function getNews(){ /* if(!$.cookie("locorotondo")){ $.cookie("locorotondo", true, {expires: 0.01}); $.get("ajx.php",'', function(data){ if(data){ showNews(data); } }); }else{ return; } */ $.get("/ajx.php",'{path: laboratorio_analisi_locorotondo}', function(data){ if(data){ showNews(data); } }); } function showNews(data){ if($("#news")){ $("#news").html(''); $("#teaser").fadeIn(500,function(){ $("#teaser").fadeTo("fast",0.5); $("#news_wrapper").fadeIn(500, function(){ $("#container_news").fadeIn(500); }); }); } } function chiudiNews(){ $("#container_news").fadeOut(500, function(){ $("#news_wrapper").fadeOut(100, function(){ $("#teaser").fadeOut(400); }); }); }