// Script:		emailAdresses.js - return email addresses in pages of website SM Club de France,
//              preventing spam etc, as the address are no longer visible in the website.
// Author:		Clemens Maas
// Copyright:	(c)  2000 - 2011, SM Club de France
//


function getEmailClub()
{
	document.write("<a href=\"mailto:clubsmfr@wanadoo.fr\">clubsmfr@wanadoo.fr</a>");
}


function getEmailWebmasterFR()
{
	document.write("<a href=\"mailto:webmestre@smclubdefrance.org\">webmestre@smclubdefrance.org</a>");
}


function getEmailWebmasterUK()
{
	document.write("<a href=\"mailto:webmaster@smclubdefrance.org\">webmaster@smclubdefrance.org</a>");
}


function getEmailFraleux()
{
	document.write("<a href=\"mailto:clubsmfr@wanadoo.fr\">Pierre Fraleux</a>");
}


function getEmailRiveron()
{
	document.write("<a href=\"mailto:jack.riveron@snapon.com\">Jack Riveron</a>");
}


function getEmailBeugin()
{
	document.write("<a href=\"mailto:Philippe.Beugin@wanadoo.fr\">Philippe Beugin</a>");
}


function getEmailBillet()
{
	document.write("<a href=\"mailto:Sandrine.Billet@wto.org\">Ren&eactute; Billet</a>");
}



function getEmailChardonnay()
{
	document.write("<a href=\"mailto:eric.chandonnay@orange.fr\">Eric Chandonnay</a>");
}


function getEmailClavel()
{
	document.write("<a href=\"mailto:retromobil.club-tulle.correze@orange.fr\">Ghislain Clavel</a>");
}


function getEmailDuchat()
{
	document.write("<a href=\"mailto:alain.duchat@wanadoo.fr\">Alain Duchat</a>");
}


function getEmailDufeu()
{
	document.write("<a href=\"mailto:jcm.dufeu@orange.fr\">Jean Charles Dufeu</a>");
}


function getEmailFrank()
{
	document.write("<a href=\"mailto:ruediger_frank@gmx.net\">Ruediger Frank</a>");
}



function getEmailGuinard()
{
	document.write("<a href=\"mailto:Nicole.GUINARD@wanadoo.fr\">Jean-Claude Guinard</a>");
}


function getEmailHennbert()
{
	document.write("<a href=\"mailto:etiq.picardie@wanadoo.fr\">Philippe Hennbert</a>");
}


function getEmailMorel()
{
	document.write("<a href=\"mailto:deville.taxi@wanadoo.fr\">Alain Morel</a>");
}


function getEmailAnnonces1()
{
	document.write("<a href=\"mailto:sijolyon@free.fr\">adresse email</a>");
}


function getEmailAnnonces2()
{
	document.write("<a href=\"mailto:gillesmalfait@neuf.fr\">adresse email</a>");
}

