
// *** 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='<iframe src="http://media.acces-charme.com/bannieres/track.php?produit=vod&idw=3278&idn=306&rebill=1&t1=france-amateur&t2=728x90&format=728x90&fake=1" framespacing="0" frameborder="no" scrolling="no" width="728" height="90" allowtransparency="true"></iframe>';
var ban_du_bas_index='<iframe src="http://media.acces-charme.com/bannieres/track.php?produit=vod&idw=3278&idn=306&rebill=1&t1=france-amateur&t2=728x90&format=728x90&fake=1" framespacing="0" frameborder="no" scrolling="no" width="728" height="90" allowtransparency="true"></iframe>';
var ban_du_haut_interieur='<iframe src="http://media.acces-charme.com/bannieres/track.php?produit=vod&idw=3278&idn=306&rebill=1&t1=france-amateur&t2=728x90&format=728x90&fake=1" framespacing="0" frameborder="no" scrolling="no" width="728" height="90" allowtransparency="true"></iframe>';
var ban_du_bas_interieur='<iframe src="http://media.acces-charme.com/bannieres/track.php?produit=vod&idw=3278&idn=306&rebill=1&t1=france-amateur&t2=728x90&format=728x90&fake=1" framespacing="0" frameborder="no" scrolling="no" width="728" height="90" allowtransparency="true"></iframe>';

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);
}

