
/* Target blank */
jQuery(function() { jQuery("a[rel$='external']").click( function() { this.target = "_blank"; }); });

$(document).ready(function() {
	$('p.submit a').click(function() {
		$('#form-newsletter').submit();
	});
	
	$("#cld img,#mrc img,#tourisme img").hover( 
		function () {
			$(this).parent().children('a').addClass("hover");
		},
		function () {
			$(this).parent().children('a').removeClass("hover");
		}
	);
	
	//var test = $('.flickr img:first').attr('src').replace("_s.jpg", "_m.jpg");
	//$('.flickr img:first').attr('src', test).css('width', '240px').css('height', '180px').css('margin', '10px 5px 5px');
	//$('.qflickr-title:first').show().css('margin-bottom', '10px');
	//$('.flickr img').addClass('colorbox');
	//$('.colorbox').colorbox();

	//$('.flickr a').attr('rel', 'external');
	//$('a.twtr-join-conv').text("voir le twitter »");
	
	$('#comments #submit').addClass('light-blue').addClass('button');
});


/*  Google Analytics  */
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23698823-1']);
_gaq.push(['_trackPageview']);

(function() {
	var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
	ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
	var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})(); 
  

