// 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 - 2010, 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>");
}


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


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


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



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


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


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


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


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



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


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


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

