function initLoginBox(){$.ajax({type:"GET",url:"/condenet/Services/Community/login.asp",cache:false,success:function(a){jQuery(".top-menu .right").html(a)},error:function(c,a,b){}})}function initCommunitySpallaBox(){$.ajax({type:"GET",url:"/condenet/Services/Community/spalla.asp",cache:false,success:function(a){jQuery("#communitySpallaBox").html(a)},error:function(c,a,b){}})}function initCommunityAppassionateBox(){var a=$("#communityAppassionateBoxServizio").html();if(a!=null){$.ajax({type:"GET",url:"/condenet/Services/Community/appassionate.asp",data:"Servizio="+a,cache:false,success:function(b){jQuery("#communityAppassionateBox").html("<h3><em>LE APPASSIONATE DI QUESTO CANALE</em></h3>"+b)},error:function(d,b,c){}})}}function initCommunityOnlineBox(){$.ajax({type:"GET",url:"/condenet/Services/Community/online.asp",cache:false,success:function(a){jQuery("#communityOnlineBox").html(a)},error:function(c,a,b){}})}function initCommunitySectionBox(){var a=$("#communitySectionBox").html();if(a!=null){$.ajax({type:"GET",url:"/condenet/Services/Community/homeinterne.asp",data:"Servizio="+a,cache:false,success:function(b){jQuery("#community-section").html(b)},error:function(d,b,c){}})}}function initCommunityHomeBox1(){$.ajax({type:"GET",url:"/Condenet/Services/Community/home1.asp",cache:false,success:function(a){jQuery("#communityHomeBox1").html(a);initNewsSlide()},error:function(c,a,b){}})}function initCommunityHomeBox2(){$.ajax({type:"GET",url:"/condenet/Services/Community/home2.asp",cache:false,success:function(a){jQuery("#communityHomeBox2").html(a)},error:function(c,a,b){}})}$(document).ready(function(){initCommunitySpallaBox();initCommunityAppassionateBox();initCommunityOnlineBox();initCommunitySectionBox();initCommunityHomeBox1();initCommunityHomeBox2()});