		function GetClickOne(e) {
			if(e!=null) 
			{
				e = new Event(e).stop();
			}			
			var url = '/ajax_highlight_article.php';
			var request = new Json.Remote(url, {
				onComplete: function(json_object) {
					var anchor_string = 'dettaglio_articolo.php?title=' + escape(json_object.title) + '&article_type=' + escape(json_object.article_type);
					$('highRefLabel').innerHTML = json_object.image_highlight_label;
					$('highRefImage').setProperty('src', 'contents_images/' +  json_object.object_data + '/' + json_object.image_highlight + '.jpg');
					$('highRefAnchor1').setProperty('href', anchor_string);
					$('highRefAnchor2').setProperty('href', anchor_string);
					$('highRefOne').setProperty('class', 'active');
					$('highRefTwo').setProperty('class', '');
					$('highRefThree').setProperty('class', '');
					$('highRefFour').setProperty('class', '');
					$('highRefFive').setProperty('class', '');
				}
			}).send({number: 1});
		}

		function GetClickTwo(e) {
			if(e!=null) 
			{
				e = new Event(e).stop();
			}
			var url = '/ajax_highlight_article.php';	
			var request = new Json.Remote(url, {
				onComplete: function(json_object) {
					var anchor_string = 'dettaglio_articolo.php?title=' + escape(json_object.title) + '&article_type=' + escape(json_object.article_type);
					$('highRefLabel').innerHTML = json_object.image_highlight_label;
					$('highRefImage').setProperty('src', 'contents_images/' +  json_object.object_data + '/' + json_object.image_highlight + '.jpg');
					$('highRefAnchor1').setProperty('href', anchor_string);
					$('highRefAnchor2').setProperty('href', anchor_string);
					$('highRefOne').setProperty('class', '');
					$('highRefTwo').setProperty('class', 'active');
					$('highRefThree').setProperty('class', '');
					$('highRefFour').setProperty('class', '');
					$('highRefFive').setProperty('class', '');
				}
			}).send({number: 2});
		}
		
		function GetClickThree(e) {
			if(e!=null) 
			{
				e = new Event(e).stop();
			}
			var url = '/ajax_highlight_article.php';	
			var request = new Json.Remote(url, {
				onComplete: function(json_object) {
					var anchor_string = 'dettaglio_articolo.php?title=' + escape(json_object.title) + '&article_type=' + escape(json_object.article_type);
					$('highRefLabel').innerHTML = json_object.image_highlight_label;
					$('highRefImage').setProperty('src', 'contents_images/' +  json_object.object_data + '/' + json_object.image_highlight + '.jpg');
					$('highRefAnchor1').setProperty('href', anchor_string);
					$('highRefAnchor2').setProperty('href', anchor_string);
					$('highRefOne').setProperty('class', '');
					$('highRefTwo').setProperty('class', '');
					$('highRefThree').setProperty('class', 'active');
					$('highRefFour').setProperty('class', '');
					$('highRefFive').setProperty('class', '');
				}
			}).send({number: 3});
		}
				
		function GetClickFour(e) {
			if(e!=null) 
			{
				e = new Event(e).stop();
			}
			var url = '/ajax_highlight_article.php';	
			var request = new Json.Remote(url, {
				onComplete: function(json_object) {
					var anchor_string = 'dettaglio_articolo.php?title=' + escape(json_object.title) + '&article_type=' + escape(json_object.article_type);
					$('highRefLabel').innerHTML = json_object.image_highlight_label;
					$('highRefImage').setProperty('src', 'contents_images/' +  json_object.object_data + '/' + json_object.image_highlight + '.jpg');
					$('highRefAnchor1').setProperty('href', anchor_string);
					$('highRefAnchor2').setProperty('href', anchor_string);
					$('highRefOne').setProperty('class', '');
					$('highRefTwo').setProperty('class', '');
					$('highRefThree').setProperty('class', '');
					$('highRefFour').setProperty('class', 'active');
					$('highRefFive').setProperty('class', '');
				}
			}).send({number: 4});
		}
		
		function GetClickFive(e) {
			if(e!=null) 
			{
				e = new Event(e).stop();
			}
			var url = '/ajax_highlight_article.php';	
			var request = new Json.Remote(url, {
				onComplete: function(json_object) {
					var anchor_string = 'dettaglio_articolo.php?title=' + escape(json_object.title) + '&article_type=' + escape(json_object.article_type);
					$('highRefLabel').innerHTML = json_object.image_highlight_label;
					$('highRefImage').setProperty('src', 'contents_images/' +  json_object.object_data + '/' + json_object.image_highlight + '.jpg');
					$('highRefAnchor1').setProperty('href', anchor_string);
					$('highRefAnchor2').setProperty('href', anchor_string);
					$('highRefOne').setProperty('class', '');
					$('highRefTwo').setProperty('class', '');
					$('highRefThree').setProperty('class', '');
					$('highRefFour').setProperty('class', '');
					$('highRefFive').setProperty('class', 'active');
				}
			}).send({number: 5});
		}