
// *** EN ***
// Replace the current ID by your personal ID! 
// You can also change the banners by recopying your code in the promotions zone
// (take care not to remove the marks '; that can be found at the end of every line).
// ban_du_haut_index : is the banner from the top of the index page
// ban_du_bas_index  : is the banner from the bottom of the index page
// ban_du_haut_interieur : is the banner from the top of the interior pages (big format)
// ban_du_bas_interieur : is the banner from the bottom of the interior pages (big format)

// *** FR ***
// Remplacez l'ID actuellement présent par votre ID personnel !
// Vous pouvez également changer les bannières en recopiant le code de votre choix dans la partie promotions
// (faites bien attention à ne pas supprimer les signes '; qui se trouvent à la fin de chaque ligne.
// ban_du_haut_index : est la bannière du haut de la page index
// ban_du_bas_index : est la bannière du bas de la page index
// ban_du_haut_interieur : est la bannière du haut des pages intérieures (grande image)
// ban_du_bas_interieur : est la bannière du bas des pages intérieures (grande image)

// *** IT ***
// Rimpiazzate l'attuale ID presente, con il vostro ID personale ! 
// Voi potete ugualmente cambiare i banners, ricopiando il codice di vostra scelta nella parte promozioni 
// (fate ben attenzione a non cancellare i segni '; che si trovano alla fine di ogni linea.
// ban_du_haut_index : è il banner dell'alto della pagina index 
// ban_du_bas_index : è il banner del basso della pagina index 
// ban_du_haut_interieur : è il banner dell'alto delle pagine interne


var ban_du_haut_index='<a href="http://www.mesamatrices.com/index.html?42396"><img src="http://media.mesamatrices.com/fr/bh46880/468x80_01.gif" border=0></a>';
var ban_du_bas_index='<a href="http://www.mastaamateur.com/index.html?42396"><img src="http://media.mastaamateur.com/fr/bs280200/280x200_02.jpg" border=0></a>';
var ban_du_haut_interieur='<a href="http://www.mesamatrices.com/index.html?42396"><img src="http://media.mesamatrices.com/fr/bh46880/468x80_08.gif" border=0></a>';
var ban_du_bas_interieur='<a href="http://www.mesamatrices.com/index.html?42396"><img src="http://media.mesamatrices.com/fr/bs280280/280x280_01.gif" border=0></a>';


function main_ban_top(){
	document.write(ban_du_haut_index);
}

function main_ban_bottom(){
	document.write(ban_du_bas_index);
}

function picture_ban_top(){
	document.write(ban_du_haut_interieur);
}

function picture_ban_bottom(){
	document.write(ban_du_bas_interieur);
}
