/*		js euro 		*/

$(document).ready(function() {
	layer_new_year.init();

/*	ouverture dans une nouvelle fenetre et ajouter un message dans le title		*/

	$("a.popup").each(function(){
		var my_title=this.title;
		var my_link= $(this).text();

		if($('img', this).length > 0)
		{
			my_link = $('img', this).attr('alt') + my_link.replace(/<("[^"]*"|'[^']*'|[^'">])*>/, '');
		}
		else
		{
			my_link = my_link.replace(/<("[^"]*"|'[^']*'|[^'">])*>/, '');
		}
		
		if(my_title!='')
			this.title=my_title+' (nouvelle fenêtre)';
		else 
			this.title=my_link+' (nouvelle fenêtre)';
		
	});
	
	$("a.popup").click(function() {
		window.open(this.href, '_blank').focus();
		return false;
	});


// Diaporama sur la home
	$('div.news_items').append('<p class="nav_fiche"><a class="nav_backward bt_prev" title="Fond précedent" href="#"><span>Précédent</span></a><a class="nav_forward bt_next" title="Fond suivant" href="#"><span>Suivant</span></a></p>');




	
})

function lancerlien(a, b)
{
	x='ma'+'ilto'+':'+a+'@'+b;
	return x;
}
