$(document).ready(function(){
	
	/////////  secondo piano
	id_news = $("#2id_news_1").val()
	$.get(
		"check-video-foto-news.asp?cod="+id_news,
		function(data){
		$("#2foto_video_news_1").html(data)
		},
		"html"
	)
	id_news = $("#2id_news_2").val()
	$.get(
		"check-video-foto-news.asp?cod="+id_news,
		function(data){
		$("#2foto_video_news_2").html(data)
		},
		"html"
	)
	id_news = $("#2id_news_3").val()
	$.get(
		"check-video-foto-news.asp?cod="+id_news,
		function(data){
		$("#2foto_video_news_3").html(data)
		},
		"html"
	)
	
	/////////  quarto piano
	id_news = $("#4id_news_1").val()
	$.get(
		"check-video-foto-news.asp?cod="+id_news,
		function(data){
		$("#4foto_video_news_1").html(data)
		},
		"html"
	)
	
	id_news = $("#4id_news_2").val()
	$.get(
		"check-video-foto-news.asp?cod="+id_news,
		function(data){
		$("#4foto_video_news_2").html(data)
		},
		"html"
	)
	
	id_news = $("#4id_news_3").val()
	$.get(
		"check-video-foto-news.asp?cod="+id_news,
		function(data){
		$("#4foto_video_news_3").html(data)
		},
		"html"
	)
	
	id_news = $("#4id_news_4").val()
	$.get(
		"check-video-foto-news.asp?cod="+id_news,
		function(data){
		$("#4foto_video_news_4").html(data)
		},
		"html"
	)
	
	/////////  right bar
	
	id_news = $("#id_news_1").val()
	$.get(
		"check-video-foto-news.asp?cod="+id_news,
		function(data){
		$("#foto_video_news_1").html(data)
		},
		"html"
	)
	
	id_news = $("#id_news_2").val()
	$.get(
		"check-video-foto-news.asp?cod="+id_news,
		function(data){
		$("#foto_video_news_2").html(data)
		},
		"html"
	)
	
	id_news = $("#id_news_3").val()
	$.get(
		"check-video-foto-news.asp?cod="+id_news,
		function(data){
		$("#foto_video_news_3").html(data)
		},
		"html"
	)
	
	id_news = $("#id_news_4").val()
	$.get(
		"check-video-foto-news.asp?cod="+id_news,
		function(data){
		$("#foto_video_news_4").html(data)
		},
		"html"
	)
	
	id_news = $("#id_news_5").val()
	$.get(
		"check-video-foto-news.asp?cod="+id_news,
		function(data){
		$("#foto_video_news_5").html(data)
		},
		"html"
	)
	
	id_news = $("#id_news_6").val()
	$.get(
		"check-video-foto-news.asp?cod="+id_news,
		function(data){
		$("#foto_video_news_6").html(data)
		},
		"html"
	)
	
	id_news = $("#id_news_7").val()
	$.get(
		"check-video-foto-news.asp?cod="+id_news,
		function(data){
		$("#foto_video_news_7").html(data)
		},
		"html"
	)
	
	id_news = $("#id_news_8").val()
	$.get(
		"check-video-foto-news.asp?cod="+id_news,
		function(data){
		$("#foto_video_news_8").html(data)
		},
		"html"
	)
	
});
