
            $(document).ready(function(){

            $(".invisible").remove();
            $("#footer").html('<img class="footer" src="img/footer.png" height="55px" width="388px" alt="copyright 2009 sposisenzapose.it, design by vitaminegrafike and EFDesign">');
            $("#logo").html('<img class="logo" src="img/logossp.opt.png" height="136px" width="409px" alt="sposisenzapose">');

            $('#flashcontentbox').flash({
				src: 'monoslideshow.swf',
				width: 432,
				height: 598,
				bgcolor: '#000000'
			});
			/*
			$("#leftmenu").replace('<div id="flashleftmenu"></div>');
			$("#right").replace('<div id="flashrightmenu"></div>');*/
			
			$("#languageswitch.en").html('<img width="40px" height="25px" class="flag en" src="img/spaceball.png" alt="read this page in english"/>');
			$("#languageswitch.it").html('<img width="40px" height="25px" class="flag it" src="img/spaceball.png" alt="leggi questa pagina in italiano"/>');
			
			$('#leftmenu.en').flash({
				src: 'menu_sx_en.swf',
				width: 158,
				height: 613,
				bgcolor: '#000000'
			});
			
			$('#rightmenu.en').flash({
				src: 'menu_dx_en.swf',
				width: 158,
				height: 613,
				bgcolor: '#000000'
			});
			
			$(".alt").remove();
});